Author Topic: Q-Dance Radio Source URL  (Read 7203 times)

Cethien

  • Newbie
  • *
  • Posts: 6
So I have recently Problems with my Chrome and wanted to add Q-Dance Radio to the Radio List. well, after about two hours of searching methods to get the source URL, i am asking here if somebody maybe can find it or have it or can give tutorial on how to find, cus its not working for me :/

http://radio.q-dance.com

Twlf

  • Jr. Member
  • **
  • Posts: 47
Right click anywhere on the page and choose View Page Source in the context menu, and scan through the code, usually you can find string that looks like a playlist url (.pls, .m3u, an IP address sometimes, etc).

This seems to be the url here:

Code
        meister.setItem({
            src: 'http://audio.true.nl/qdance-hard',
            mediaType: 'audio',
            type: 'mp4'
        });

So just use http://audio.true.nl/qdance-hard as the url and wait a few seconds for MusicBee to fetch the station metadata (name, bitrate, category).