Importing into Calibre looses author
A couple of weeks ago I ask for help re importing into Calibre and using the file name as meta data. This script (?) was suggested. I store my files on a PC with each author in a separate folder with the books only titled by the file name but without any author details in that name.
(?P<title>.+)
This works fine but it unfortunately the Author metadata gets removed and and shows as "unknown". As I am somewhat too old to try and get my head round reg ex. is it possible to use the (?P<title>.+) expression and also keep the Author metadata.
AQ
|