Skip to content

Commit

Permalink
update(arr-import-script): update for v6 and usenet pack search
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Jul 23, 2024
1 parent e51ee29 commit 6a36c93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/basics/daemon.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and enabling the following features:

- instantly searching for cross-seeds for finished downloads
- using your torrent client using [`webhook`](../reference/api.md#post-apiwebhook) endpoint
- using a third-party script to trigger from an Arr's import/upgrade event
- using a third-party script to trigger from an Arr's import/import complete/upgrade event (if using v6, please see [this section](../v6-migration.md#sonarr-tv-library-searching) for updates to this script usage.)
- [bakerboy448's Arr Import script](https://github.com/bakerboy448/StarrScripts?tab=readme-ov-file#cross-seed-trigger-for-starr-apps)
- watching for new releases:
- scanning RSS feeds periodically ([`rssCadence`](./options.md#rsscadence)) for matching content
Expand Down
8 changes: 5 additions & 3 deletions docs/v6-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,12 @@ It is recommended that you use the TRaSH naming scheme to perserve as much irrec
It is also **_REQUIRED_** that you use ["Season Folders"](https://wiki.servarr.com/en/sonarr/library) with your Sonarr Library.
:::

This also opens up the possibility of effectively cross-seeding season packs downloaded from usenet post import/completion. We are awaiting a feature in Sonarr that will enable you to, with the [bakerboy448 Arr Import script](https://github.com/bakerboy448/StarrScripts?tab=readme-ov-file#cross-seed-trigger-for-starr-apps), replicate the immediate "search, match, and cross-seed" behavior you can achieve with torrent downloads.
This also opens up the possibility of effectively cross-seeding season packs downloaded from usenet post import/completion. [bakerboy448 Arr Import script](https://github.com/bakerboy448/StarrScripts?tab=readme-ov-file#cross-seed-trigger-for-starr-apps) has now been updated to replicate the immediate "search, match, and cross-seed" behavior you can achieve with torrent downloads.

:::info
We are working with both the Sonarr Team and bakerboy448 to get the supporting features ironed out for this to be as effective as possible, but in the mean time you can already match Sonarr Library seasons with a manual/scheduled search of the season folder.
:::note
Strictly in Sonarr, you will need to update your script and _CHANGE_ your event types in your "Settings -> Connect -> Custom Script" to "On Import Complete."

**This only needs to be done in Sonarr, Radarr does not need to be changed.**
:::

### Other Miscellaneous Changes
Expand Down

0 comments on commit 6a36c93

Please sign in to comment.