Just a tiny thing to help me have an easier time doing basic manual editing of new music files
- CustomTkinter
- tkinter
- mutagen (EasyMP4)
- mutagen (EasyID3)
- pillow
- re
- os
- sys
When app is launched you need to give it the absolute path to the directory you will be working with (can only be done when app is launched).
This is the app after working directory has been given.
Removing something from the filename can be done; even if that something is in the middle of the filename.
Here you can prepend some text to the filename.
Once you have the filename with something like 'Artist Name - Song Title.mp3', you can use that to set the artist and title tags.
To check if the tags are set you can use the get tag part of the app. Will show in popup as ['Title'] ['Artist']
NOTE! There is a limit to how many files tags you can see as the info box can not be scrolled.