Skip to content

akx/spotify-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spotify-tools

A collection of tools to work with various music services, mostly centered around Spotify.

This tool is not affiliated with Spotify, YouTube, Discogs, Last.fm or any other service whose API is in use. (Thanks for the APIs though. <3)

Installation

The usual. This assumes you have a working Python 2.7 ecosystem on your machine.

Linux

virtualenv venv
venv/bin/activate
pip install -r requirements.txt

Windows

virtualenv venv
venv\scripts\activate
pip install -r requirements.txt

How to...

Generate a Spotify playlist of your Discogs collection

python sp-tool.py get-discogs-collection-albums MY_DISCOGS_USERNAME -o discogs.txt
python sp-tool.py spotify-search-albums discogs.txt -o album-urls.txt
python sp-tool.py spotify-albums-to-tracks album-urls.txt -o track-urls.txt
python sp-tool.py --spotify-username MY_SPOTIFY_USERNAME spotify-write-pl --name Discogs track-urls.txt

The last invocation will require a Spotify Dev App ID.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published