View Single Post
Old 06-18-2023, 04:58 AM   #10
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,784
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@gianni_1 - the regular expression field is irrelevant if the Read metadata from file contents rather than file name option is checked. When that option is checked the metadata (author, title, publisher, publication date etc) that is embedded in the book will be used.

If you rename the file to:
Code:
Tex Willer. L'ouragano - Numero 129.pdf
and set the regex to:
Code:
(?P<title>[^_]+) - (?P<author>.+)
you should get what you want.

BR
BetterRed is offline   Reply With Quote