View Single Post
Old 09-11-2009, 04:39 PM   #23
RittTheRoo
Junior Member
RittTheRoo began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2009
Device: Sony PRS-700, Nook
Yep, they only seem to happen when I'm adding books. I would have assumed that by checking the "read metadata only from file name" I wouldn't need to read the metadata from the PDF. My filename regular expression is:
(?P<author>[^_]+?) - (\[(?P<series>.*) (?P<series_index>[0-9]*)\] - )?(?P<title>.+)
Is there data that isn't in the filename that it still needs from the file itself?
RittTheRoo is offline   Reply With Quote