Code Monkey home page Code Monkey logo

spotify-ripper's Introduction

About

Create mp3s from spotify songs.

  • Downloads songs on your Starred playlist
  • Downloads songs from artists on your Starred playlists
  • Downloads songs from artists similar to artists on your Starred playlist
  • (And so on, downloading artists similar to those similar to those on your Starred playlist)

Tested on:

  • Mac OS X 10.9
  • Debian Sid

Getting started

  • Get a spotify app key and save it to spotify_appkey.key
  • Install libspotify
  • Add your credentials to config.json
  • Add the destination directory to config.json
  • Create an empty queue.json
  • Run virtualenv env (if you don't have virtualenv installed, install it)
  • Run source env/bin/activate
  • Run pip install -r requirements.txt --allow-unverified PyAudio --allow-unverified eyeD3
  • Run ./run.py

Example config.json

{
  "mp3_path": "/Volumes/Music",
  "username": "me",
  "password": "password"
  "encoders": ["mp3"],
  "mp3": ["-V","1"],
  "opus": ["--bitrate", 256]
}

You can select the output encoders in the encoders list.

Supported encoders:

  • mp3 - most supported format
  • opus - new lossless format with brilliant quality

Example queue.json

{ }

TODO

  • Add verbose mode
  • Add option to allow compilations to be downloaded
  • Deal with libspotify failures more gracefully
  • Allow ordering of queue.json
  • Document more things
  • Make a better config reader
  • Create queue.json if it doesn't exist
  • Handle unicode output better (may need to replace clint)

Screenshot

screenshot, yeah!

spotify-ripper's People

Contributors

lovek323 avatar poelzi avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.