You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,12 +72,6 @@ error.
72
72
3. Uncomment `atomic_moves` to engage the movement operation
73
73
4. Run the script with `python3 merge_folders.py`
74
74
75
-
### Notifiarr Branch Builder
76
-
77
-
-**Script:**`notifiarr-branch-builder.sh`
78
-
-**Description:** Reinstalls [Notifiarr](https://github.com/Notifiarr/notifiarr) and allows selection of the installation branch, from apt or built from source.
79
-
-**Review:** Validate script parameters to ensure compatibility with your system.
80
-
81
75
### Plex Image Cleanup Updater
82
76
83
77
-**Script:**`pic-update.sh`
@@ -98,6 +92,23 @@ error.
98
92
1. Copy `.env.sample` to `.env`.
99
93
2. Populate required values under "# Qbittorrent Manage" header.
100
94
95
+
### QbitManage API Trigger
96
+
97
+
-**Script:**`qbm-api-trigger.sh`
98
+
-**Description:** Triggers [QbitManage](https://github.com/StuffAnThings/qbit_manage) commands via Web API for specific torrent hashes.
99
+
-**Requirements:**
100
+
- QbitManage v4.5+ with Web API enabled (`QBT_WEB_SERVER=true`)
101
+
- QbitManage container accessible via HTTP
102
+
-**Instructions:**
103
+
1. Configure QbitManage Web API in your docker-compose.yml
104
+
2. In qBittorrent, navigate to `Options` -> `Downloads` -> `Run external program on torrent completion`
105
+
3. Add command: `/path/to/qbm-api-trigger.sh %I`
106
+
4. The `%I` variable passes the torrent hash to trigger commands like `tag_update`, `share_limits`, `rem_unregistered`, and `recheck`
107
+
-**Notes:**
108
+
- Script sends POST request to `http://127.0.0.1:4269/api/run-command` by default
109
+
- Modify `API_URL` and `COMMANDS` variables in script to customize behavior
110
+
- All execution details logged to `run_qbit_manage_commands.log`
0 commit comments