Torrent Invites - Get your free bittorrent tracker invitations! - Powered by vBulletin
Ad
Results 1 to 7 of 7
  1. #1

    Posts
    83
    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.

    Last edited by rascuache; 09-27-2009 at 07:36 AM. Reason: Fixing typo


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Posts
    763
    Quote Originally Posted by rascuache View Post
    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.
    It sounds like your mp3's album is defined in the mp3's ID3 tag. What you're saying is it is not displaying in windows explorer? If this is true, windows explorer is probably having trouble reading the ID3 tags (which is no surprise as it was never meant to perform that function). I would do a test with just one of your mp3 files and use eyeD3 to check the version of ID3 tag that's being used.

    Code:
     > python eyeD3 -v "Tool - Vicarious.mp3"
    If it's not version 2.4, you could try converting it to the latest version like this:

    Code:
     > python eyeD3 --to-v2.4 "Tool - Vicarious.mp3"
    Now see if windows explorer is still having problems reading that specific mp3 file's ID3 tag.
    Looking for a tracker review? ---------> MIA, we'll figure out something else soon.

  4. #3

    Posts
    1,128
    I used to use JJ MP3 Renamer all the time.
    It's excellent and lets you batch alter many files like eyed3.
    Except it comes with a nice gui and lets you do much more, like see and change the id3 and id3v2 tags.
    Not to mention change the file names to Artist - Song or whatever you setup.
    Its worked well for me.
    The prophecies speak of a legendary being. With virtue, and wisdom beyond comprehension.
    Commanded by none, yet commended by the Gods. Possessing strength that would make Muhammad Ali cower.
    He is the embodiment of swag, with infinitely more charm and allure than any mere mortal. He is...
    The Exalted

    The Greatest Tutorials Known To Man


  5. #4

    Posts
    83
    OK thanks guys. Yeah m Id3 tags are all up to date, I've used itunes. When XP uses list view for songs,l it displays album names, however it seems they are not related to the information given in the Id3 tag. I might try this JJ MP3 Renamer, but I'm still at odds as to why windows xp would have a different system for naming an album than using Id3 tags, if that makes sense.

  6. #5

    Posts
    83
    >Bump<
    36 Hour bump...

  7. #6

    Posts
    763
    Quote Originally Posted by rascuache View Post
    OK thanks guys. Yeah m Id3 tags are all up to date, I've used itunes. When XP uses list view for songs,l it displays album names, however it seems they are not related to the information given in the Id3 tag. I might try this JJ MP3 Renamer, but I'm still at odds as to why windows xp would have a different system for naming an album than using Id3 tags, if that makes sense.
    You've made me boot up my windows partition, you! <shakes fist> My mp3 collection has perfect meta tags (id3 tags), and I can confirm that windows explorer is hit and miss with respect to reading them. I have used numerous media players like iTunes, Amarok, etc. and none have had problems. My presumption is that windows explorer suck like everything microsoft. I kid! (no I don't)

    My advice to you is to stop trying to shoe horn your mp3's into windows explorer. Do you know how old windows explorer is? I'm sure the microsurfs at microsoft have hacked that code to death by now, and I can assure you that reading meta tags was just another among a long list of hacks made to that Frankenstein monster piece of software.

    If you're dead set on doing it though, the only thing I can think of is to delete and recreate the tags with a microsoft friendly piece of software. And I don't know what that software might be.
    Looking for a tracker review? ---------> MIA, we'll figure out something else soon.

  8. #7

    Posts
    83
    OK I posted here earlier and said thanks, and that I dont think I'll bother trying to edit the album fields etc. I was just trying to tidy up my music, but getting all the filenames right is enough.
    Windows XP is getting pretty old, and it doesnt really matter anyway..
    Thanks for your help guys.
    Dont know where my post went.
    Thread closed...? Again..

Similar Threads

  1. Replies: 9
    Last Post: 08-11-2010, 02:30 AM
  2. TorrentReactor Buys and Renames Russian Town
    By Saint in forum BitTorrent Discussion
    Replies: 0
    Last Post: 08-07-2010, 09:14 AM
  3. Move Partition Contents and Rename Volume?
    By zebooboo in forum Computers
    Replies: 6
    Last Post: 04-28-2010, 12:50 AM
  4. Replies: 5
    Last Post: 09-01-2009, 03:47 AM
  5. Remove Deal URL as a required field for iTrader
    By brewkiller in forum Suggestions
    Replies: 6
    Last Post: 08-23-2008, 11:25 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •