22 lines
475 B
Markdown
22 lines
475 B
Markdown
# Blastoise
|
|
|
|
Everything that I've wanted out of a networked music player. Self-host. Play your music through the server, but also cache all the tracks locally.
|
|
|
|
But most importantly, listen to the same stuff as your friends.
|
|
|
|
Its actually more of a file downloader than a normal music streamer. Built with bun.
|
|
|
|
First time setup:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
to launch the server
|
|
|
|
```bash
|
|
bun run server.ts
|
|
```
|
|
|
|
have a look at the config.json that gets created the first time.
|