sudo-julia / bpm_detect

download songs from a spotofy playlist and sort the tracks based off bpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hades

This script takes a Spotify playlist, list and search each track on youtube and download it to the specified path with the script root path as parent

Prerequisites

Hades requires an installation of FFmpeg. Download for Windows, and for UNIX.

Installing

To use Hades you need to create an App on the Spotify Developers Dashboard and setup your CLIENT_ID and CLIENT_SECRET as environment variables to connect to the Spotify API. In order to list and download your own playlists you also need to setup your USER_ID in your environment variables.

pip install -r requirements.txt

Usage

Just go to your playlist, click on share and copy the Playlist URI. To use the shell interface run

python hades_ui.py

you can also pass your playlist_uri as a param

python hades_ui.py --pl_uri [playlist_uri]

Special Thanks

To @norbeyandresg for creating hades, which provided the base for this project.

About

download songs from a spotofy playlist and sort the tracks based off bpm

License:GNU General Public License v3.0


Languages

Language:Python 100.0%