View Single Post
Old 01-02-2011, 02:23 AM   #1
aabs
Junior Member
aabs began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2011
Device: bebook one
metadata field list?

Hi, I've been looking through the documentation, and have been (so far) unable to find a full list of the metadata fields (and their exact names) available for use when adding files.

I have books like this:

927342987.Some.University.Press.Some.Title.With.Pe riods.Apr.2000.pdf

and I used the following regex:

(?P<isbn>[^\.]+).(?P<publisher>.+Press)\.(?P<title>.+)\.(?P<pubd ate>(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|D ec)\.\d{4})

I get the title and the ISBN OK, but the published date and the publisher don't get through
aabs is offline   Reply With Quote