| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A self-hosted music downloader built with Navidrome in mind. It wraps yt-dlp and SpotiFLAC-CLI into a clean web UI.
Dromeport is in beta, it is not yet polished. If you run into any bugs / issues, please report them at github.com/sensor0x0/Dromeport/issues.
Dromeport stands out from other similar purpose tools. Designed for Navidrome users (although you don't have to be one), it lets you effortlessly update your library while offering features most alternatives don't have.
Multiple sources - Download from both Spotify and YouTube Music.
Best quality - Lossless (FLAC) from Spotify, high-quality lossy from YouTube Music (Opus).
Clean and simple interface - A clean, simple interface keeps your library management straightforward.
Check out the interface in docs/screenshots.
For setup instructions when using Docker, see INSTALL.MD.
For running Dromeport without Docker, see NON_DOCKER.md.
Adding a library is simple. They are defined by the DROMEPORT_LIBRARY_* variable in your compose file's environment variables. Each one maps a container's path to a display name shown.
To add a new library, edit your docker-compose.yml file's environment variables.
Each new library is formatted as so: - DROMEPORT_LIBRARY_*=/library_path|Library Display Name with * being the number 1 higher than the last library.
Example compose file:
dromeport:
image: ghcr.io/sensor0x0/dromeport:latest
user: 1000:1000
ports:
- "8080:8080"
restart: unless-stopped
volumes:
- "/path/to/Music:/music"
environment:
- DROMEPORT_LIBRARY_1=/music|My Music Library
# Add more libraries like this:
- DROMEPORT_LIBRARY_2=/library_path|Library Display NamePer new library you add, you must +1 to the * in DROMEPORT_LIBRARY_* otherwise your library will not show.
Dromeport is currently in beta. If something breaks or doesn't work as expected, or you would just like to request an improvement, please open an issue at github.com/sensor0x0/dromeport/issues.
Please see CONTRIBUTING.md
Many parts of this project were generated with AI (sorry purists, haha), but I have reviewed it and fully understand all of its output.
GNU Affero General Public License v3.0
| Back | FazBrowse Home | New Git URL |