Skip to content

Very simple script for generating an opml file from a list of soundcloud playlists

Notifications You must be signed in to change notification settings

belano/soundcloud-opml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple python script for generating an opml file from a list of soundcloud sets which can be imported from logitech media server (ie. squeezebox server).

System requirements

  • Python 3

Setup

  1. Install soundcloud client pip install soundcloud
  2. Setup your client id, path and playlists in $HOME/.config/soundcloud-opml/scopml.cfg
[scopml]
api_key = your_client_id
path    = /tmp

[playlists]
sesiones-nanosonico = https://soundcloud.com/nanosonicoradio/sets/sesiones-musicales
brand-new-wayo      = https://soundcloud.com/abelano/sets/brand-new-wayo
...

Running the script

soundcloud-opml.py [-h] [-k KEY] [-p PATH]

optional arguments:
  -h, --help            show this help message and exit
  -k KEY, --key KEY     soundcloud client id
  -p PATH, --path PATH  use a custom path this time

Will generate an opml file under specified path.

About

Very simple script for generating an opml file from a list of soundcloud playlists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages