- cross-posted to:
- [email protected]
- cross-posted to:
- [email protected]
Wow, this is so fucking pretty! Unfortunately, I don’t really have a need for local music files player, but I love it.
Non spamblog link: https://github.com/htkhiem/euphonica
I had no idea what MDP was, but after a quick search I assume it refers to Music Player Daemon, for anyone else wondering.
It describes itself as a server-side application for playing music, but it can be used locally as well. For example, the Cantata music player uses mpd to handle music decoding and playback, but automates it in the background to keep the interface simple for the user. This separation of concerns allows Cantata to benefit from things like decoding improvements, security fixes, and new sound APIs (e.g. PipeWire) without having to reinvent the wheel.
Nice!
Thank you!
Euphonica tries to make minimal and sensible assumptions about your library’s folder structure.
Tracks from different releases (albums) should not be put in the same folder. Preferably, all tracks of the same release should be put in the same folder.
How hard is it to stop making this assumption? Why is almost every music player adamant on making it?
Not every song belongs to an album, songs released together might belong to different albums and not every album is released at once. Not to mention folders can serve any kind of organization need other than grouping songs of an album.
Why is the microphone running after launching the app? I built the flatpak from the instructions.