/iplayer2spotify

Converts an iPlayer (BBC) Playlist to Spotify

Primary LanguageHTMLApache License 2.0Apache-2.0

iplayer2spotify Build Status GitHub release

Converts a playlist from the BBC Radio to Spotify.

Install

Use a release version!

Usage

Usage of ./iplayer2spotify:
  -clean
    	suppress explicit tracks
  -playlist-name string
    	playlist name
  -show-url string
    	url of show

Example

./iplayer2spotify \
  -playlist-name "Radio 6's Finest Hour" \
  -show-url "https://www.bbc.co.uk/programmes/b09x8f5t"

Using your own Spotify Secrets

Export the ID and Secret:

export SPOTIFY_ID=<your ID>
export SPOTIFY_SECRET=<your secret>