GitHub is no longer a place where I want to upload and share my code, for different reasons. I therefore decided to move my repositories to Codeberg, you can find this migrated repository here:
https://codeberg.org/Quasolaris/Bandcamp_Metadata_Filler
I will leave the repositories as they are for now on GitHub. Later this year I will archive them.
This script is a work in progress.
The script goes through all files that are in the same directory as itself. It then reads out title, album, artist and track number via the Bandcamp file name. The collected informations gets added to the metadata of the files. It then creates a directory inside the current one and saves a copy of all songs named after the song.
Place Python file inside your album folder and run it with the following command:
python BC_MetadataFiller.py -sameDir
