Help: This script organizes folders into a structure based on band names and song names.
Folder Setup:
- Your music folder should contain subfolders named in the format 'Band - Song Name'.
- For example, if you have a band named 'The Great Band' and a song named 'Hit Single', you should have a folder named 'The Great Band - Hit Single'.
How the Script Works:
- The script will iterate through each folder in the specified music folder.
- It will split the folder names based on ' - ' to determine the band name and song name.
- It will create a new folder for each band if it doesn't already exist.
- The script will move each song folder into the corresponding band folder.
- If a folder with the same name already exists, you will be given options to:
- Overwrite the existing folder
- Skip moving the folder
- Delete the existing folder
Options:
- Sort songs into band folders: Organizes your folders as described.
- Fix Bad Songs: Handles issues listed in pasted content.
- Exit: Closes the script. h: Show this help text.
Info: If you run into any problems, please contact maxthespy on Discord. Use at your own risk. Hit Enter to return to the menu...