diff --git a/docs/Misc/.pages b/docs/Misc/.pages index 53708b97e..f8d4f05a7 100644 --- a/docs/Misc/.pages +++ b/docs/Misc/.pages @@ -2,4 +2,5 @@ nav: - Home: index.md - How to provide a docker compose: how-to-provide-a-docker-compose.md - Setup TorGuard for port forwarding: How-to-setup-Torguard-for-port-forwarding.md - - x265-4k and Golden Rule: x265-4k.md \ No newline at end of file + - x265-4k and Golden Rule: x265-4k.md + - TRaSH Sync: trash-sync.md \ No newline at end of file diff --git a/docs/Misc/images/sync/notifiarr-cf-audio.png b/docs/Misc/images/sync/notifiarr-cf-audio.png new file mode 100644 index 000000000..a5675795b Binary files /dev/null and b/docs/Misc/images/sync/notifiarr-cf-audio.png differ diff --git a/docs/Misc/images/sync/notifiarr-cf-hdr.png b/docs/Misc/images/sync/notifiarr-cf-hdr.png new file mode 100644 index 000000000..c7da6e732 Binary files /dev/null and b/docs/Misc/images/sync/notifiarr-cf-hdr.png differ diff --git a/docs/Misc/images/sync/notifiarr-cf-table.png b/docs/Misc/images/sync/notifiarr-cf-table.png new file mode 100644 index 000000000..963fe4849 Binary files /dev/null and b/docs/Misc/images/sync/notifiarr-cf-table.png differ diff --git a/docs/Misc/images/sync/notifiarr-scores.png b/docs/Misc/images/sync/notifiarr-scores.png new file mode 100644 index 000000000..42d824b2e Binary files /dev/null and b/docs/Misc/images/sync/notifiarr-scores.png differ diff --git a/docs/Misc/images/sync/notifiarr-sonarr.png b/docs/Misc/images/sync/notifiarr-sonarr.png new file mode 100644 index 000000000..2a9c503ab Binary files /dev/null and b/docs/Misc/images/sync/notifiarr-sonarr.png differ diff --git a/docs/Misc/trash-sync.md b/docs/Misc/trash-sync.md new file mode 100644 index 000000000..1eb7dbb41 --- /dev/null +++ b/docs/Misc/trash-sync.md @@ -0,0 +1,55 @@ +# TRaSH Sync + +These are 3rd party applications to sync several sections of the guide with your Sonarr/Radarr (or multiple). + +- Radarr Custom Formats [^1] [^2] +- Radarr Scores [^1] [^2] +- Radarr Quality Settings (File Size) [^2] +- Sonarr Release Profile RegEx (WEB-DL) [^1] [^2] +- Sonarr Release Profile RegEx (Anime) [^1] [^2] +- Sonarr Quality Settings (File Size) [^2] + +## Notifiarr + +It's possible with [Notifiarr](https://notifiarr.com/profile.php){:target="_blank" rel="noopener noreferrer"} ([Patron feature](https://notifiarr.wiki/FAQ#patron){:target="_blank" rel="noopener noreferrer"}) + +After setup it's fully automated and will check every X minutes for updates to the Custom Formats or Sonarr Release Profile and will update it to your Radarr or Sonarr (Multiple Client Support). + +Just enable the Custom Formats/Release Profiles you want. + +??? check "Examples - [CLICK TO EXPAND]" + + Radarr Custom Formats Table + ![!Notifiarr Custom Format Table](images/sync/notifiarr-cf-table.png) + + Radarr Custom Formats (Multiple Instances possible) + ![!Notifiarr Custom Formats Audio](images/sync/notifiarr-cf-audio.png) + + Radarr Custom Formats (Multiple Instances possible) + ![!Notifiarr Custom Formats HDR Metadata](images/sync/notifiarr-cf-audio.png) + + Radarr scoring (Multiple profiles possible) + ![!Notifiarr Scores](images/sync/notifiarr-scores.png) + + Sonarr Release Profile (Multiple Instances possible) + ![!Notifiarr Sonarr](images/sync/notifiarr-sonarr.png) + +[Instructions](https://notifiarr.wiki/en/Website/Integrations/Trash){:target="_blank" rel="noopener noreferrer"} + +------ + +## TRaSH Updater + +It's possible with [trash-updater](https://github.com/rcdailey/trash-updater){:target="_blank" rel="noopener noreferrer"} + +Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your setup scheduler. + +[Instructions](https://github.com/rcdailey/trash-updater#getting-started){:target="_blank" rel="noopener noreferrer"} + +--8<-- "includes/support.md" + +[^1]: + Notifiarr + +[^2]: + TRaSH Updater diff --git a/docs/Radarr/Radarr-how-to-update-custom-formats.md b/docs/Radarr/Radarr-how-to-update-custom-formats.md index 34efc625a..40117daff 100644 --- a/docs/Radarr/Radarr-how-to-update-custom-formats.md +++ b/docs/Radarr/Radarr-how-to-update-custom-formats.md @@ -37,22 +37,6 @@ all you need to do now is click on the `Save` button and you're done. ## Automatically -### Notifiarr - -It's possible with [Notifiarr](https://notifiarr.com/profile.php) (Patron feature) - -After setup it's fully automated and will check every X minutes for updates to the Custom Formats or Sonarr Release Profile and will update it to your Radarr or Sonarr (Multiple Client Support). - -[Instructions](https://notifiarr.wiki/en/Website/Integrations/Trash) - ------- - -### TRaSH Updater - -It's possible with [trash-updater](https://github.com/rcdailey/trash-updater) - -Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your setup scheduler. - -[Instructions](https://github.com/rcdailey/trash-updater#getting-started) +Use one of the 3rd Party Sync options that you can find [HERE](/Misc/trash-sync){:target="_blank" rel="noopener noreferrer"}. --8<-- "includes/support.md"