A script, that runs through a specified folder's songs, then puts them into their album's folders.
It's made to be used with spotyDL.
Install dependencies with pip
:
pip install -r requirements.txt
Then run the script:
python main.py
-
Basically I download music a lot with spotyDL, so I made a script that organises them, so my media server can find them easily.
-
Might be useful for anyone out there.