Merge pull request #1187 from TRaSH-/Maintance-Release-20230226

Maintance-Release-20230226
pull/1191/head
TRaSH 1 year ago committed by GitHub
commit 2a67ea9459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ After you installed the needed Plugins it's time to configure everything.
The script needs the qBit API to work, so we need to make sure it's installed when your unRaid server is booted or when the Array is started the first time.
You can choose from the following 2 options how you want to install it, depending what you preferce.
You can choose from the following 2 options how you want to install it, depending what you preference.
- [User scripts](#user-scripts)
- [Go File](#go-file)
@ -133,6 +133,8 @@ qbt_pass = None
- `qbt_user` => Your used qBittorrent `User Name` if you have authentication enabled. Add `'` either side.
- `qbt_pass` => Your used qBittorrent `Password` if you have authentication enabled. Add `'` either side.
!!! danger "If you have authentication enabled. Add `'` either side of your User/Password."
!!! warning ""
Depending on whether you use the unRaid `Mover Tuning` app, You might need to change **line 68**:

@ -2,18 +2,23 @@
These are 3rd party applications to sync several sections of the guide with your Sonarr/Radarr (or multiple).
- GUI (graphical user interface) [^1]
- Radarr Custom Formats [^1] [^2]
- Radarr Use Flowchart to choose the correct Custom Formats for your Quality Profile [^1]
- Radarr Clear all Custom Formats [^1]
- Radarr Scores [^1] [^2]
- Radarr Quality Settings (File Size) [^1] [^2]
- Radarr Naming Scheme [^1]
- Sonarr Release Profile RegEx [^1] [^2]
- Sonarr v4 Custom Format [^1] [^2]
- Sonarr Clear all Release Profiles/Custom Formats [^1]
- Sonarr Quality Settings (File Size) [^1] [^2]
- Sonarr Naming Scheme [^1]
| Feature | Notifiarr | Recyclarr |
| ---------------------------------------------------------------------------------- | :-------: | :-------: |
| GUI (graphical user interface) | v | |
| Radarr Custom Formats | v | v |
| Radarr Use Flowchart to choose the correct Custom Formats for your Quality Profile | v | |
| Radarr predefined config files available | | v |
| Radarr Clear all Custom Formats | v | |
| Radarr Scores | v | v |
| Radarr Quality Settings (File Size) | v | v |
| Radarr Naming Scheme | v | |
| Sonarr v3 Release Profile RegEx | v | v |
| Sonarr v4 Custom Formats | v | v |
| Sonarr v4 predefined config files available | | v |
| Sonarr v3/v4 Clear all Release Profiles/Custom Formats | v | |
| Sonarr v3/v4 Scores | v | v |
| Sonarr v3/v4 Quality Settings (File Size) | v | v |
| Sonarr v3/v4 Naming Scheme | v | |
------
@ -64,11 +69,4 @@ Just enable the Custom Formats/Release Profiles you want.
[Recyclarr Documentation](https://recyclarr.dev/wiki/){:target="_blank" rel="noopener noreferrer"}
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
[^1]:
Notifiarr
[^2]:
Recyclarr
--8<-- "includes/support.md"

@ -141,7 +141,7 @@ If you prefer High Quality UHD Encodes (Bluray-2160p)
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !}
@ -229,7 +229,7 @@ If you prefer 2160p Remuxes (Remux-2160p)
{! include-markdown "../../includes/cf/radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !}

@ -1,3 +1,14 @@
# 2023-02-26 19:45
**[New]**
- None
**[Updated]**
- [Guide - unRaid qBit Mover script] Added If you have authentication enabled. Add `'` either side of your User/Password.
- [Guide - Guide Sync] Move features to a table instead of the footnotes.
**[Fixed]**
- [Radarr] CF `Upscaled` in wrong quality profile.
# 2023-02-19 20:30
**[New]**
- [Hardlinks Guide] NEW Guide for Truenas Core.

@ -0,0 +1,21 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ------------------------------------------ |
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_score'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
------
Breakdown and Why
- **{{ radarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ radarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['cf']['upscaled']['name'] }}:** A custom format to prevent Radarr from grabbing upscaled releases.

@ -5,7 +5,6 @@
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_score'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
------
@ -18,4 +17,3 @@
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['cf']['upscaled']['name'] }}:** A custom format to prevent Radarr from grabbing upscaled releases.

@ -22,7 +22,7 @@
{! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}

@ -10,7 +10,7 @@
{! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}

@ -10,7 +10,7 @@
{! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}

@ -22,7 +22,7 @@
{! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-unwanted.md" !}
{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}
{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !}

@ -1,13 +0,0 @@
??? abstract "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | ----------------------------------------- |
| [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_score'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
------
Breakdown and Why
- **{{ radarr['cf']['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ radarr['cf']['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
Loading…
Cancel
Save