mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-21 03:06:17 +08:00
chore(docs): Sync wiki to docs [skip-cd]
This commit is contained in:
parent
43ba05cbfa
commit
84ed76282b
1 changed files with 4 additions and 1 deletions
|
@ -144,7 +144,7 @@ This section defines the tags used based upon the tracker's URL.
|
|||
| `cat` | Set the category based on tracker URL. This category option takes priority over the category defined in [cat](#cat) | None | <center>❌</center> |
|
||||
| `notifiarr` | Set this to the notifiarr react name. This is used to add indexer reactions to the notifications sent by Notifiarr | None | <center>❌</center> |
|
||||
|
||||
If you are unsure what key word to use. Simply select a torrent within qB and down at the bottom you should see a tab that says `Trackers` within the list that is populated there are ea list of trackers that are associated with this torrent, select a keyword from there and add it to the config file. Make sure this key word is unique enough that the script will not get confused with any other tracker.
|
||||
If you are unsure what key word to use. Simply select a torrent within qB and down at the bottom you should see a tab that says `Trackers` within the list that is populated there are ea list of trackers that are associated with this torrent, select a keyword from there and add it to the config file. Make sure this keyword is unique enough that the script will not get confused with any other tracker.
|
||||
|
||||
>[!TIP]
|
||||
> The `other` key is a special keyword and if defined will tag any other trackers that don't match the above trackers into this tag.
|
||||
|
@ -168,6 +168,9 @@ If you're needing information regarding hardlinks here are some excellent resour
|
|||
> Mandatory to fill out [directory parameter](#directory) above to use this function (root_dir/remote_dir)
|
||||
Beyond this you'll need to use one of the [categories](#cat) above as the key.
|
||||
|
||||
This functionality will tag any torrent's whose file (or largest file if multi-file) does not have any hardlinks outside the qbm root_dir.
|
||||
Note that `ignore_root_dir` (Default: True) will ignore any hardlinks detected in the same root_dir.
|
||||
|
||||
| Configuration | Definition | Required |
|
||||
| :------------ | :-------------------------------------------------------- | :----------------- |
|
||||
| `key` | Category name to check for nohardlinked torrents in qbit. | <center>✅</center> |
|
||||
|
|
Loading…
Add table
Reference in a new issue