View Single Post
Old 09-26-2008, 12:22 PM   #3
Azhad
Member
Azhad began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Dec 2007
Location: Rome, Italy
Device: PRS-500, PRS-505, Milestone, Galaxy Tab
Thanks, that at least fix the "Title of the" problem ;D

so now the expression are:

(?P<author>[^_]+) - (?P<series>[^_]+) (?P<series_index>[0-9]+) - (?P<title>.+) ?

and

(?P<author>[^_]+) - (?P<title>.+) ?

no way to make only one smart enough to skip the series and series index if the filename is xxx -xxx.pdf ?I was looking in something like (?<!...) but I can't figure it out..

Thanks anyway
Azhad is offline