Quote:
Originally Posted by theducks
Is there anything IN that .pbook file? Or is it simply the file existence that represents you have that book?
If it is the former (empty file), do a (command prompt)
Code:
DIR *.pbook /S >foo.csv
then use the Import List plugin (using that foo.csv file)to make Calibre entries
 use DIR /? to see what you can do with the DIR , I recursively scanned subdirs (/S) and redirected the normal screen output (>) to foo.csv in this case.
The Import List PI has a CSV tab and options.
|
In the file I usually put the metadata (name, isbn, author, tags, etc...) but I should be able to do it in excel
I did a test but it does not update the Sort Title correctly, I've updated the notes in the thread