Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruuda/musium
Music playback daemon with web-based library browser
https://github.com/ruuda/musium
flac mediaserver music music-library music-player musichoarder
Last synced: 12 days ago
JSON representation
Music playback daemon with web-based library browser
- Host: GitHub
- URL: https://github.com/ruuda/musium
- Owner: ruuda
- License: apache-2.0
- Created: 2018-04-06T12:28:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:33:55.000Z (26 days ago)
- Last Synced: 2024-10-25T12:49:10.454Z (18 days ago)
- Topics: flac, mediaserver, music, music-library, music-player, musichoarder
- Language: Rust
- Homepage: https://docs.ruuda.nl/musium/
- Size: 7.78 MB
- Stars: 84
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
- awesome-open-synth - musium - based music player | [Rud van Asseldonk](https://github.com/ruuda) ([website](https://ruudvanasseldonk.com/)) | Apache 2.0 | Rust | (Rust)
README
Musium is an album-centered music player. It is designed to run as a daemon on
an always-on device connected to speakers. Playback can be controlled from
anywhere on the local network through a webinterface.* [Overview and getting started guide](https://docs.ruuda.nl/musium/)
* [Building](https://docs.ruuda.nl/musium/building/)
* [Running](https://docs.ruuda.nl/musium/running/)## Status
Musium is in a usable state, but many features are still missing. For example,
there is no way to pause playback yet. I used it on a daily basis, and I focus
on building the most valuable features first.## Alternatives
* [MPD with a web client](https://musicpd.org/clients/#web-clients)
* [Mopidy with Iris](https://mopidy.com/ext/iris/)## License
Musium is licensed under the [Apache 2.0][apache2] license. It may be used in
free software as well as closed-source applications, both for commercial and
non-commercial use under the conditions given in the license. If you want to
use Musium in your GPLv2-licensed software, you can add an [exception][except]
to your copyright notice. Please do not open an issue if you disagree with the
choice of license.[apache2]: https://www.apache.org/licenses/LICENSE-2.0
[except]: https://www.gnu.org/licenses/gpl-faq.html#GPLIncompatibleLibs