View Single Post
Old Yesterday, 01:38 PM   #5
Frogg
Junior Member
Frogg began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2025
Device: kobo
ok, it works, thx
its painfull, is there any full documentation or example for writing script ?

for example, i want to search book id in my library, it should be :

db.get_item_id(self, field, item_name, case_sensitive=False)

But there is no information about format of field or item_name, or what field cover. If i do :

db.get_item_id('authors', 'an_author')

i get the right id but if i do :

db.get_item_id('title', 'a_title')

using the title name from the .sql, it find nothing.

Last edited by Frogg; Yesterday at 01:42 PM.
Frogg is offline   Reply With Quote