![]() |
[IDEA] "Radio Mix" Mode for Dynamic Playlists - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] "Radio Mix" Mode for Dynamic Playlists (/showthread.php?tid=7473) |
"Radio Mix" Mode for Dynamic Playlists - superrrr - 03-02-2025 I’d love to suggest a new feature for Moode Audio: a "Radio Mix" mode that creates an intelligent, dynamic playlist based on the currently playing song. This feature would offer a seamless listening experience by selecting tracks that naturally complement the current song. How "Radio Mix" Could Work Instead of selecting purely random tracks, a "Radio Mix" function could generate a queue using the following logic:
Thanks for all the amazing work on Moode! RE: [IDEA] - "Radio Mix" Mode for Dynamic Playlists - Tim Curtis - 03-02-2025 One of the challenges with a feature like this is the lack of the required metadata in most collections for example "bpm" or "mood", and AFAIK the "mood" tag is not well defined. For example all the following words could mean the same thing: slow, chill, down tempo, ambient, laid back, easy going, yacht friendly, etc. In any case, here are tags supported by MPD and the subset used in moOde. https://github.com/moode-player/docs/blob/main/music_metadata.md From a coding perspective I'd rate this as complex and a good project for an interested dev. It would probably require use of MPD's sticker database to store the non-MPD metadata like bpm. |