Git Product home page Git Product logo

adeezer's Introduction

adeezer

###deezer.link requires subscription to download tracks. This script doesn't work anymore


###What is it This script helps to automate downloading tracks from Deezer with dezeer.link

###How to install

  • Install Firefox browser
  • Clone the repository
  • It is recommended to use it with virtualenv. Create virtual environment and activate it:
virtualenv env
source ./env/bin/activate
  • Install dependencies:
pip install -r requirements.txt
  • Install Xvfb server (Linux only)
  • Fedora: sudo dnf install xorg-x11-server-Xvfb
  • Ubuntu: sudo apt-get install xvfb

###How to use To download all tracks from playlist run:

python adeezer.py -p <playlist_id>

To download all tracks from album run:

python adeezer.py -a <album_id>

To download all your favourite tracks:

python adeezer.py -f <user_id>

All tracks will be downloaded to <HOME>/Downloads/<item_id>

To populate ID3 tags of the downloaded mp3 files based on their name use command:

python add_tags.py <path_to_folder> "<album_name>"

By default in Linux downloading will start in headless mode. To disable headless mode pass --show_browser as last argument for the adeezer script.

python adeezer.py -p <playlist_id> --show_browser

adeezer's People

Contributors

jsnjack avatar chernyshm avatar

Watchers

Hiro 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.