Shiny New E-Book Gizmo: The Amazon Kindle


View Full Version : Metadata in Libprs500


keith
02-11-2008, 10:01 PM
If I fill in the metadata for a book in Libprs500, save the book to disk and then add the LRF file to a Libprs500 database on another computer, the following fields of metadata seem to be lost (though they are in the opf file which is saved at the same time as the LRF file):

Rating
Tags
Series
Book number (in series)
ISBN
Comments
Book cover

Is this what should happen? If so, is there a way for the metadata to be picked up from the opf file?

kovidgoyal
02-11-2008, 10:04 PM
When I implement the recursive import feature it will pick up metadata from the opf file as well.

keith
02-11-2008, 10:13 PM
So does that mean those fields don't form part of the embedded LRF metadata, they are extra fields held only in the Libprs500 database (but accessible through the opf file)?

kovidgoyal
02-11-2008, 10:18 PM
yes .

keith
02-11-2008, 10:21 PM
Thanks.

gwynevans
02-12-2008, 03:09 AM
On a related note, is there a way of managing collections on the reader via a libprs500 command line?

kovidgoyal
02-12-2008, 07:55 AM
No there isn't

haliava
02-12-2008, 08:55 AM
is there a way of managing collections on the reader via a libprs500 command line?
Well, You can try this Perl script (http://sourceforge.net/projects/prs505media/) - chances are it will work alongside libprs500.

JSWolf
02-12-2008, 04:26 PM
Any chance this Perl script could maybe be rewritten in Python?

haliava
02-13-2008, 06:33 AM
Any chance this Perl script could maybe be rewritten in Python? Well, I guess there is no point in such exercise per se - this script just does what it should, that is tries to maintain relation between disk directory structure and collection names. As Perl is (more or less) as cross-platform as Python there is no need for porting.
If you want such (or similar) functionality directly in libprs500 - I guess just open a ticket on the site.

keith
02-19-2008, 06:14 PM
I can see how author-sort works in Libprs500. I can also see that Libprs500 sets the author.reading element in the files metadata.

What I cannot understand is what use the reader (prs-505) makes of this information - it doesn't seem to use it which means that the author name really needs to go onto the reader in lastname, firstname order. Can anyone enlighten me?