Skip to content

mattypiper/spotifart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Downloader

The command line tool (CLI) will create a directory "img", then download all the album art from a playlist to that directory. It will use a filename format of "Artist - Album.jpg".

Specify your username on the command line with -u.

Specify -l as the text string of the playlist you want to fetch album art for.

Example Usage: ./spotifart -u user -p password -l "My Rock Playlist"

Linux Build Instructions

  1. Download and install libspotify
  2. Add your appkey.c file (rename to cpp)
  3. make

Windows Build Instructions

  1. The win32 lib/dll has already been added to the lib folder. No need to download.
  2. Add your appkey.c file
  3. Open Visual Studio 2012
  4. Open the SLN file
  5. Build
  6. Run with

node.js Web App

It's been 3 years since I wrote spotifart. I had a node.js webapp working for a while, but never linked to it from here. Anyway, it appears that libspotify changed, and this little guy doesn't work anymore. One boring weekend I'll update it and make it work again. (Or give it to a young guy that needs a C++ project!)

About

Spotify Album Art Handling with libspotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published