Quote:
Originally Posted by Wiggo
May I ask what the refresh view is for?
|
A custom module. I use it to re-sort books at the end of a chain.
Code:
from calibre_plugins.action_chains.actions.base import ChainAction
class RefreshAction(ChainAction):
name = 'Refresh View'
def run(self, gui, settings, chain_loop):
gui.current_view().resort()
Quote:
Originally Posted by Fynjisx
what is this file? can you make it yourself or is it some kind of standard?
|
It's an Action Chain. I built the chain in the plugin and then exported it: