Published Date from the file name
Im pretty new to Calibre and I curently have a naming canvention of
Author - Published - Title.epub
is there a way to read the Published Date from the file name? something like this...
Under Preferences - Add/Save - Configure metadata from file name
(?P<author>[^_]+) - (?P<PUBDATE>[^_]+) - (?P<title>.+)
Thanks
Cody
|