mylar_issues_queue
Manage Mylar3 comic issue queues: search, queue/unqueue wanted issues, fetch issue info, and refresh covers or series data.
Instructions
mylar issues queue operations on Mylar3. Pass operation and an arguments dict matching that operation's parameters.
mylar_force_process(nzb_name, nzb_folder, failed=None, issueid=None, comicid=None, ddl=None, oneoff=None, apc_version=None, comicrn_version=None) — Enqueue a post-processing job. Requires nzb_name and nzb_folder. Used by SABnzbd/NZBGet-style callbacks.
mylar_force_search() — Trigger a wanted-issue search across the library. May snatch/download wanted issues. Runs in-process.
mylar_get_issue_info(id) — Get a single issue row from the issues table.
idis the IssueID.mylar_queue_issue(id) — Mark an issue Wanted and immediately kick off a search (may snatch/download).
idis the IssueID.mylar_refresh_seriesjson(comicid) — Regenerate series.json files.
comicid: single, list, 'all', 'missing', or 'refresh-missing'.mylar_regenerate_covers(id, overwrite_existing=None) — Re-fetch series cover images.
id: single, comma-list, 'all', or 'missing'.mylar_unqueue_issue(id) — Mark an issue Skipped (un-queue it).
idis the IssueID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |