Quick question: Making a quick keyboard-shortcut chain to show a saved search (using a selection modifier) and sort by a certain column (Calibre action for sort by). But if I run it more than once it errors:
Code:
Menu entry: Last Read (plugin_name: Sort By) cannot be found
I'm not sure why this happens. Would this be better served by a module?
(I considered View Manager, but there's no option to just apply the sort and leave the columns alone.)
EDIT: This might be because the sort action changes to "Sort By > ColumnName [reverse current sort]" after you run it once. Seeing as I'd prefer to always have it sort descending, would this still be better with a module?