Purging ePub info from iTunes application to correct meta data typo

I prepared ePubs using both Stanza and calibre.
On one of them I made a typo of the author's name. Fixing it in iTunes did not fix it - makes sense, since it is different meta data.
So I deleted the book, and fixed the ePub meta data in Stanza, and also checked it in calibre.
However, when I load it back into iTunes, the old meta data does not seem to want to go away. How do I fix it?

Wow. The mystery is revealed, and it is a strange twist indeed. I consider this a bug in iTunes. This is what is happening:
When you drag an epub file and drop it in your iTunes library, iTunes:
1. looks in the /META-INF/container.xml file inside the epub file (a folder/file of this name is required by the epub standard);
2. reads, from the container.xml file, the the location of the "rootfile" of the epub (this ENTRY is also required by the epub standard) -- for example, it might be something like:
<rootfile media-type="application/oebps-package+xml" full-path="11231/content.opf"/>
3. reads various "metadata" from the content.opf file (in this example--this file name is arbitrary), including author name and book title;
4. creates standard iTunes directories inside your "~/Music/iTunes/iTunes Music" hierarchy -- e.g.
"/Users/trevor/Music/iTunes/iTunes Music/Herman Melville/Unknown Album"
5. COPIES the epub file into this directory, LEAVING the original epub wherever you had it saved;
6. ADDs a file called "iTunesMetadata.plist" to the COPY of the epub that it has just saved into the iTunes hierarchy;
AND -- and this is the unexpected, buggy, bizarre, part -- THEN
7. ADDs the same "iTunesMetadata.plist" file to the ORIGINAL epub file.
The iTunesMetadata.plist file contains info on author and title of the book and since it has now unexpectedly been added to your ORIGINAL epub file, without any notice to you, it gets copied back into iTunes every time you drag and drop the ORIGINAL. Even if you modify the author/title metadata in the normal epub locations (this info is stored in the rootfile), the iTunesMetadata.plist NEVER gets updated.
Real Solution: Apple must fix this bug.
Workaround:
1. open terminal;
2. navigate to wherever your ORIGINAL epub is;
3. zip -d NameOfYourePubFile.epub iTunesMetadata.plist
(substitute the real name of your epub where appropriate above)

