Quote:
Originally Posted by Manichean
....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.