Skip to content

Commit

Permalink
changed example config and docs because FM4 changed their website
Browse files Browse the repository at this point in the history
  • Loading branch information
crohrer committed May 1, 2017
1 parent 5ed0ea8 commit 51539fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"clientSecret": "",
"userId": "",
"playlistId": "",
"radioTrackserviceUrl": "http://fm4.orf.at/trackservicepopup/main",
"radioEntrySelector": "td[width=300]>font>br",
"radioTitleSelector": "b",
"radioArtistSelector": "i",
"searchLinear": true,
"radioTrackserviceUrl": "http://www.novaplanet.com/radionova/cetaitquoicetitre/",
"radioEntrySelector": "div.cestquoicetitre_results>div.resultat>div.info-col",
"radioTitleSelector": "h3.titre",
"radioArtistSelector": "h2.artiste",
"searchLinear": false,
"localEnvironment": true
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spotifyRadioPlaylist

Putting the latest tracks from a radio station with online trackservice (like [this one](http://fm4.orf.at/trackservicepopup/main)) onto a spotify playlist.
Putting the latest tracks from a radio station with online trackservice (like [this one](http://www.novaplanet.com/radionova/cetaitquoicetitre/)) onto a spotify playlist.

More on the background of this project in my [blog post](http://blog.chrisrohrer.de/radio-to-spotify-playlist/).

Expand Down

0 comments on commit 51539fb

Please sign in to comment.