View Single Post
Old 04-23-2024, 08:25 AM   #1320
Dzib
Enthusiast
Dzib began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Mar 2017
Device: Kindle Paperwhite
Thanks capink
I've added these lines to save_to_disk method to save the path in a custom column but it's not working, nothing is written in the column :

Code:
for row in rows:
    book_id = self.gui.library_view.model().id(row)
    set_metadata(self.gui.library_view.model().db, book_id, 'custompath', dpath)
Any idea ?
Dzib is offline   Reply With Quote