This script aims to change metadata for albums/music distributed by labels that add their name to the tags. An example is New Standard Elite
This script commits metadata automatically and does not make a backup. I would personally backup any music in case you cant afford to lose it, or don't feel like redownloading ones that could potentially error.
- Changes album artist and artist tags to the correct artist
- If the album is a split between multiple bands, by default it will make seperate albums for each artist. This is a personal preference thing, and can be toggled off in the config.json file.
- Artist names will be changed to a titlecased version (ex. PUTRID PILE will change to Putrid Pile)
- Singles will append the single title and the word Single to the album tag
- Download Zip file for OS
- Unzip to desired location
- Edit config.json (if needed)
- If not editing config to point to a custom path, put music to be edited in the music folder within the zip
- Run the executable
- Done!!!
- Clone this repo
git clone https://github.com/Nathan-Wunschl/Anodizer && cd Anodizer - Install requirements
pip install -r requirements.txt - Edit config.json if desired
- Create a folder titled 'music' (all lowercase) in the project directory
- If using default config, move music to the music folder within the repo
- Run the script!
python3 main.py