|  09-24-2009, 01:29 PM | #1 | 
| Member  Posts: 12 Karma: 32 Join Date: Sep 2009 Device: EZ Reader Pro | 
				
				Adobe Titles
			 
			
			When I display books on my PC in ADE I see titles, auethors, etc.  But on my PEZ I see fille names, which are mostly useless.  Any ideas?
		 | 
|   |   | 
|  09-24-2009, 01:38 PM | #2 | 
| Grand Sorcerer            Posts: 11,470 Karma: 13095790 Join Date: Aug 2007 Location: Grass Valley, CA Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 | 
			
			Request an change for the future and meantime you will have to rename the files. I wish the title and author were listed but they are not. By the way, they are listed in FB2 and Wolf formats.
		 | 
|   |   | 
|  09-24-2009, 02:03 PM | #3 | 
| Member  Posts: 12 Karma: 32 Join Date: Sep 2009 Device: EZ Reader Pro | 
			
			Does Adobe know about this?  Maybe they have a fix.
		 | 
|   |   | 
|  09-24-2009, 02:04 PM | #4 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			It's not Adobe that needs to fix the ADE bugs.
		 | 
|   |   | 
|  09-24-2009, 03:07 PM | #5 | 
| Bookaholic            Posts: 14,391 Karma: 54969924 Join Date: Oct 2007 Location: Minnesota Device: iPad Mini 4, AuraHD, iPhone XR + | |
|   |   | 
|  09-24-2009, 04:48 PM | #6 | 
| reader            Posts: 6,977 Karma: 5183568 Join Date: Mar 2006 Location: Mississippi, USA Device: Kindle 3, Kobo Glo HD | 
			
			Do other EInk readers show the title of ePub ebooks?   The ePub format does not make it easy to find the title. You have to extract the OPF file from the zipped ePub and then find the title within the OPF. Calibre can extract metadata from many ebook formats, see ebook-meta, but it is written in python which isn't installed on most EInk devices. In the case of ePub (and PDF) I think ADE's SDK should include a tool for extracting the title from an ebook. It would then to up to Jinke (say) to use the tool for ebook listings. | 
|   |   | 
|  09-24-2009, 04:54 PM | #7 | 
| Member  Posts: 12 Karma: 32 Join Date: Sep 2009 Device: EZ Reader Pro | 
			
			It seems strange that there is software capable of giving us a nice display of what is in the file, but we are expected to rename every file we download into something that makes some sort of sense.  This can hardly be desirable to anyone; not the manufacturer (though it may have been easy or expedient), the developers at Adobe (who have us drag-and-drop TITLES into our device), and certainly not the users (IMHO).  If no one has found a fix, do we know that anyone has tried?  Manufacturers and software vendors who do not hear complaints are unlikely to be highly motivated to provide fixes.
		 | 
|   |   | 
|  09-24-2009, 05:13 PM | #8 | |
| Grand Sorcerer            Posts: 11,470 Karma: 13095790 Join Date: Aug 2007 Location: Grass Valley, CA Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 | Quote: 
 Dale | |
|   |   | 
|  09-24-2009, 05:19 PM | #9 | |
| Grand Sorcerer            Posts: 11,470 Karma: 13095790 Join Date: Aug 2007 Location: Grass Valley, CA Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 | Quote: 
 Dale | |
|   |   | 
|  09-24-2009, 07:38 PM | #10 | 
| reader            Posts: 6,977 Karma: 5183568 Join Date: Mar 2006 Location: Mississippi, USA Device: Kindle 3, Kobo Glo HD | 
			
			  This is after the ebook is opened, which can take multiple seconds and there are eight ebooks per page.  So this approach can't be used in real time while forming the list of ebooks.  I agree that something like a cache of authors and titles would work, but it is a significant change to the current "extract when making the listing" approach.  I think it is possible that the metadata can be extracted fast enough from an epub to use it in real time, but what is needed first is a C program (say) that does this and nothing else.  By the way, it is definitely possible to extract the author and title from a MOBI in real time, so at a minimum Jinke should add MOBI to the class of metadata-visible formats.
		 | 
|   |   | 
|  09-24-2009, 09:44 PM | #11 | 
| Jack O' Apes            Posts: 227 Karma: 1939 Join Date: Dec 2007 Location: Oklahoma Device: Ebookwise 1150, Nokia N810, EZ-Reader, HTC Droid Incredible, Archos 70 | 
			
			Should be an easy fix.  In linux you get the author name with command below.  Surely the Adobe SDK has a call to extract the author info from an epub.  They just need to add it to the bookshelf app.  I suspect its as was said earlier, its one of those things that are on the list they just haven't gotten to it yet. command unzip -p The_Ark.epub *.opf | grep 'creator' output <dc:creator opf:role="aut">Morrison, Boyd</dc:creator> Last edited by derrell; 09-24-2009 at 09:46 PM. | 
|   |   | 
|  09-24-2009, 09:46 PM | #12 | 
| Bookaholic            Posts: 14,391 Karma: 54969924 Join Date: Oct 2007 Location: Minnesota Device: iPad Mini 4, AuraHD, iPhone XR + | 
			
			I don't know about all of them.  The Sony 505 and the Opus do, the Opus also shows the cover in front of the title and author.
		 Last edited by AnemicOak; 09-24-2009 at 09:48 PM. | 
|   |   | 
|  09-24-2009, 09:54 PM | #13 | |
| Grand Sorcerer            Posts: 11,470 Karma: 13095790 Join Date: Aug 2007 Location: Grass Valley, CA Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7 | Quote: 
 Dale | |
|   |   | 
|  09-25-2009, 12:40 AM | #14 | 
| reader            Posts: 6,977 Karma: 5183568 Join Date: Mar 2006 Location: Mississippi, USA Device: Kindle 3, Kobo Glo HD | |
|   |   | 
|  09-25-2009, 03:27 AM | #15 | |
| Banned            Posts: 1,906 Karma: 15348 Join Date: Jun 2007 Device: mine | Quote: 
 Maybe the firmware is not dry enough yet to read the metadata properly?   | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Downloading Adobe Ebook pdf files crashes Adobe Digital Editions .... | Zevs | Sony Reader | 2 | 09-17-2010 12:25 PM | 
| PRS-600 Titles | trout | Sony Reader | 3 | 04-11-2010 04:40 PM | 
| Adobe epub or Adobe Digital Edition? | Davimee | Astak EZReader | 11 | 01-17-2010 08:15 PM | 
| Adobe has new hope for e-books with Adobe Digital Editions | Alexander Turcic | News | 82 | 01-05-2010 07:14 PM | 
| Secure Adobe Titles | flashgordonv | Sony Reader | 6 | 06-24-2007 09:07 PM |