di.fm_playlist_menu

nealalan.github.io/di.fm_playlist_menu (repo)

Prereqs:

Setup:

  1. Pull or copy the .sh files to a project folder from the repo
  2. If you want to change the stations, to know what data to add accuerately, see the “Adding Stations:” below
  3. Run chmod +x *.sh
  4. Browse to https://www.di.fm/settings: Player Settings: Listen Key
  5. Copy the key
  6. Run ./build_pls_di.sh
  7. Paste in the Listen Key when prompted

Use:

  1. Run ./di.sh
  2. Choose the number you want to listen to
  3. Use the standard controls that are a part of mpv (q = QUIT)
  4. Choose another channel or ^C to exit the menu

Adding Stations:

To add a station you need to download the defaul playlist from di.fm. This will work in your menu, however to automate the “rebuilding” of the playlists, you will want to extract the appropriate data.

  1. Browse to di.fm settings: External Player Settings
  2. Select “Single Channel” radio button
  3. Choose a channel
  4. Choose the stream quality (NOTE: If you listen at coffee shops, you may have hiccups in the caching 320k stream)
  5. Click “Download .pls file” and save it into the approriate folder
  6. Extract the fields to match the arrays in build_pls_di.sh: station, stations_title, stations_file_name
  7. Make sure you add them in the right order or your playlists will build with the wrong names and links

Notes:

Future updates:

[EDIT]