Skip to content

dhgwilliam/playlist_helper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of importing playlists into Rdio, and exporting them out.

This uses the Rdio Python library from:

Get your dev oauth app credentials

Write your client.ini that should look like this and live in the root directory of your playlist_helper checkout:

[oauth]
client_id=
client_secret=
client_callback_uri=https://github.com/jmullan/playlist_helper

You will need to authenticate before you can export your playlists:

python playlist_helper/authenticate.py

You should see the following text in your command line. Hopefully a browser will also have been opened for you.

Please enter device code: AAAA7 on https://rdio.com/device

Finally, you can run the main script to dump your playlist and lists of all of your favorites:

python playlist_helper/dump.py

About

Tools to help you manage playlists on rdio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%