Shuffles a playlist because google can't seem to be bothered to do it
Go to file
David Daily 30960d1923 some improvements, new install 2023-04-06 10:06:24 -05:00
LICENSE Initial commit 2022-05-19 11:08:19 -05:00
Pipfile some improvements, new install 2023-04-06 10:06:24 -05:00
Pipfile.lock some improvements, new install 2023-04-06 10:06:24 -05:00
README.md Update Readme, add usability 2022-05-23 15:21:20 -05:00
shuffler.py some improvements, new install 2023-04-06 10:06:24 -05:00

README.md

YTM-Shuffler

Shuffles a playlist because google can't seem to be bothered to do it


Usage

  1. Clone this repo git clone https://daviddaily.dev/david/YTM-Shuffler.git && cd YTM-Shuffler
  2. Run pipenv install
  3. Follow the documentation from the API docs to create the config.json
  4. Run pipenv shell
  5. 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.
  6. 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.