Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lnardon/musicroom
- Owner: lnardon
- Created: 2024-08-02T08:21:21.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T01:58:42.000Z (2 months ago)
- Last Synced: 2024-11-09T02:33:11.762Z (2 months ago)
- Topics: docker, golang, id3v2, music, music-player, self-hosted, spotify, sqlite3, streaming
- Language: TypeScript
- Homepage:
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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