A useful program to quickly edit metadata for a bunch of .m4a files!
Requirements:
- Python 3.8
- mutagen
- pillow
- spotipy
- beautifulsoup4
- Launch
gui.py
and load the folder containing all the files whose metadata you want to edit - Use the extremely user-friendly gui to accomplish all the tasks you wish to
- Be satisfied that you have used a piece of software written in python with little hassle
youtube-dl -x --audio-quality 0 --audio-format "m4a" --postprocessor-args "-b:a 320000" --embed-thumbnail --add-metadata -a "list.txt"
You need youtube-dl on your %PATH% for this to work. This gets everything in max 320kbps audio quality in the format this script expects, with initial metadata to start.
Command to convert existing, potentially metadata-ed files that aren't m4a to ones that can be edited with the script:
cd to/your/music/dir
./rel/path/to/p2_tagging/convert_remaining.bat
This converts everything to 320kbps m4a, just like what the youtube downloading one does.