View Single Post
Old 03-28-2015, 04:31 AM   #656
hfpop
Addict
hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.hfpop knows how many angels can dance on the head of a pin.
 
Posts: 250
Karma: 136662
Join Date: Apr 2011
Device: N/A
Hello,

I have books named

series - nr - extra - author - title.mobi

where "extra - " may miss, and is:
- a descriptive like "subseries nr", for instance;
- the book language, when is different than that of the series.

I use the following to add metadata from the filename:

((?P<series>.+?) - |)((?P<series_index>.+?) - |)((?P<extra>.+?) - |)(?P<author>.+) - (?P<title>.+)

The problem is that I cannot add info for the user column from the filename at this step. What can I do to automatize this?

Thank you.
hfpop is offline   Reply With Quote