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
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -367,11 +367,9 @@ Downloaded backups can be imported into any qui instance. Useful for migrating t
367
367
qui includes intelligent cross-seeding capabilities that help you automatically find and add matching torrents across different trackers. This allows you to seed the same content on multiple trackers.
368
368
369
369
> [!NOTE]
370
-
> qui adds cross-seeded torrents by inheriting the **Automatic Torrent Management (AutoTMM)** state from the matched torrent. If the matched torrent uses AutoTMM, the cross-seed will too; if the matched torrent has a custom save path (AutoTMM disabled), the cross-seed will use the same explicit path. This reuses existing files directly without creating hardlinks (unless [hardlink mode](#hardlink-mode-optional) is enabled).
370
+
> For detailed information about category behavior, save paths, AutoTMM handling, hardlink mode, and best practices, see the [Cross-Seeding Guide](docs/CROSS_SEEDING.md).
371
371
>
372
-
> For detailed information about category behavior, save paths, hardlink mode, and best practices, see the [Cross-Seeding Guide](docs/CROSS_SEEDING.md).
373
-
>
374
-
> If you see a cross-seed skipped with “extra files share pieces with content”, see the explanation and options in the guide.
372
+
> If you see a cross-seed skipped with "extra files share pieces with content", see the explanation and options in the guide.
375
373
376
374
### Prerequisites
377
375
@@ -419,16 +417,6 @@ Right-click any torrent in the list to access cross-seed actions:
419
417
-**Search Cross-Seeds** - Query indexers for matching torrents on other trackers
420
418
-**Filter Cross-Seeds** - Show torrents in your library that share content with the selected torrent (useful for identifying existing cross-seeds)
421
419
422
-
### How qui Differs from cross-seed
423
-
424
-
qui takes a different approach than the [cross-seed](https://github.com/cross-seed/cross-seed) project:
425
-
426
-
| Aspect | cross-seed | qui |
427
-
|--------|-----------|-----|
428
-
|**File handling**| Creates hardlinks/symlinks to a separate directory | Reuse mode (default) + optional hardlink mode |
429
-
|**AutoTMM**| Disabled (uses explicit save paths) | Inherits from matched torrent (unless "Use indexer name as category" is enabled) |
Configure matching behavior in the **Rules** tab on the Cross-Seed page.
@@ -441,8 +429,11 @@ Configure matching behavior in the **Rules** tab on the Cross-Seed page.
441
429
442
430
#### Categories
443
431
444
-
-**Add .cross category suffix** (default: enabled) - Appends `.cross` to cross-seed categories (e.g., `movies` → `movies.cross`). This prevents Sonarr/Radarr from importing cross-seeded files as duplicates, since *arr apps typically monitor specific categories. Disable this for full Automatic Torrent Management (AutoTMM) support where cross-seeds should use identical categories and save paths as the source torrent.
445
-
-**Use indexer name as category** - Set the qBittorrent category to the indexer name instead of inheriting from the matched torrent. Uses explicit save paths, so AutoTMM is always disabled for these cross-seeds regardless of the source torrent's AutoTMM state (see [how qui differs from cross-seed](#how-qui-differs-from-cross-seed)). Mutually exclusive with `.cross` suffix.
432
+
Choose one of three mutually exclusive category modes:
433
+
434
+
-**Add .cross category suffix** (default) - Appends `.cross` to cross-seed categories (e.g., `movies` → `movies.cross`). Prevents Sonarr/Radarr from importing cross-seeded files as duplicates. AutoTMM is inherited from the matched torrent.
435
+
-**Use indexer name as category** - Sets category to the indexer name (e.g., `TorrentDB`). AutoTMM is always disabled; uses explicit save paths.
436
+
-**Custom category** - Uses a fixed category name for all cross-seeds (e.g., `cross-seed`). AutoTMM is always disabled; uses explicit save paths.
0 commit comments