View Single Post
Old 04-23-2024, 09:30 AM   #1321
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 1,106
Karma: 1954138
Join Date: Aug 2015
Device: Kindle
Try this:

Code:
id_path_map = {}
for row in rows:
    book_id = self.gui.library_view.model().id(row)
    id_path_map[book_id] = dpath
self.gui.current_db.new_api.set_field('#custompath', id_path_map)
capink is offline   Reply With Quote