Here you can find some examples for configurations for various radio stations.
All URLs and selectors last tested and verified 2018-05-06.
Works for radio1, 1xtra, radio2, 6music and radioscotland (adjust the URL if you want one of these stations).
"radioTrackserviceUrl": "http://www.bbc.co.uk/radio1/playlist",
"radioEntrySelector": "div.pll-playlist-item-details",
"radioTitleSelector": "div.pll-playlist-item-title",
"radioArtistSelector": "div.pll-playlist-item-artist > a"
"radioTrackserviceUrl": "https://audioapi.orf.at/fm4/api/json/current/broadcasts",
"fm4Api": true
"radioTrackserviceUrl": "https://audioapi.orf.at/oe1/api/json/current/broadcasts",
"fm4Api": true
"radioTrackserviceUrl": "http://www.radiox.co.uk/playlist/",
"radioEntrySelector": ".song__text-content",
"radioTitleSelector": ".track",
"radioArtistSelector": ".artist"
"radioTrackserviceUrl": "http://nova.fr/radionova/radio-nova",
"radioEntrySelector": ".square-item>a>.title",
"radioTitleSelector": ".description",
"radioArtistSelector": ".name"
"radioTrackserviceUrl": "http://www.ndr.de/ndr2/programm/titelliste1202.html",
"radioEntrySelector": "div#playlist>ul>li.program>div.details>h3",
"radioTitleSelector": "span.title",
"radioArtistSelector": "span.artist"
"radioTrackserviceUrl": "http://www.fluxfm.de/fluxfm-playlist/",
"radioEntrySelector": "#songs td.title",
"radioTitleSelector": ".song",
"radioArtistSelector": ".artist"
"radioTrackserviceUrl": "http://www.swr.de/swr1/bw/musikrecherche/",
"radioEntrySelector": ".musicItemText",
"radioTitleSelector": "h3",
"radioArtistSelector": "p"
"radioTrackserviceUrl": "http://www.radioswissjazz.ch/de/musikprogramm",
"radioEntrySelector": ".playlist>.item-row",
"radioTitleSelector": ".titletag",
"radioArtistSelector": ".artist"
"radioTrackserviceUrl": "http://marci327.marci.io/",
"radioEntrySelector": "div.clearfix",
"radioTitleSelector": ".title",
"radioArtistSelector": ".artist"
"radioTrackserviceUrl": "https://detektor.fm/playlisten/songs-musikstream",
"radioEntrySelector": "#loadPlaylist > .c5",
"radioTitleSelector": ".medium-2",
"radioArtistSelector": ".normal:last-child"
"radioTrackserviceUrl": "https://www.kcrw.com/playlists",
"radioEntrySelector": ".song",
"radioTitleSelector": ".name",
"radioArtistSelector": ".artist"
"radioTrackserviceUrl": "http://www.power106.com/playlist/",
"radioEntrySelector": ".entry-content tr:nth-child(n+2)",
"radioTitleSelector": ".entry-content tr:nth-child(n+2) td:nth-child(3)",
"radioArtistSelector": ".entry-content tr:nth-child(n+2) td:nth-child(2)"