dmix
dmix copied to clipboard
Show track information from M3U playlists
When showing contents of a M3U playlist, please also show the additional data for track information EXTINF that is available.
For example, this M3U file on an MPD service is called Intergalactic FM - 1 Murdercapital FM.m3u and contains:
#EXTM3U
#EXTINF:-1,Intergalactic FM - 1 Murdercapital FM
http://radio.intergalacticfm.com/1
Here the -1 in on the place where the length of the song in seconds can be found. But for streams, such as this one is, -1 is displayed. After the comma is the name of the stream. Please show that in the content of the M3U file when displaying such a file in the app. At the moment 1, the end of the stream's url, is shown and that is not very descriptive
Se also https://en.wikipedia.org/wiki/M3U
Does MPD expose this to us ? We don'tparse m3u correctly
Le 31 déc. 2014 à 13:44, Pander [email protected] a écrit :
When showing contents of a M3U playlist, please also show the additional data for track information EXTINF that is available.
For example, this M3U file on an MPD service is called Intergalactic FM - 1 Murdercapital FM.m3u and contains:
#EXTM3U #EXTINF:-1,Intergalactic FM - 1 Murdercapital FM http://radio.intergalacticfm.com/1 Here the -1 in on the place where the length of the song in seconds can be found. But for streams, such as this one is, -1 is displayed. After the comma is the name of the stream. Please show that in the content of the M3U file when displaying such a file in the app. At the moment 1, the end of the stream's url, is shown and that is not very descriptive
Se also https://en.wikipedia.org/wiki/M3U
— Reply to this email directly or view it on GitHub.
Directly*
Le 31 déc. 2014 à 13:44, Pander [email protected] a écrit :
When showing contents of a M3U playlist, please also show the additional data for track information EXTINF that is available.
For example, this M3U file on an MPD service is called Intergalactic FM - 1 Murdercapital FM.m3u and contains:
#EXTM3U #EXTINF:-1,Intergalactic FM - 1 Murdercapital FM http://radio.intergalacticfm.com/1 Here the -1 in on the place where the length of the song in seconds can be found. But for streams, such as this one is, -1 is displayed. After the comma is the name of the stream. Please show that in the content of the M3U file when displaying such a file in the app. At the moment 1, the end of the stream's url, is shown and that is not very descriptive
Se also https://en.wikipedia.org/wiki/M3U
— Reply to this email directly or view it on GitHub.
In this case the M3U file is on the MPD server (/var/lib/mpd/playlists), it is not on a remote url which is parsed and played.
I have no idea of MPD exposes this information. Could you look into that? If it is not th case I can take it up with MPD.
MPD has to expose this information, because clients like ncmpcpp show the track information, that is set after the #EXTINF directive. I would also love to see dmix/MPDroid display this.