Releases: crohrer/spotifyRadioPlaylist
The lights go off
The lights go on
- Attempts to fix a problem where horseman was not closed correctly in some rare cases
- Adds some new station examples
Scenic World
Changes search algorithm to work sequentially instead of parallel
.
Parallel requests caused problems with refreshed accessTokens. This
should also cause the application to hit API limits less often.
to go
No, but there's nowhere to go
Around 30-05-2017 Spotify seemed to have changed their search API. Now it requires Auth. This change prevented us from adding new tracks.
This release fixes this problem and adds some error handling / debugging features.
If this release causes errors, check your node version. Version 4 is not supported - I recommend node version >=7
I would have nowhere to go
improved string matching for track search. Now matches also when punctuation differs.
i.e. "Hey Maria - Cid Rim Remix" vs. "Hey Maria (Cid Rim Remix)"
Made this for http://www.wefunkradio.com/highlights/trending because there are a lot of remixes
No, but I know, but I know
fixes problems with redirects and SSL.
Adds old crawling mechanism as fallback. This fixes weird redirect problems with FluxFM.
Life, life is all right on the Rhine
Fixes some minor issues with dependencies & error messages
Rhineland
Mount Wroclai
Changes config format to allow multiple radioStations in one config.
Look at config.example.json
to see how to use the new format.
Also starting the script has changed: node main.js <stationIdentifier>
where stationIdentifier
is the name of the playlist in your config.
More details can be found in readme