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.
|