-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended m3u track information is ignored by listplaylistinfo #20
Comments
But it turns out in the case when they are streams, it can be slow to do those lookups. And in the general case, the new metadata will "meddle" with any 'EXTINF' name that was already specified. Furthermore, if you use Since the goal of the MPD frontend is to mimic mpd's behaviour - this seems wrong. Our |
Most radio streams that I have don't give metadata. So, I just see URLs. |
Internet radio stations are a complete mess when it comes to metadata, some do it properly and others don't bother. It's a shame to lose the rich track metadata from other backends over this but I think it's the right thing to do. It's a shame XSPF or something else didn't really take off. |
Are there MPD commands for track lookups? |
I think you'd have to do individual However, at that point you'll lose your 'EXTINF' name again and we are back to square one. |
I might have a very similar issue: I create a xspf playlisy
then I display information with
All good at the begin, but as soon as the stream plays Before:
After:
Is there a way to tell Some stations have usable metadata, some not, but I really would like to use what I put in the playlist. Is it possible? |
I am suffering from the same issue (messed up metadata from internet radio stations). After looking into the Wikipedia page on M3U I would like to propose a tweak (hope my thinking is not too naive): Could one add an (optional) parameter to the EXTINF entry (it seems to be non-standard M3U but e.g. used for IPTV) like |
I opened an issue but it was closed immediately as my version of mpd is old. MusicPlayerDaemon/MPD#1069 (comment) See if you can reopen it with a newer one. |
mpd is a different project. Opening issues there is nothing to do with issues with Mopidy-MPD. I think I've explained what happens quite clearly already and where the problem is. I understand the proposed tweak, adding extra params is fine because there's no such thing as a standard for M3U. But can you see a way to communicate your new parameter from the m3u backend to the MPD frontend where the metadata gets overwritten? That's the problem. |
Radio.m3u8
With mpd-0.21.8
With mopidy-2.2.2
I added
http://*
andhttps://*
tostream/metadata_blacklist
to prevent it from meddling with stream names.The text was updated successfully, but these errors were encountered: