View Single Post
Old 10-20-2025, 11:38 AM   #15
msavazzi
Member
msavazzi began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Sep 2025
Device: Boox
Quote:
Originally Posted by theducks View Post
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

Last edited by msavazzi; 10-20-2025 at 11:48 AM.
msavazzi is offline   Reply With Quote