Quote:
Originally Posted by loviedovie
Good idea but it does not work ;( I wonder maybe it is because most of the files have file names with spaces? This idea should work because the name of the djvu file is exactly the same except the extension.
Here is a djvu
"The artistic anatomy of trees, their struc - Cole, Rex Vicat, b. 1870.djvu"
and the pdf
"The artistic anatomy of trees, their struc - Cole, Rex Vicat, b. 1870.pdf"
Btw the reason I am going for Djvu because scanned Pdfs are painfully slow and I find Djvu to be much faster format both on mobile and desktop.
|
@
loviedovie - I think you'll need use the 'get metadata from file name' setting, with the an appropriate regex, this one should work -
(?P<title>[^_]+) - (?P<author>.+) - should be in the drop down list. I did something similar a long time ago, as I recall it worked fine.
If there aren't too many you could just open each book folder - press 'O' - then drag 'n' drop the djvu file onto the book details. I do it every day with a dozen or so PRC files converted from PDF's with mobi creator.
BR