Skip to content

Commit 340fa91

Browse files
committed
Fixed: update README for v4.1.0 release
- Remove notifiarr-branch-builder.sh documentation - Add qbm-api-trigger.sh documentation with usage instructions
1 parent cd22239 commit 340fa91

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ error.
7272
3. Uncomment `atomic_moves` to engage the movement operation
7373
4. Run the script with `python3 merge_folders.py`
7474

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-
8175
### Plex Image Cleanup Updater
8276

8377
- **Script:** `pic-update.sh`
@@ -98,6 +92,23 @@ error.
9892
1. Copy `.env.sample` to `.env`.
9993
2. Populate required values under "# Qbittorrent Manage" header.
10094

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`
111+
101112
### QbitManage Updater
102113

103114
- **Script:** `qbm-update.sh`

0 commit comments

Comments
 (0)