Daniel Cabaco Posted March 9, 2023 Share Posted March 9, 2023 Hi guys, I have a di.fm premium account and could add a streaming url to other players... adding it to Poweramp does not seem to work... what am i doing wrong? https://listen.di.fm/premium/bigbeat.pls?listen_key=xyz Link to comment Share on other sites More sharing options...
andrewilley Posted March 9, 2023 Share Posted March 9, 2023 I just tried and even their regular streams/playlists don't seem to be shoutcast style - e.g. https://www.di.fm/playlists/epic-music or https://www.di.fm/spacemusic . It wouldn't be possible to test your premium stream without the key of course, which obviously you won't want to post publicly. @maxmp might be able to tell us more though. Andre Link to comment Share on other sites More sharing options...
6b6561 Posted March 9, 2023 Share Posted March 9, 2023 Learning something new everyday... googled PLS and looks like it's a playlist format. https://en.wikipedia.org/wiki/PLS_(file_format) Link to comment Share on other sites More sharing options...
andrewilley Posted March 9, 2023 Share Posted March 9, 2023 1 hour ago, 6b6561 said: PLS looks like it's a playlist format. It is, rather like M3U or WPL. And that would be the problem. Poweramp currently cannot see the contents of online playlists, it needs to be given the actual audio source URL. So either the wrapper playlist file (e.g. somefile.m3u or anotherfile.pls) needs to be saved locally in the storage of your own device, or you need to open it to find the actual contained streaming URL address listed inside the PLS file. For example, the online file bbcradio2.pls might contain the following text: [Playlist] File1=http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two Title1=BBC Radio 2 Length1=-1 Numberofentries=1 The actual streaming audio URL in this case is http://stream.live.vc.bbcmedia.co.uk/bbc_radio_two , and that's the bit that Poweramp needs. Andre Link to comment Share on other sites More sharing options...
6b6561 Posted March 9, 2023 Share Posted March 9, 2023 (edited) Ran a wget on the https://listen.di.fm/premium/bigbeat.pls Quote [playlist] NumberOfEntries=3 File1=http://prem2.di.fm:80/bigbeat Title1=DI.FM - Big Beat Length1=0 File2=http://prem1.di.fm:80/bigbeat Title2=DI.FM - Big Beat Length2=0 File3=http://prem4.di.fm:80/bigbeat Title3=DI.FM - Big Beat Length3=0 A wget of the File URL's gives a 401 Authentication Required It might be that it could work by appending the key into something like http://prem2.di.fm:80/bigbeat?listen_key=xyz or you could also try http://prem2.di.fm:80/bigbeat?YOURKEY Edited March 9, 2023 by 6b6561 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now