How to get covers from file
Hello,
I have imported a lot of book, based on the file format :
(?P<series>.+) #(?P<series_index>.+) - (?P<title>[^_]+)
Worked perfectly, but the importation have not read the cover into the file.
Now I try to load the books covers, but the online method wont work. My goal is to read the cover into the source.
It's a way to batch read the covers from source without changing any other metadata ?
Cedric
|