ITunes doesn't read ID3 tags properly on import

hi all,
today I've added ID3 tags to all my mp3 files, so that they will look better in iTunes and my iPod. I have added information for "title", "artist", "album" and "track #" in ID3v1 and ID3v2.3.
Now, when I import these files to iTunes, the ID3 information is read only partly or not at all. This means, some tracks show all information, some only show title and artist, some do not show anything at all.
I edited all the ID3 tags with the same software, which makes it even more mysterious. The software was implemented by myself in C#. To edit the ID3 tags, I used the library UltraID3Lib. I don't think that something is wrong with my software because the ID3 tags are displayed properly in Winamp without any problems.
I have also already tried the option in iTunes to convert the ID3 tags, but this also only yields strange results: If I select "none" as ID3 version, iTunes obviously imports the information from the ID3v1 tags, but it deletes the ID3v2 tag at the same time, so that titles and albums are cut down to 30 characters. If I choose other options, nothing changes.
Does anybody have an idea how to solve this problem? Or can someone maybe explain this "convert ID3 tag" option? It doesn't really make sense to me...
Many thanks in advance!
gehho.

As far as I know (and it may not be very far), iTunes does use standard ID3 tags for most things. The XML file stores info on ratings, playlists, playcounts and other iTunes specific information for use by other applicaitons. iTunes itself doesn't use the XML file but rather the iTunes Library.itl file.
It's possilble to do multiple file tag editing in iTunes for things like artist, album, year, etc. I would say, go with whatever works for you. It just seemed as if what you were doing wasn't working. Perhaps the other suggestion will solve you're problem.
Best of luck.

