View Single Post
Old 06-26-2014, 03:51 PM   #7
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,357
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by myki View Post
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.
chaley is offline   Reply With Quote