Quote:
Originally Posted by myki
Very interesting !
If I understand correctly, #myfloat is a personnal column : "floating point number", where my max serie number will be automatically stored by your Python script ?
And what the "Library.test_small" parameter means ?
Thanks for your rich help chaley.
|
You understand #myfloat correctly. It is the lookup name for a custom float column that will be set to the highest series index for a particular series.
The "Library.test_small" parameter is the name of the folder containing calibre's library. In my case I ran the script in a command box that has as its current working folder the parent of my library. You could also run it with a full path such as "C:\My Important Stuff\Books\Libraries\Calibre Library". You could just as easily hard-code the path into the script if you have only one calibre library.