Playlist doesn't show the name of the radio station - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Playlist doesn't show the name of the radio station (/showthread.php?tid=5093) |
Playlist doesn't show the name of the radio station - sisim - 09-29-2022 Hello, I use 8.2.0 and have some custom radio playlist. For example: Code: #EXTM3U Unfortunately, the name of the station is not displayed (both on the Web UI and on MALP). Instead, I see the URL only (`fipelectro-hifi.aac`). I have the feeling, not confirmed, that it worked in versions before 8 of Moode. I have read https://github.com/moode-player/moode/issues/173 and https://github.com/moode-player/moode/issues/73 but I'm not sure to understand. Would you have an idea how to solve this? RE: Playlist doesn't show the name of the radio station - Tim Curtis - 09-29-2022 You will need to create the stations in Radio view using the + RE: Playlist doesn't show the name of the radio station - sisim - 10-03-2022 Hello, thanks for the advice. Indeed, now it displays the name on the web UI, but not on MPD (MALP), despite a restart. Would you have an idea? RE: Playlist doesn't show the name of the radio station - Tim Curtis - 10-03-2022 The radio station feature in moOde is unique to its WebUI. Third party players won't have access to the station database. RE: Playlist doesn't show the name of the radio station - sisim - 10-04-2022 Hello, thanks, I understand. Then there's no way to use the keywords of m3u playlists to display a name in MPD? I'm pretty sure it was possible before, maybe up to version 7. Did something change? How would it be possible to make it possible again? RE: Playlist doesn't show the name of the radio station - Tim Curtis - 10-04-2022 If the station is not in the database then the name (if any) thats transmitted by the broadcaster is used, otherwise "Unknown station". Here's what MPD sees for one the URL's from your playlist Code: pi@moode:/var/lib/mpd/playlists $ telnet localhost 6600 RE: Playlist doesn't show the name of the radio station - sisim - 10-04-2022 Thanks, but then, why did it work in the past (I think up to v7), and not anymore? RE: Playlist doesn't show the name of the radio station - Tim Curtis - 10-04-2022 IIRC it always worked the way I described. |