Skip to content
/ mp3s Public

Changes mp3 metadata (and "cleans" the name of the files after using youtube-dl)

License

Notifications You must be signed in to change notification settings

H3r4kl3s/mp3s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MP3S


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:

  1. move the software to the directory where all the mp3 files are
  2. 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:

  1. junk.py (file with the list of strings you wish to remove from the name)
  2. dependencies: glob, eyed3

BEWARE: Don't put mp3 files in the directory if they are not to be used by the software!!!

About

Changes mp3 metadata (and "cleans" the name of the files after using youtube-dl)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages