Another suggestion:
Along with the 'export' option on chains, another option to open the chain json in a dialog for copying. This will make it easier to post it somewhere for troubleshooting or sharing.
Speaking of, here's another useful chain I made to make bulk generation + embedding of covers over many small batches slightly less painful.
Code:
{
"ActionsChainMenus": {
"Menus": [
{
"active": true,
"chain_settings": {
"chain_links": [
{
"action_name": "Calibre Actions",
"action_settings": {
"disable_busy_cursor": true,
"selection": [
{
"display": "Generate Cover",
"path": [
"Generate Cover"
],
"paths_text": ""
}
],
"wait_jobs": true,
"wait_progress": true
},
"comment": "Open Generate Covers dialog"
},
{
"action_name": "Calibre Actions",
"action_settings": {
"disable_busy_cursor": true,
"selection": [
{
"display": "Polish books",
"path": [
"Polish Books"
],
"paths_text": ""
}
],
"wait_jobs": true,
"wait_progress": true
},
"comment": "Open Polish Book dialog"
}
],
"refresh_gui": true
},
"image": "cleanup.png",
"menuText": "Generate Cover",
"subMenu": ""
}
]
},
"schemaVersion": 1.4
}