Similar Messages

  • Itunes does not read id3 tags and its a problem

    Ok I have 60 gig of music and all of it is labeled correctly in id3 tags. But when i add them all to itunes some of the songs are blank with no information at all but if i go into "show in explorer" the information in the id3 tags instantly pops up. I'v searched google and found nothing so i hope someone can tell me a fix or another program to use that will organise my music like itunes does and also can put music on my ipod. So please help me with the problem.
    Thanks

    It doesn't work. I'v already tried that. I'v even tried converting the id3 tags and then removing them from the libray and adding them again. Still nothing. It might help if someone could tell me where itunes gets it information for its tags when you add music to its libray seeing as it doesn't use id3 tags for the information like any smart program does.

  • ITunes won't read ID3 tags

    So long story short, I lost my iTunes library and had to re-import all of my songs. Problem is, iTunes isn't reading the ID3 tags correctly, and most of my music has "unknown" under artist, album, etc. Normally, it wouldn't be a big deal to just go through my library and update the information for the tracks manually. But I have a LOT of music, and it would take forever to do so for my entire library. I use iTunes whenever I import CDs or purchase music, so the ID3 tags were all originally created by iTunes itself, which doesn't make any sense. All of the ID3 information (track names, artist, album, etc.) is showing up fine in Explorer and Windows Media Player, so I'm not sure why iTunes isn't recognizing it. Any ideas?

    I suspect the tracks have multiple tags which iTunes doesn't cope with. Each mp3 file should have a single ID3v2.3 tag for best results with iTunes. Some software creates both ID3v1 and ID3v2.x tags when creating mp3s. If these are edited with iTunes it may update one tag, but then later read back unchanged data from the other. MediaMonkey has some useful tools for cleaning tags, assuming that is the problem, and you can determine which version needs clearing out. Test with small samples to make sure.
    tt2

  • ITunes won't read ID3 tags that Windows sees

    I recently switched my library over from a Mac laptop to a PC desktop. I have about 70 GB of perfectly organized music accumulated over years and years.
    In the process, after I loaded some songs into iTunes (using the Keep My iTunes Folder Organized and all that stuff), I noticed that about 10 GB of music were without titles, artists, or album info, and just displayed the name of the MP3 file (so like instead of displaying 15 Step by Radiohead from In Rainbows, Track 1 it displayed "01 15 Step" in the Title column only).
    The problem is that when I navigate to these songs in Windows Explorer, not only do I see all of the correct ID3 information, I see the extras like Album Art have loaded perfectly as well. I can play these songs in Windows Media Player and the ID3 info is perfect.
    Does anyone know why iTunes won't read these ID3 tags or how to get iTunes to read them?

    I am also having the same problem with about 200 of my MP3s. The tag info shows up perfectly using QuickLook on Leopard, but in iTunes I can't see any of the info. I have tried converting the ID3 tag version, revesing the unicode....nothing.
    Have you had any luck?

  • Bug or Feature? iTunes doesn't write ID3 Tags when you recorded in VBR mode

    When you record music from a CD with iTunes (6.0.4 and 6.0.5) using higher bit rates (High Quality) together with VBR, then the iTunes database initialy shows a correct entry. But if you check the created mp3-files with the Finder application you will see that there is no id3-tag in the file.
    When you later move your iTunes music folder, iTunes asks you to modfify everything concerning the embedded infos (id3 tags). If you then say "yes" your database is gone.
    I saw a couple of postings where users complain about that iTunes loses the id3 tag when they burn a CD. I think that there has never been a physical ID3-Tag although the iTunes database shows a correct entry.
    Is some kind of a bug fix out there or should I use Musicmatch within Parallels Desktop for Mac in order to properly record in VBR mode?

    Odysseas,
    "But if you check the created mp3-files with the Finder application you will see that there is no id3-tag in the file."
    You can't see ID3 tags in the Finder. The data is imbedded in the song file itself.
    Regular, commercially produced CDs do not support ID3 tag information. When you insert a CD and it opens in iTunes, the application will go out on the internet and look up the track information in the Gracenote (CDDB) database.
    Then, when you rip the CD to an MP3 or AAC etc. the track information is then incorporated into the encoded song file. Using VBR shouldn't prevent the ID3 tag information from being transfered.
    However, if you then burn a music CD from that file, the ID3 tag information is lost.
    Matt

  • ITunes cannot read ID3 tags written by Perl module MP3::Tag?

    Greetings,
    Just trying to re-arrange ID3 information in a large set of MP3 files. Before I run the following Perl script, iTunes can read the ID3 tagging information. After writing ID3 inform ation to the MP3, iTunes no longer reads any tagging information from the MP3.
    Does anyone have any information regarding this? There is some cryptic information in the MP3::Tag POD regarding setting the "id3v23_unsync" option but that doesn't seem to alter the impact on iTunes at all. Windows and other tag readers seem to be able to read the all ID 3v1 and ID3v2 tags just fine (including the altered fields) after running the following script.
    Thanks for any suggestions/guidance anyone can provide.
    Description: the following program takes an MP3 filename as input.
    Action: It appends the value in the Album field to front of the TITLE Field. That's it! Easy!
    #!/usr/bin/perl -w
    use MP3::Tag;
    MP3::Tag-> config(id3v23_unsync=>FALSE);
    my $filename = $ARGV[0];
    $mp3 = MP3::Tag-> new($filename);
    @info=$mp3-> autoinfo;
    @albnum = split(/_/, $info[3]);
    $frame = $mp3-> {ID3v2}->get_frame("TIT2");
    print $frame;
    $mp3-> {ID3v1}->title("$albnum[0] $info[0]");
    $mp3-> {ID3v2}->change_frame("TIT2","$albnum[0] $info[0]");
    $mp3-> {ID3v1}->write_tag();
    $mp3-> {ID3v2}->write_tag();
    @info=$mp3-> autoinfo;
    print $info[0]; //print ID3v1 TITLE field
    $frame = $mp3-> {ID3v2}->get_frame("TIT2");
    print $frame; //print ID3v2 Title2 field
    $mp3-> close();
    Thanks!
    GL
      Windows XP  

    SOLVED
    Changing the config entry (Line 3 in original listing) to:
    MP3::Tag->config("id3v23_unsync",0);
    fixed the problem with iTunes.
    NOTE: This means that iTunes version 7.x still has the synchronization problem alluded to in the documentation (POD) for this Perl module. I just had the syntax wrong to set the workaround parameter.
    That aside, iTunes 7.2 works quite nicely with the modified MP3. Artwork (even though this was a modified and obscure (and legal) Bible audio, it found additional information about the MP3 in the online database).
    Kind Regards,
    GL
      Windows XP  

  • Itunes is messing up ID3 tags and song info.

    I am wondering, why is itunes keeps on changing ID3 tags.
    For example. All my "The Thunderlords" songs have been changed to"thunderlords,the" Which I do not like. AC/DC got changed to DC/ac and the art was gone. Random comment such as "0" have been added to nearly every song. The album "The Wall" has been labled as "Wall, The" I do not like this >_> is THE wall not wall the. What the .... is wall the? It's not like I go around says "what heck the?" or "halo above his head the" I'm not Yoda! I'd just like to know how to stop itunes from editing this without my permission.
    All songs are MP3's. Details:
    96 kpbs (mono)/ 192 kpbs (Stereo), Normal Stereo, optimized for MMX/SSE, using MP
    Message was edited by: iRockers

    Welcome to the world of Gracenotes. This is the database that Itunes reads to name your files. Apple pays a royalty to these clowns and this is what you get; misspellings and just plain wrong info.
    I constantly sort and edit my 1300 CD collection so I would suggest you learn to do the same within iTunes. If the author names are reversed, fix one then copy. Itunes will let you select and change multiple fields once you learn to do multiple selection..not hard but tedious at times.
    Apple needs to threaten to let us use the free CDDB for an alternate look up and a swap button on authors names, and so forth..

  • How can I synchronize my iPhoto events? my iTunes doesn't read them and with the app Images in the iPad I can only find Photos, Albums, Faces and Places, not Events.

    How can I synchronize my iPhoto events? my iTunes doesn't read them and with the app Images in the iPad I can only find Photos, Albums, Faces and Places, not Events.

    I had a problem a couple of months ago when iPhotos suddenly rearranged the order of my Events (Why won't iPhoto let me arrange my photos?) .  I was told "Use albums not events - events are not a good way to organize - albums and folder are designed for organisation and are very flexible".
    Haha!  I should have paid attention and read between the lines!  My iPhotos were highly organised groupings - not according to date but the way I wanted them - and it was so easy to do!  I see now that if I had them all in albums, as per the Apple Apologist suggestion, I wouldn't have this unholy mess I have been left with just to make iPhone & iCloud users happy.  I am now going through Photos and making Albums (of what used to be in my Events)  ... maybe I'll get this finished before they do another non user friendly update!

  • Hello!! I have an ipod nano classic 2007, i always upload music but today the itunes doesn't read it. What can i do? Tank you

    I have an ipod nano classic and suddenly itunes doesn't read it, only charges the battery. What can i do? Thank you

    What have you tried so far in terms of troubleshooting this issue?  Are you plugging the iPod into a high powered USB 2.0 port on the back of your PC? Have you tried a different USB cable?
    What happens if you try to reset the device with it still connected to the PC?
    How to reset iPod
    Has this iPod ever worked on this PC or is this the first time you have time you have tried connecting it?
    Have you carefully worked through each and every single suggestion in this Apple support document?
    iPod not recognized in 'My Computer' and in iTunes for Windows
    B-rock

  • ITunes doesn't read 5.1 surround sound

    I bought a Mac Mini after an Apple TV because it isn't so open I'd like.
    I bought many HD TV Show like Grey's Anatomy.
    In France the price is 60€ for the season.
    I plug my Mac Mini on my receiver with an optical cable.
    And I was surprised when I saw iTunes doesn't read the 5.1 surround sound.
    I call the Apple Support Center, and they confirm iTunes can read only Stereo sound.
    But, when I read the 5.1 surround sound on my Apple TV, it works very well.
    So, II was very angry because after buying a TV show at 60 €, I realized that I could not read the surround sound directly with iTunes.
    Gentlemen developers eagerly await an update steep iTunes.

    + 1
    I just bought some Lost episodes... when i select 5.1 in iTunes my speakers play an horrible sound...
    I'm angry to because i bought them especially to enjoy the surround sound.
    I'm using a Macmini late 2009 (which remplace my old Apple tv) with an optical cable...
    Message was edited by: lapypool

  • Itunes doesn`t read half of my id3 tags

    Hi,
    I am stuck with a problem with itunes.
    In the music library, itunes only writes half of my tracks with the id3 tags. All of my songs are mp3s. Every single id3 tag of all my songs gets recognized in winamp, wmp, or in the windows file browser.
    But Itunes doesn`t!!!! Even if I click on the songfile, and go on information, it shows my art cover, but not the id3 tag!!
    About 6 months ago when I installed itunes, all my tracks did get recognized, but after (i guess) 2 months, half of my songs were unwritten.
    I did several updates since then, but no changes.
    Now with the new Version 7, I even deleted the database who stores all the information, created a new music library, still doesn`t recognize it.
    Winamp - new library - recognizes every single id3 tag.
    Any Ideas??
    Would need to update my ipod, but i don`t want to plug it in now, as it probably would **** up my library on the ipod.
    If someone wants I can send you a mp3 file, which doesn`t get recognized, I just can`t find anything.
    Thanks
    Mario

    It could be that the tags are corrupt or do not strictly follow the ID3 standard.
    You might try an ID3 tag editor and convert the tags to an newer ID3 version. Maybe that'll fix any tag problems.

  • ITunes reads ID3 Tag Improperly

    I've just spent my afternoon naming 1,881 mp3s that I loaded up on my computer from old cd's that weren't in any music database and I named all the files properly. As soon as I loaded the songs into iTunes the artist switched to "various" and everything else is fine. When I get properties on the file, all the information is there. Why doesn't iTunes pick it up?
    I'm using the latest version 6.0.1 and the ID3 tags are in version 2.2

    My mistake, according to this topic, it is apparently the "Sound Check" feature that is adding the random numbers to your Comments field, coupled with already-dodgy ID3 tags.
    http://discussions.apple.com/thread.jspa?messageID=1820078&#1820078

  • ITunes not reading ID3 tags correctly

    I have an album of mp3s, all correctly ID3 tagged (WinAMP and Windows Media Player read them fine), and when I try to add it into my iTunes library, it only add it as the filename. It does not read the artist, album, or track name from the tag.
    It is strange that it is able to read some of the id3 tags but not all.
    iTunes 6.0.4   Windows XP Pro  

    Something else on your system is probably changing the tag outside of itunes. For instance, WMP is set to get album info from the internet.
    iTunes isn't constantly scanning your library for any little tag change (a good thing, otherwise it would use 100% CPU all the time). When you go to play it or get Info, it DOES read the tag info.
    Then again, I might not understand your itunes preferences settings. I have mine set for itunes not to organize my files and not add them to the itunes library.

  • Itunes not reading id3 tags

    For some reason, many of my songs that I imported using previous versions of itunes *specifically version 10.5* no longer are reading the ID3 tags correctly and now come up as unknown artists, unknown albums.  Is there anyway to fix this without doing each song individually as they show up correctly in Windows Media Player.  There were no issues on the original computer, however I transferred everything to my new computer and formatted the original one.

    Leo: Yes, when I first imported my library, I found this case on several files.
    In every instance, the ID3 tag itself was corrupted. What I later discovered was as follows:
    -Corrupt ID3 tags are pretty commonplace
    -Winamp is very lenient in its tag reading capabilities
    -iTunes is not so lenient
    There's a few ways to try to fix these files (since it is a problem with the file, technically).
    -You can try to correct the tag using a good tagging program. I found Tag&Rename was capable of fixing most tags.
    -You can erase the tag and retag the file entirely. TidyMP3 will remove the tag. Tag&Rename has nice Amazon.com lookup features for retagging whole albums at once (with art!).
    But it is the tag at fault. Winamp is just incredibly forgiving, more so than any other program. And as such, it's not a good basis on which to judge the correctness of the file's tag.

  • Read id3 tags

    I'm looking for a way to read the id3 tags (id3 v2) from my mp3 collection - not happy with iTunes handling of these files.
    I've found id3lib in C#, is there a way to embed this into LV script?

    In this discussion on the LAVA forums, they suggest using TagScanner.
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness

Maybe you are looking for

  • MPEG-2 file to DVD

    I have searched the threads and not quite sure how to do this. I want to be able to share with others a video that I put together and burn it to a DVD. I am not quite sure how to do this. I have a MPEG-2 file and want to be able to burn it to a DVD s

  • Cascading LOV used as part of  From ?

    Background - We are using views because we need to join tables from Oracle instances. We're running 4.1.0.00.32 All my report forms start with a select list: e.g. Item P4_INST select INSITITUTE_NAME d, CODE r from CRIN_DWDB_INSITITUTE P4_INST returns

  • Installing from External DVD Drive

    Can you install Leopard from an external DVD drive (USB)? I bought an external DVD drive and it has a faster speed then the built in DVD Drive in my iMac. Thanks, agent6998

  • Both material groups and material types in search while creating SC

    Hi Guys, While creating a shopping cart ,when we are searching for materials that have been replicated in SRM we can search the material based on various parameters like Product ID ,Category ID etc.In SRM the Category ID is normally the material grou

  • Can I send a delayed email from an iPad? if so, how?

    How can I send a delayed email from my iPad?