mp3s is a Python Software -- thought to be used with mp3 files downloaded using youtube-dl -- that makes the files' names more user friendly and changes the metadata of the file.
HOW TO USE:
- move the software to the directory where all the mp3 files are
- run:
python3 mp3s.py artist album genre
obs: arguments with more than 1 word, must have its words separated by "-". ex: new-york-dolls
EXAMPLES:
python3 mp3s.py Smashing-Pumpkins Siamese-Dream Rock
python3 mp3s.py The-Cure Disintegration Post-Punk
USE:
mp3s came from the of adding metadata to mp3 files, downloaded using youtube-dl and usually from a playlist. The software adds the band/artist tag, album tag, name tag and the genre tag. The track number tag is set according to the "last-modified" date of the files (from oldest to newest). It also "cleans up" the name of the file, since files generated by youtube-dl usually come with a lot of "junk code" at the end of their name. It also tries to clean the name from stuff like "(Official Clip)". There may be some bugs, but we'll try to fix them.
DEPENDENCIES:
- junk.py (file with the list of strings you wish to remove from the name)
- dependencies: glob, eyed3
BEWARE: Don't put mp3 files in the directory if they are not to be used by the software!!!