Skip to content

Releases: scaronni/spotify-ripper

Small fixes

26 Sep 08:16
Compare
Choose a tag to compare

Update for recent spotipy changes.

Fix embedded cover art

17 Mar 08:48
Compare
Choose a tag to compare
  • Download images using urllib.

Fix playlist and cover art download

08 Nov 17:27
Compare
Choose a tag to compare
  • Fix playlist and cover art download.
  • Add documentation on how to set Spotipy variables in the configuration file.

Hardcode cache/settings directory

06 Nov 16:05
Compare
Choose a tag to compare
  • Hardcode cache/settings directory to ~/.spotify-ripper.
  • Small output tweaks.

Program output and media formats update

08 Jul 09:46
Compare
Choose a tag to compare
  • Reformat all code.
  • Remove Python 2 support.
  • Simplify Readme.
  • Fix some optional media formats for output and update dependencies.
  • Adjust program output:
    • Print separator only between each file
    • Print in bold the action (rip, skip, etc.)
    • Always print [ index/total ] when ripping multiple tracks, even for skipped ones
    • Be more concise for file information and use a list for all items
    • Do not print debug statements (loading, getting, etc.)

Fork cleanup

08 Jul 09:42
Compare
Choose a tag to compare
  • Clean up project (remove unused files, obsolete references, README, etc.).
  • Small Python updates & cleanups.
  • Improve playlist ripping:
    • Do not remove tracks by default
    • Improve help output
    • Do not print that we are getting data from the spotipy api at every call
    • Update README with instructions on how to get the spotipy required IDs