View Single Post
Old 04-04-2021, 11:35 PM   #496
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,176
Karma: 77304081
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
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
}

Last edited by ownedbycats; 04-05-2021 at 02:21 AM.
ownedbycats is offline   Reply With Quote