

# if all previous tags are cleared when editing, save genre here. If file.substring(end-4,end) = ".mp3": continue # skip to the next item in the list Year = int(folder.substring(0,4)) # characters 0,1,2,3 of folder nameĪlbum = folder.substring(5,end)) # character 4 is space import id3pluginįor folder in folder_list(path): # folders as strings As I only know python and java, if the provided language is not one of those I would also appreciate it if anyone would like to help me by converting the pseudocode provided below (or something of the same effect) to actual code. TigoTago has useful functions to mass edit your music or video library. TigoTago compatible with audio formats such as MP3, WMA, and WAV, plus it handles AVI and WMV video formats. This saves a lot of time if you have multiple songs you need to add information to.

So, I need a plugin in any language (and tell me the version of both!) that can do the things above, and I would also appreciate an example of how to set the value of said tags, as well as (if necessary) the required measures to make sure that the genre tag is untouched. TigoTago is a tag editor that can batch edit a selection of files at the same time. I've described the problem I had when using mutagen here: Some mutagen tags don't work.

I've tried so far in python but none of the ID3 plugins have worked out. It would edit the tags Title, Artist, Album Artist, Album, Year and Track (song number), while keeping the Genre value. I've been trying to write a program that edits the ID3 tags of all the songs of a given artist, given that the folder structure is "musicFolder\Artist\Year Album\# Song.mp3".
