03-14-2025, 10:51 AM
(03-14-2025, 10:02 AM)Tim Curtis Wrote: This URL doesn't work for me.
Code:http://my.radio.station:8000/acid
Some info:
In the 9.2.6 release UPnP files are analyzed by mediainfo to get some metadata. These files start with http but are not radio stations. The way thats determined is to check for the "duration" and "Name" tags. Radio stations will have a "Name" tag but no "duration" tag. UPnP files will have a "duration" tag but no "Name" tag.
Post the playlist so I can try it on my end. Post it in a code box so the URL's and paths show as-is and not as clickable links.
Duration is required by M3U spec, so it is -1. You cant create m3u track with name tag without duration tag
Code:
#EXTM3U
#EXTINF:-1,ACID HOUSE / TRANCE / TECHNO
http://79.111.119.111:8000/acid
#EXTINF:-1,ETHNIC ELECTRONICA / ETHNOTRONICA
http://79.120.39.202:8000/ethnotronica
...