Shuffles a playlist because google can't seem to be bothered to do it
LICENSE | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
shuffler.py |
YTM-Shuffler
Shuffles a playlist because google can't seem to be bothered to do it
Usage
- Clone this repo
git clone https://daviddaily.dev/david/YTM-Shuffler.git && cd YTM-Shuffler
- Run
pipenv install
- Follow the documentation from the API docs to create the
config.json
- Run
pipenv shell
- Use
python shuffler.py
followed by the name of the playlist you'd like to be shuffled, in quotes if its more than one word. - If you'd like to create an automagic backup, pass a second argument like
python shuffler.py "shuffle this" yes
Currently its limited to 1000 songs, but I feel like that's enough for most people.