+231
−1
Loading
Adds three new buttons to the KOReader file browser long-press dialog: - 'Sync all annotations': retries pending annotations for the selected book - 'Match Book': interactive search-and-match dialog for a single book - 'Sync Rating': syncs the KOReader star rating to Booklore for the selected book Registration uses self.ui:addFileDialogButtons() which is available when the plugin is loaded in file manager context (self.ui.file_chooser present). Each action validates DB state, credentials, and book_id before proceeding.