Skip to content

Commit 36c7a3e

Browse files
committed
update(dataDirs): supports rss/announce
1 parent 99b2723 commit 36c7a3e

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

docs/basics/faq-troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ If you wish to search only for data files, you can set
230230
[`useClientTorrents`](./options.md#useclienttorrents) to false and
231231
[**`torrentDir`**](options.md#torrentdir) to `null`, but we generally don't
232232
recommend it as torrent-based matching is more efficient than data-based
233-
matching. RSS/announce is also only supported with torrent-based matching.
233+
matching.
234234

235235
### Error: ENOENT: no such file or directory
236236

docs/tutorials/data-based-matching.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,3 @@ This can be used to:
6363
[`matchMode`](../basics/options.md#matchmode) to `risky`, or if you want
6464
even looser matching, consider setting up
6565
[partial matching](partial-matching.md).
66-
67-
## Daemon mode
68-
69-
Data-based matching does not support RSS but does allow you to
70-
[hit the cross-seed webhook endpoint with a path](../reference/api.md#post-apiwebhook)
71-
to use for data-based searching the same way you use the existing `infoHash`
72-
parameter (but with `path`).

docs/v6-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@ information about behavior.
378378
### RSS/Announce Improvements
379379

380380
We have improved the performance and accuracy of matching new candidates against
381-
content you already have (via RSS and announces). RSS scans now support
382-
pagination in case `cross-seed` experiences downtime. The `/api/announce`
383-
endpoint has slightly modified its HTTP status codes to better integrate with
384-
[**Autobrr**](https://github.com/autobrr/autobrr).
381+
content you already have (now with [`dataDirs`](./basics/options.md#datadirs) support).
382+
RSS scans now support pagination in case `cross-seed` experiences downtime.
383+
The `/api/announce` endpoint has slightly modified its HTTP status codes to better
384+
integrate with [**Autobrr**](https://github.com/autobrr/autobrr).
385385

386386
### Sonarr TV Library Searching
387387

0 commit comments

Comments
 (0)