Bad bug with ID3 tags of different case for same artist

My itunes files and music library are on a different drive than my boot drive. It is an internal drive (always on) in my Mac Pro at /Volumes/Media1/iTunes with music library at /Volumes/Media1/iTunes/iTunes Music. iTunes is setup to automatically keep it organized and copy files to the media folder when adding. It has been this way for years, never a problem.
Just recently, and I think this may have coincided (but I'm not sure) with a 10.6.5 Snow Leopard update, my music started disappearing! The entries were still in the library, but with the missing exclamation mark in itunes with it reporting that it couldn't find the files. But only certain artists. After searching my computer, I found the missing files it at the same path, but on my boot drive, at /Media1/iTunes/iTunes Music/<missing artist>!
Trying to add these files back to my library would work briefly, but then they would magically disappear out of /Volumes/Media1/iTunes/iTunes Music and go back to /Media1/iTunes/iTunes Music/
I figured out the one thing the different artists that had this behavior had in common - some of the ID3 tags for the same artist, which are the basis for organization, were in different cases. I think there is a weird case sensitivity bug that is breaking things. When I add back only those songs for an artist with ID3 tags for the artist of the same case, the behaviour stops.
I'm posting less looking for an answer and more to raise visibility and hope this gets a fix.
Example entries from my iTunes Library.xml, notice how the 'k' in OutKast is a different case in the entries.
<key>Artist</key><string>OutKast</string>
<key>Location</key><string>file://localhost/Volumes/Media1/iTunes/iTunes%20Music/OutKast/Speakerboxxx,%20Th e%20Love%20Below%20(Disc%202)/13%20Pink%20&%20Blue.mp3</string>
<key>Artist</key><string>Outkast</string>
<key>Location</key><string>file://localhost/Volumes/Media1/iTunes/iTunes%20Music/Outkast/Aquemini/12%20Spot tieOttieDopaliscious.mp3</string>

I'd like to note that I'm experiencing the exact same issue. I'd add to this but petegas4life has it spot on. I'm just replying in hopes this thread gets noticed so the engineers at apple can look into this and hopefully fix it in the next release.
Reproducing the problem is pretty simple too. Just take one song from an album and change the case of the artist name. You'll see the music move to the boot drive and all of the songs from that artist won't work in itunes anymore. And if you're relying on iTunes to edit the tags, fixing the files is a PAIN because they keep disappearing on you.

Similar Messages

  • Different View for same document library on a Wiki Page

    Hi,
    I am developing a Provided hosted app which have a functionality to create a document library with two Views. Also we need to show this document library in a wiki page with two different views.
    I am using CSOM (C#). I am able to create the document library and the two views programmatically. But when I add the document library in the wiki page the default view (All Documents) is shown for both the web parts. There is an hidden view created with
    the WebPartDefinition from the xml provided through code. 
    Through CSOM we are able make a View as default with the link below.
    http://sharepoint.stackexchange.com/questions/90433/add-document-library-xsltlistviewwebpart-using-csom-or-web-services
    In my case both the webparts will get the same view, where I need different view for same document library in a wiki page.
    Also I tried to update the web parts with the following code.
    string viewString = @"<View Name='{0}' MobileView='TRUE' Type='HTML' Url='/SitePages/Home.aspx' Level='1' BaseViewID='1' ContentTypeID='0x' ImageUrl='/_layouts/15/images/dlicon.png?rev=23' >
    <Query><Where><Eq><FieldRef Name='KeyDocument'/><Value Type='Boolean'>1</Value></Eq></Where></Query>
    <ViewFields><FieldRef Name='FileLeafRef'/><FieldRef Name='DocumentOwner'/><FieldRef Name='Modified'/>
    <FieldRef Name='_UIVersionString'/><FieldRef Name='Editor'/></ViewFields>
    <RowLimit Paged='TRUE'>30</RowLimit><JSLink>clienttemplates.js</JSLink><XslLink Default='TRUE'>main.xsl</XslLink>
    <Toolbar Type='Standard'/></View>";
    WebPartDefinition wpd = wpfound.FirstOrDefault();
    string formattedstring = String.Format(viewString, wpd.Id);
    wpd.WebPart.Properties["XmlDefinition"] = formattedstring;
    wpd.SaveWebPartChanges();
    web.Context.ExecuteQuery();
    I created two views (viewString) as shown above.
    The above code did not throw error, but it did not update the web part.
    Please advise how to move forward.

    Hi Samir,
    When we click outside of the list view webpart on a webpart page (or allitems.aspx page) with containing multiple webparts, the list view webpart will lose the focus, and the selected items will be deselected, this is by design.
    You can look at the following article with using the approach/workaround of Javascript to prevent the specified list view webpart from losing focus.
    http://sharepoint.stackexchange.com/questions/44360/list-view-loses-focus-when-additional-webpart-added-to-page
    //Set focus on our list web part
    var webPart = document.getElementById('WebPartWPQ1');
    WpClick({target: webPart});
    //Prevent it from losing focus
    SP.Ribbon.WebPartComponent.$3_1.deselectWebPartAndZone = function() { };
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to Maintain two different prices for same material in different qty?

    Dear all,
    How to maintain two different prices for same material in different batch quantities in purchase order(ie.,info record)?
    (Vendor is supplying quantities in 2 different batches & also in different prices)
    Expecting valuable reply.
    Jeyakanthan

    In a PO you can create 2 items, and each item can be maintained with a different price in the conditions.
    In info record it is not possible to have different prices for the same period, except for scales.
    so if you have a price of e.g. 2 USD for 1000 kg and 1,90 USD for 2000 kg then you can maintain this in scales, but you still have to have 2 items in the PO so that each one can individually find its price.
    Alternative you can create contracts (as well with more than one item) to reflect the different prices and batches.

  • How to make Different Price for same product in one Sale Order

    How can i customizing my system?
    I need to sale for different price same product A in one sale order. And price condition type cant be manually. i can separate them by position. for ex. in first position: product A is one price and in 2nd product A with discount. i tried to do it by changing a price group for 2nd position to determinate a discount condition but it generates invoice split.
    Someone have any suggestions?

    Hi
    you can have it automatically determined after some custo and using userexit_pricing_prepare_tkomp in MV45AFZZ and RV60AFZZ.
    The idea is to use ítem category field (PSTYV) as a part of pricing data to determine different prices for same material by changing manually ítem category when creating a sales order
    - you'll need to create a new ítem category copied from the one you´re using and do all assignments
    - add field PSTYV, if not there, to pricing field catalog. This thread has an example on how to and coding required for userexits
    http://scn.sap.com/thread/1693234
    - Adjust your pricing sequence as per new table
    - Maintain specific prices in new table for materials with this new ítem category
    Finally, when creating a sales order change, when required, default ítem category by new one to get specific price for material.
    Regards,
    JM

  • Folder is empty on second computer. I have installed adobe CC on two different computers for same account so I can work at two different places. I uploaded files to it yesterday and I can't find it on the CC folder on second computer. What can I do?

    I have installed adobe CC on two different computers for same account so I can work at two different places. I uploaded files to it yesterday and I can't find it on the CC folder on second computer. What can I do?

    Hi DeafScientist,
    Please try the below mentioned links.
    Creative Cloud Help | Browse, sync, and manage assets
    Error: "Unable to sync files"
    Creative Cloud File Sync | Known issues
    Kindly revert if you are unable to sync files.
    Thanks,
    Atul Saini

  • Engineering and Manufacturing Org has different name for same item

    Dear All,
    I have an Engineering department generally Create items and configure bills, routings then, transfer all to Manufacturing org.
    My client has typical requirement as follows...
    Engineering and manufacturing department has different name for same item.
    Eg: Item A in Manufacturing org may be called as Item AA in Engg org. I have to maintain 2 names for same item. How to map this requirement in R12.
    Regards,
    Saravanan

    Can oyu not make it an organization level item and specify the proce there instead of keeping it a master level item?
    Regards,
    Utsav.

  • Problems with ID3 Tags in iTunes - Desperate need of assistance!

    Hello all...
    Desperately need some help. I just spent a very (very) long time going through my entire music collection making sure all album art is present and all tags are corrected to my preferences. Now I want to back up the entire drive (F: drive, I keep my music on a separate drive) to a new hard drive (H: drive). However, in the process I've noticed that not all the changes that I made to the tags have actually saved to the tags themselves, even though they continue to display correctly in iTunes. If I load them into another application or reload them into iTunes from the new drive, not all the tag changes I made in iTunes are showing up. It seems iTunes is perhaps storing this tag info in some kind of internal database? To be specific I am not talking about meta-data like ratings and number of times played. I'm talking about artist, genre, etc.
    So my question is this: is there some way to force iTunes to save the data that is currently displayed in iTunes to the ID3 tags?
    I've also been disappointed to find out that when adding album artwork, iTunes does not actually save the artwork to the ID3 tags as I assumed. Any way I can force iTunes to do that?
    Lastly, if neither of the above are possible, is there an easy way to backup the iTunes database so that all my tags and artwork are present once I remove the current drive and re-load my collection into iTunes from the new drive? Will the change of path prevent me from being able to backup the database?

    Hi Ed, thanks for responding so quickly. Yes, they are mp3 files, and yes, I had assumed what you told me, that changes made in iTunes would be made to the mp3 files. I also thought it could have something to do with read only, so I made sure that the files were not read only. But yes, strangely enough, even though the tags show up properly in iTunes, they do not show up properly in other players, and don't show up properly in iTunes if I remove the album, copy the album to the second drive, and load it back into iTunes (only for a portion of the files, but with the size of my collection this would still be time consuming to fix). I don't understand it either, but from research I have done online, it may have something to do with an iTunes glitch relating to the ID3 tag version.
    Regardless of how it is supposed to work or what the explanation is, the situation now stands that my tags display perfectly in iTunes but are not all saved to the files perfectly. So I am hoping there is some way I can force iTunes to save the current state of tag info to the files!
    About the 2 drives, it's simple. Right now my collection is on F:, and loaded into iTunes, but I want to get rid of that drive as it is IDE and too small, and store my collection on H: instead. I'm just really worried that after moving my collection and reloading into iTunes I will need to re-tag and re-load album artwork all over again. Any tips?

  • Problem with ID3 tags in iTunes

    I was hoping that I could get some clarification on how iTunes uses ID3 tags with mp3s. The problem I am having is that I have fixed all the ID3 tags on my mp3s using another program (Tag & Rename is the name of the program, it does both v1 and v2 ID3 tags) but iTunes still doesn't recognize the changes I have made. I have tried deleting my entire library, and readding all the songs, but for some reason it still has the wrong information. I tried opening the files with other music players, and they read the ID3 tags fine.
    Thanks in advance!
    I don't know if this helps, but the most noticable program is with my compilations. I changed all the artists to the actual artist name instead of "Various" that it used to say, but iTunes still reports the artist as "Various".

    I routinely change file names, change ID3 tags, and edit existing tracks using external programs. Once done, all I do is to double click the track in iTunes to ensure it reads updated ID3 tag info correctly from the track.
    1. iTunes reads track info from the file everytime you play a track and saves any changes that you have made through external software to its internal database at "C:\Documents and Settings\<user name>\My Documents\My Music\iTunes\iTunes Library.itl" and "iTunes Music Library.xml". As an alternative to playing, you could also press Ctrl-I to display track info, at which time it reads updated info from the track and displays it.
    2. If the filename has been changed for a track, iTunes prompts you to point to the right filename. When done, it populates ID3 tag info, while retaining the playcount and rating.
    Hope this helps.

  • Songs cut off. someting to do with id3 tags and how they are encoded?

    Something very disconcerting is happening; tracks are being cut off before they should. Slowly more and more songs are being 'eaten'.
    One correlation does seem to be that they are all encoded with iTunes v4.0.1 and have id3 tag: v2.2. Unfortunately I have no idea what, if anything, this means or what to do about it.
    The 'time' display of the song is changed to the point where it cuts off rather than it's true length. I have tried changing the stop time (song info, options tab) but it does not allow me to make it longer.
    Currently iTunes 9.0.2 (25) is being used. This problem spans over several updates.

    Thanks Mike,
    Usually I do get info on a whole album, but I found that doing this for individual songs allows you to view the sorting info, and it was this that was causing the problem - All the sorting info has to be exactly the same for each song within an album for it to sort properly on an ipod. It's weird that the sorting was fine within Itunes, but not on the ipod, but anyway this seemed to solve the problem.

  • Music Player with ID3 Tag Feature

    Any application that has ID3 tag feature? I can't stay in front of my PC all the time to change and organize all my music files properly. I prefer organize them via my 5800, so, I can do it anytime. Yes, 5800 has its own 'song details' feature. But it's only temporary. If I formatted my memory card, all the details are gone, and I have to organize them again!
    Solved!
    Go to Solution.

    I think you're missing the point here. Of course when you format the memory card, all data is deleted. Hence it would make sense to perform a backup of your memory card contents onto your computer before formatting the memory card. Easiest way to do this is to copy everything from the memory card (i.e. displayed as Removable Disk in Windows) to your hard drive on your computer. Then when the format is complete, copy the songs back to your memory card. That way, all the ID3 tags for songs that you modified on your phone will be restored to the memory card.  
    If you found this or someone's comments helpful or like what that person has to say, please give some Kudos to their post!

  • Disk With Id3 Tags?

    Hi all,
    My car cd player is apparently able to read id3 tags from cd's so that it can display the track name and artist instead of just track 1 etc etc, but how do i write the tags to a disk? I have tried using both CD-R and CD-RW disks, but still the tracks are jus displayed as track 1 and "no text"
    Any ideas?

    That depends on what type of cd player you have. If it is a cd player that only plays normal audio cd's then cd text information should be turned on, and you should leave it set to audio cd like normal. Some cd players can play mp3 cd's. These disk store the audio compressed as mp3 files so more of them can fit on a cd, but you need a cd player that can play this kind of disc. If you do have a cd player that can play this kind of disc, then set it to mp3 audio cd.

  • What ID3 Tag version is ok for Sleek and MediaSour

    Hi,
    I've ripped all my music in iTunes, included album art and converted all to ID3 Tag version 2.4. The import wizard for the player/MediaSource isn't geting any useful info my songs though, now that I have a Sleek, such as album, artist etc. What do I do? I've 25 GB of music meticulously stored up and now I can't use it properly until MediaSource can import the tag info into its database!!
    What ID3 Tag version is ok?
    Is there anything else I can do?
    Any other help would be appreciated.
    Thanks,
    Gav

    Hi guys,
    I got it to work, thanks to yourself Mr Mouse.
    It appears that MediaSource and the Sleek import wizard WILL NOT read ID3 v2.4 tags but the wizard WILL read v2.3 tags, when they have been created in iTunes. To solve the problem I converted my entire music library from v2.4 to v2.3 using the same iTunes menu action thingie I used to make them all 2.4 in the first place, as was suggested to me.
    The mp3s are transferring as we speak and so far all is good.
    I was really worried all that music would be unusable but fortuantely the above worked. It looks like creative are behind in implementing ID3v2.4 support. Their products are always fantastic, the sound always incredible but the softare always lagging.....
    The documentation and FAQ should make specific mention to the ID3 tag versions supported, it would be helpful.
    Thanks for the help,
    Gav.

  • Selecting different parameters for same plot

    So I am currently working on a VI to integrate on a system. In this VI I would like to have a plot that will aloow me to select different parameters for both X and Y axes. I was thinking of having a drop down menu with the different parameters, ie Time vs Pressure, Pressure vs Temperature. How can I go about making this?
    I would also like to have the choice of plotting multiple signals on the same graph, ie Temperature 1 & Temperature 2 vs Time.
    Right now I am only able to graph one paramater vs time, I am graphing Pressure vs Time on this current VI.
    Thanks for the help

    You did not mention, whether you want an online plotting feature, or you have already all data, and you just want to plot them? The following regards to the online data collection case:
    I would go with a XY-Graph. I would store the XY value pairs in arrays (or you can go with cluster and arrays inside), and building them incrementally. You can store them in shift register(s), but also think about how to avoid the memory leak (if your shift register(s) reaches a size limit, delete some data from the beginning).
    The drop-down menu could be connected to an Event structure, where you can change the axis labels via property nodes, and also change the source of data for the Graph.
    edit: you can also add multiple Y-axis to the Graph, if you find it useful

  • Tag Libraries : multiple classes for same tag

    Hi ,
    I have a tag library like this
    <tag>
    <name>process</name>
    <tagclass>packagea.page1</tagclass>
    <attribute>
    <name>name</name>
    <required>true</required>
    <rtexprvalue>false</rtexprvalue>
    </attribute>
    </tag>
    I have 15 tags like this with the same 'process' name but ofcourse different tagclass files (corresponding to 15 different PAGES)
    Now, while the container encounters the tag on any PAGE (all the tags on all the PAGES will have the same prefix 'process'), how will the container know which class file to pick from out of the 15 different class files ???
    does this happen sequentially or is there some mechanism of caching within the container ... ??

    probably it takes the first, if it's not throwing an exception about it. You should have 1 tag library and multiple tags which should have separate names, not separate tag libs with 1 tag each.

  • Display different level for same hierarchy value in BO 4.0

    Hi Expert,
    I have one question for Webi for BO 4.0
    We have one hierarchy in BW side and we hope to display differet level in same report for different column
    For example, column A is for level 6. column B is for level 7.
    Do you know how to releaze this in Webi side?
    In the 3.X version, we have different dimension for different level.
    But now in BO 4, it has been combined into one\
    Thanks and best regards
    Alex yang

    Hi,
    You can still do this in BI 4.0, if you use the old 'legacy'  MDX OLAP.unv from Universe Designer tool .
    Yes, with the BICS connection,  you are getting a native hierarchy, as it would be displayed in an OLAP environment.
    Cheers,
    H

Maybe you are looking for

  • No new add ons are installing, they say installed but do not show up in add ons

    i installed adblock plus, block site, and something to open a new tab to homepage. they all SAY they are installed and restart firefox at the end of the installation. yet this has no effects, i see add ons, have no way to use block site at all, and m

  • Transferring file to the interface server destination

    Hi, How do i transfer file to interface server destination. Could you please give some code. thanks, venkatesh.

  • DiskSuite and Live Upgrade 2.0

    I have two Solaris 7 boxes running DiskSuite to mirror the O/S disk onto another drive. I need to upgrade to Solaris 8. In the past I have used Live Upgrade to do so, when I have enough free disk space to partition an existing disk or to use a unused

  • Native Extension for Linux

    Hi, I'd like to explore the posibility to create a navite extension for AIR/Linux. I haven't found documentation on how to do it. Is this already supported in version 3? I want to create a serial port communication extension for AIR. Can some one ple

  • What is correct manual  for ipad md524ll/a?

    have  ipad md524LL/A     need  to know  what model it is