E
E
extratag2012-06-17 11:36:16
Radio communication
extratag, 2012-06-17 11:36:16

How to pull playlist from online radio? [SOLVED]?

Good day %username%!
The essence of the problem is this: there is an online radio station that can only be listened to through a browser. I would like to pull a playlist from the site so that you can listen to the radio in the player and, accordingly, see the names of the songs, scrobble on last.fm and other joys. Actually a subject how to make it?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alukardd, 2012-06-17
@Alukardd

I don't think I'll be able to extract the stream for playback on my computer... It plows through flash and loads from here (http://79.143.177.102:8066/stream?type=.flv).

I
IkaR49, 2012-06-17
@IkaR49

To listen with the player, create a text file, change its extension to .pls and fill it with the following content: My AIMP3 runs and processes just fine. As for the other questions, I don't know.
[playlist]
NumberOfEntries=1
File1=http://79.143.177.102:8066/stream

M
max_rip, 2012-06-17
@max_rip

open the code, you see something like

so.addVariable("config","dplayer/config.xml");

Open
ndamixradio.com/dplayer/config.xml
and see
<?xml version="1.0" standalone="yes"?>
<aacplayer>
  <station>Radio Station</station>
  <caption>nDaMiX Radio</caption>
  <statusscriptlink>listeners.php</statusscriptlink>
  <facebooklink>http://www.facebook.com/pages/NDaMiXRadio/133900590036112/</facebooklink>
  <twitterlink>http://twitter.com/nDaMixRadio/</twitterlink>
  <emaillink>mailto:[email protected]</emaillink>
  <autoplay>yes</autoplay>
  <rtmp></rtmp>
  <streamaddress>http://208.53.183.237:8051/live?type=.flv</streamaddress>
</aacplayer>

And so on for all stations of interest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question