View Single Post
Old 10-02-2011, 11:41 AM   #3
daishan9
Junior Member
daishan9 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2011
Device: none
Quote:
Originally Posted by Manichean View Post
....you'll need to create named backreferences to the metadata fields. The supported field names are available as tooltips on the test fields in the preferences->adding books dialog.
I took a look at the tutorial and the string values in the tooltips popups, but I think I missed something somewhere as what I did is not working in the Test area of Preferences > Adding Books.

I'm using:
(?P<series_index>) - (?P<series>) - (?P<title>)

to parse out this example file:
001 - Star Wars - Title.epub

When I click Test, everything gets dumped into the Title field.

Hell, when I leave the field as just (?P<series_index>) and the file name 001.epub, the Title field is still the only one used.
daishan9 is offline   Reply With Quote