Quote:
Originally Posted by chillybang
After Calibre library is changed on any way (event "Library changed")
|
Quote:
Originally Posted by chillybang
1.1 What I'm doing wrong with the event "Library changed"? Why the action doesn't start after it?
|
Library changed event does not mean library changed in any way as you put it. This event is activated when you switch (change) from one library to another, using the switch library button.
Quote:
Originally Posted by chillybang
2.1 How can I setup an export folder in the action setup, so the action "knows" it always and doesn't force me to select the folder?
|
The plugin calls the actions as defined by calibre. So if an action is interactive (pops a dialog asking the user for input), it has no capability of changing it.
The solution for this would be for someone to write a custom non-interactive save-to-disk action.