Similar Messages

  • How do i take out my credit card info from itunes store? thanks

    how do i take out my credit card info from itunes store? thanks

    Follow the instructions here: http://support.apple.com/kb/HT1918

  • HT1918 how can I remove my credit card info from itunes?

    how can I remove my credit card info from itunes?!

    Follow the instructions in the support article from which you came and select "none" as the payment method. If you don't see a "none" option, you may have an outstanding balance that you owe. If you've been using a true credit card that's unlikely, but if you've been using a prepaid "credit" card or a debit card where there is a balance, it's a possibility.
    Regards.

  • How can I delete  my credit card info from itunes?

    How can I delete  my credit card info from itunes?

    Changing Account Information  >  http://support.apple.com/kb/HT1918
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT3702 How to delete credit card info from iTunes account

    How to delete credit card info from iTunes account?

    HI KiwiMCB,
    Please Contact Customer Care; an agent will be able to help you with that.
    Best,
    Sara

  • HT203175 i m unable to purchase music from itunes even entering correct email and password

    i m unable to purchase music from itunes even entering correct email and password

    Here are two help articles, you can check out if you would like more assistance please post your error and we can look into it.
    Unable to sign in or browse the store
    http://support.apple.com/kb/PH12513
    If your getting a messsage about secure connection error
    http://support.apple.com/kb/PH12480

  • At present I synch my iPhone 4 to my Dell Laptop. I've recently bought an iMac and I want to synch my iPhone 4 to the iMac. How do i transfer all the relevant info from iTunes on my Dell Laptop to my iMac without losing any info, photos, music or apps?

    At present I synch my iPhone 4 to my Dell Laptop. I've recently bought an iMac and I want to synch my iPhone 4 to the iMac. How do i transfer all the relevant info from iTunes on my Dell Laptop to my iMac without losing any info, photos, music or apps?

    there are a number of scenarios to do it.
    The general idea was covered here:
    http://support.apple.com/kb/HT2518
    Make sure you have a full backup of your iPhone before recyncing with the iMac as during this process all data will be wiped out from your iPhone.
    Going forward you may want to check icloud which makes life easier.
    http://www.apple.com/uk/icloud/

  • HT201617 does downloading from itunes use my home internet data??

    does downloading from itunes use my home internet data??
    in other words, does it contribute to my download limit?

    All transactions through the home internet (be it your wi-fi base, or wired Ethernet) would be
    the same total on the monthly limits for that service. However the costs for downloads via
    your home network and ISP, may be less than using a cellular network and data rate/limits.
    Depending on what the product is, in use for these iTunes downloads. An iPad, iPod, or
    iPhone that can be set to use wi-fi from non-cellular sources, gives you an option, so it
    could be used to go online with those, anywhere; including free sources instead of one
    of the cellular plan giants.
    So I am not sure what other parameters your question is meant to address.
    Could you clarify the situation a little better, to specify if only an ISP is the
    main or only source of internet, or if there's some other device involved..?
    I know that if I stream or run a live music feed from the iTunes player and just listen to any
    free channels for hours on end, it would certainly run my internet into overage - and it may
    prompt the service provider to limit my bandwidth as part of a penalty in addition to adding
    extra charges per GB over a set limit, that I'm over. There is that ceiling...
    However, if you have a supposedly "unlimited" account, there may also be ways a provider
    could go further to make it harder for you to keep using it as 'unlimited' since their side may
    see those as potential money-losers. To have streaming video over internet would really be
    a quick way to use any limits and likely garner significant penalties.
    The wording in your home or cellular services is probably subject to change so be sure
    to read your agreements and see how anything new may affect you or what you pay...
    Good luck & happy computing!

  • How to send info from Win32 Application to C# application

    I develop two separate application Win32 and C# (WPF). I would like to send some info (such as a list of words) from Win32 application to a window in C# application. How to do this?
    We have SendMessage and PostMessage Win API but not sure how to catch these messages from C# application's window. Or do we have other methods to send info to C#?
    Actually I would like to send a list of words from Text Service (Win32) to a keyboard (C#-WPF).
    Thanks,
    ntquy99

    Hi,
    This may be funny but may work and meet your requirement.
    http://www.c-sharpcorner.com/UploadFile/6f0898/simple-way-to-establish-interaction-between-two-visual-studi/
    Here I used To communicate Two Different Window Forms application using a text file as communication mode to as a connection database
    Regards,
    Selva Ganapathy K
    Thank you Selva. Your solution is to polling the update from another application.
    My situation is a little different. I just simply want to send message/info from Win32 app to C# app and wonder how to do this?

  • How do I delete my wife's iPad info from iTunes on my computer

    My wife originally synced her iPad to my my PC laptop.  She now syncs her iPad using a different computer.  How do I get her iPad info off iTunes on my laptop?  I logged in to her account on my laptop and deauthorized it (laptop), hower all her apps and music is still there.  What do I need to do get rid of her iPad stuff?
    Thanks!

    You either have to sign into your ID on her iPad in order to download them again, or sign into your account in iTunes on your computer and on her iPad in order to sync then to her iPad.
    Be aware of the fact that if you sign into your ID on her iPad and you DOWNLOAD past purchases with your ID, you will lock her out of her own ID for 90 days because you will be associating her iPad with your ID.
    Syncing the purchases from iTunes should not lock her out of her ID, but she will always need your password and Apple ID in order to update the games.
    Of course, she can always purchase them again with her own ID and not take the risk of locking herself out of her ID.

  • How to delete account info from itunes?

    I had an Ipad from where I work, but I had to set up my own itunes account for it.  I purchased an Ipad 2 and want/need to return the one I have from work.  I have been able to delete all info from the device.  I can't delete the account from itunes though.  It doesn't have a device listed for it.  Did it wipe it out when I deleted the info on the device or am I missing something.
    Thanks

    http://support.apple.com/kb/ht1918
    http://support.apple.com/kb/ts5366

  • Does anyone know how to remove books/ePub files from iTunes

    Hi.
    I need help.
    I read a lot of book from my iPad.
    I have no problem gelting my books from iTunes to iPad. Problem is, now there is lot lot of books in iTunes, and tis difficult to figure out which i havnet read. So how do i remove them from iTunes. Hope there is a way.

    Hello Zentha,
    You can definitely delete the books from iTunes!  It is the same as deleting anything else from iTunes:
    Delete an item from your library
    Click the item to select it, and press the Delete key.
    Click Delete Item.
    Do one of the following:
    Remove the item only from your iTunes library: Click Keep File.
    Delete the item from your computer: Click Move to Recycle Bin. The item is removed the next time you empty the Recycle Bin.
    You can find the full article here:
    iTunes 11 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH12359
    Thank you for posting in the Apple Support Communities!
    Best,
    Sheila M.

  • Does restoring from itunes also restores the game data ?

    i want to ask whether my game data will also be restored if a i do a restore from itunes likewise in a icloud backup?

    What gets Backed Up
    iTunes http://support.apple.com/kb/ht4946
    iCloud http://support.apple.com/kb/PH2584
    How to BackUp  >  http://support.apple.com/kb/ht1766

  • ITunes Album art/possible meta data issue? Really need help

    So ill try and break this down as simple as possible...
    I moved all my music from my Windows PC to my brand new MacBook Pro. All the song info/album Art and everything matches just fine on my windows pc. However on my Mac when itunes downloads any artwork it puts in artwork from other albums and artists. When I click on the song up in the iTunes sidebar lists Artist/Songs from an entirely different album. I have tried fixing all Meta data and converted ID tags and matched everything perfectly to iTunes Store but it still things the artwork is for another artist and the sidebar diplays the same info. I have even cleared out my library and copied to an external and reimported but same issue. I dont want to sit here and fix every single artwork problem especially when the information to the album is literally word for word match in iTunes store.
    My other fear is that if iTunes thinks some of my songs are completely different artists when iTunes Match rolls around my songs will not populate correctly?
    Please any other ideas? Like I said the album meta data is 100% matched (Artist, Song, Genre, Year, tracks)

    clever point...
    jere7my wrote:
    some album covers just aren't exactly square, particularly if the CDs are sold in cardboard flip-cases.
    I deal with artwork in a more hap-hazzard way, but most of the time, i get SQUARE results...
    Just Google the album title, then click the IMAGES tab. More times than not, I find the album cover in multiple sizes and about every time, at least one version that is truly square.
    All i need to do then is click the image, then again at the top of the resulting Google page (to show just the image - out of it's surrounding page), then drag the image directly to the Album Artwork Placeholder in the GET INFO tab (that has already been opened on multiple items - the whole album).
    Beavis2084

  • Images (w/correct meta data) are in catalog and on disk, but LR 5.7 considers them new on Import

    For reasons explained below, I want to try to re-import all my images into LR and hope that none/few are in fact considered new and are imported.  Yet, for some folders, LR is apparently unable to detect that my source images are already in the catalog, and are on disk, and that the source file meta data matches what LR knows about the images.  When I click an image in LR and Show in Finder, I do see the imported image on disk.  I can edit the image in the Develop module.  So, it seems good, but all is not well.   Sorry for the long post here, but I wanted to provide as much info as I could, as I am really seeking your help, which I'd very much appreciate.
    Here are some screen shots that illustrate the problem:
    Finder contents of the original images
    LR folder hierarchy
    an image as seen in LR
    Finder content of external LR copy of images
    import showing 10 "new" photos
    The original images ... (I'm not sure why the file date is April 2001 but the actual image date is January 2011; I may have just used the wrong date on the folder name?)
    The LR folder hierarchy ...
    An image as seen in LR ...
    The external folder containing the images in the LR library
    But on import of the original source folder, LR sees 10 "new" photos ...
    I tried "Synchronize Folder ..." on this particular folder, and it simply hangs half-way through as seen in the screen shot below.   IS THIS AN LR BUG?   This is really odd, since "Synchronize Folder ..." on the top-level folder completes quickly.
    I have a spreadsheet of of the EXIF data for the original files and those created by LR.  (I extracted this info using the excellent and free pyExifToolGui graphical frontend for the command line tool ExifTool by Phil Harvey.)   Almost all of the Exif data is the same, but LR has added some additional info to the files after import, including (of course) keywords.  However, I would not have expected the differences I found to enter into the duplicate detection scheme.  (I didn't see a way to attach the spreadsheet to this posting as it's not an "image".)
    I'm running LR 5.7 on a 27" iMac with Yosemite 10.10.2, having used LR since LR2.  I have all my original images (.JPEGs and RAWs of various flavors) on my internal drive on the Mac.   To me this is like saving all my memory cards and never re-using them.   Fortunately, these files are backed up several ways.   I import these images (copying RAWs as DNG) into LR with a renaming scheme that includes the import number, original file creation date and original file name.   There should be one LR folder for each original source file folder, with the identical folder name (usually a place and date).  I store the LR catalog and imported images on an external drive.  Amazingly and unfortunately my external drive failed as did it's twin, same make/size drive that I used as a backup with Carbon Copy Cloner.   I used Data Rescue 4 to recover to a new disk what I thought was almost all of the files on the external drive.
    So, I thought all would be well, but, when I tried "Synchronize Folder" using the top-level folder of my catalog, the dialog box appeared saying there were over 1000 "New" photos that had not been imported.  This made be suspicious that I had failed to recover everything.   But actually things are much worse than I thought..   I have these counts of images:
    80,0061 files in 217 folders for my original source files (some of these may be (temporary?) copies that I actually don't want to import into LR)
    51,780 files in 187 folders on my external drive containing the LR photo library
    49,254 images in the top-level folder in the LR catalog (why different from the external file count?)
    35,332 images found during import of the top-level folder containing original images
    22,560 images found as "new" by LR during import
    1,074 "new" images reported by Synchronize Folder ... on the top-level folder in the catalog; different from import count
    Clearly things are badly out of sync.   I'd like to be sure I have all my images in LR, but none duplicated.   Thus, I want to try to import the entire library and have LR tell me which photos are new.  I have over 200 folders in LR.  I am now proceeding to try importing each folder, one at a time, to try to reconcile the differences and import the truly missing images.  This will be painful.  And it may not be enough to fully resolve the above discrepancies.
    Does anyone have any ideas or suggestions?  I'd really appreciate your help!
    Ken

    Thanks for being on the case, dj!   As you'll see below, YOU WERE RIGHT!      But I am confused.
        1. Does the same problem exist if you try to import (not synchronize) from that folder? In other words, does import improperly think these are not duplic
    YES.  Import improperly thinks they are NOT duplicates, but they are in fact the same image (but apparently not the EXACT SAME bytes on disk!)
        2. According to the documentation, a photo is considered a duplicate "if it has the same, original filename; the same Exif capture date and time; and the same file size."
    This is my understanding too.
        3. Can you manually confirm that, for an example photo, that by examining the photo in Lightroom and the photo you are trying to synchronize/import, that these three items are identical?
    NO, I CAN'T!  The ORIGINAL file name (in the source folder) is the SAME as it was when I first imported that folder.  That name is used as part of the renaming process using a custom template. However, the file SIZES are different.    Here is the Finder Get Info for both files.  Initially, they appeared to be the same SIZE, 253KB, looking at the summary. But, if you look at the exact byte count, however, the file sizes are DIFFERENT: 252,632 for the original file and 2252,883 for the already-imported file:
    This difference alone is enough to indicate why LR does not consider the file a duplicate.
    Furthermore, there IS one small difference in the EXIF data regarding dates ... the DateTimeOriginal:
                                                                                                     CreateDate              DateTimeDigitized                    DateTimeOriginal              FileModifyDate                              ModifyDate
    ORIGINAL name: P5110178.JPG                                     2001:05:11 15:27:18    2001:05:11 15:27:18-07:00        2001:01:17 11:29:00        2011:01:17 11:29:00-07:00       2005:04:24 14:41:05  
    After LR rename:  KRJ_0002_010511_P5110178.JPG    2001:05:11 15:27:18    2001:05:11 15:27:18-07:00        2001:05:11 15:27:18        2011:01:17 11:29:02-07:00       2005:04:24 14:41:05
    So ... now I see TWO reasons why LR doesn't consider these duplicates.   Though the file NAME is the same (as original), the file sizes ARE slightly different.  The EXIF "DateTimeOriginal" is DIFFERENT.   Therefore, LR considers them NOT duplicates.
         4a. With regards to the screen captures of your images and operating system folder, I do not see that the filename is the same; I see the file names are different. Is that because you renamed the photos in Lightroom (either during import or afterwards)?
    I renamed the file on import using a custom template ...
            4b. Can you show a screen capture of this image that shows the original file name in the Lightroom metadata panel (it appears when the dropdown is set to EXIF and IPTC)?
    SO ....
    The METADATA shown by LR does NOT include the ORIGINAL file name (but I think I have seen it displayed for other files?).  The File SIZE in the LR metadata panel (246.96 KB) is different from what Finder reports (254 KB).  There are three "date" fields in the LR metadata, and five that I've extracted from the EXIF data.   I'm not sure which EXIF date corresponds to the "Data Time" shown in the LR metadata.
    I don't understand how these differences arose.   I did not touch the original file outside LR.   LR is the only program that touches the file it has copied to my external drive during import.  (though it was RECOVERED from a failed disk by Data Rescue 4),
    NOW ...
    I understand WHY LR considers the files different (but not how they came to be so).  The question now is WHAT DO I DO ABOUT IT?   Is there any tool I can use to adjust the original (or imported) file's SIZE and EXIF data to match the file LR has?  Any way to override or change how LR does duplicate detection?
    Thanks so very much, dj.   Any ideas on how to get LR to ignore these (minor) differences would be hugely helpful.

Maybe you are looking for

  • Can Anyone help with log in please

    Hello anyone out there, Please bear with me as I am probably your ultimate dummies here. I am at my wit's end trying to log on into my MacBook Pro 10.6.8. I'd started with when I bought a domain name and creating my blog which probably resulted in my

  • Adjust jpanel to jframe

    panel 1 panel 2 panel 3 panel 4 When I use action performed I want to remove panel 3 and after I don't to have a space beetween panel 2 and panel 4. Thanks for your help.

  • Using Live 24Bit With Vis

    Hello there,I have SoundBlaster Li've! 24Bit with Inspire T7900 7. Speaker System. I upgraded to Windows Vista 32Bit, used the latest Creative Driver (Feb 2007)?and now I have sound and speakers test is working....but not in music playback and stuff.

  • Rescheduling in Reorder point planning V1

    Hi, I have a requirement for a material 2/7/2009 and I do not have any stock for it. The MRP type for it is V1 (Manual reord.point w. ext.reqs) and reorder point is 85. Now when I run MRP today ie., 4/1/2009, a planned order with a date of 4/7/2009 i

  • Error This message can't be opened

    I am running 10.2.0.429 currently.  However, since updating from 10.0, I have been unable to open any Notifications from the Hub.  When I select a notification, the view switches to a new window that says: Error Date label area This message can't be