Thread: Adobe Titles
View Single Post
Old 09-24-2009, 09:44 PM   #11
derrell
Jack O' Apes
derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.derrell once ate a cherry pie in a record 7 seconds.
 
derrell's Avatar
 
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.
derrell is offline   Reply With Quote