Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lnardon/musicroom

Your personal music streaming application, just like Spotify, but to stream and manage all your music files.
https://github.com/lnardon/musicroom

docker golang id3v2 music music-player self-hosted spotify sqlite3 streaming

Last synced: about 6 hours ago
JSON representation

Your personal music streaming application, just like Spotify, but to stream and manage all your music files.

Awesome Lists containing this project

README

        

# [MusicRoom](https:/lucasnardon.com/)

An application to stream and manage you local music files. A Spotify like experience for you local files .... but better!!?

## How to use

### Build from source

1 - Clone the repository and build the Docker image:

```bash
git clone https://github.com/lnardon/MusicRoom.git && cd Hendrix && docker build -t MusicRoom .
```

2 - Start the container using the following command.

```bash
docker run -d -p 7777:7777 -v /path/to/music:/music MusicRoom
```

3 - Go to http://localhost:7777