Hi again.
This is a different subject and warrants a new thread, as it is not really the same as the other thread requesting help for activepython.
I want to know how to automate the renaming of the "album" and "track" fields of my mp3 files. My Id3 tags are up to date, and all the information is provided in the tags, however in windows explorer, the fields are often left blank.
For example, "Tool - Vicarious.mp3" is from the album "10,000 days". In iTunes, the album is "10,000 days". In the Id3 tag, the album is "10,000 days". In windows explorer, the album is blank.
I have been using eyeD3 with python to edit my filenames, using the command:
pyhon c:\eyeD3\bin\eyeD3 --rename="%A - $t" "F:\My Music"
To rename the filenames,
Is there a similar script to edit the album field?
Thanks for your help.

LinkBack URL
About LinkBacks

Reply With Quote





