Merge branch 'master' into imgbot

pull/1091/head
TRaSH 1 year ago committed by GitHub
commit de672092b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,17 +35,17 @@ I will only explain the so called most important paths.
![!newsservers](images/newsservers.png)
| Name | Description |
| :------------ | :------------------------------------------------------------------------------------- |
| `Active` | Use this news server. |
| `Name` | The name is used in UI and for logging. It can be any string. |
| `Level` | Put your major download servers at level 0 and your fill servers at levels 1, 2, etc.. |
| `Host` | Host name of news server. |
| `Port` | Port to connect to. |
| `Password` | Password to use for authentication. |
| `Encryption` | Encrypted server connection (TLS/SSL). (preferred to use this) |
| `Connections` | Use the lowest possible number of connections for max download speed +1 |
| `Retention` | How long the articles are stored on the news server. |
| Name | Description |
| :------------ | :-------------------------------------------------------------------------------------------- |
| `Active` | Use this news server. |
| `Name` | The name is used in UI and for logging. It can be any string. |
| `Level` | Put your major download servers at level 0 and your fill servers at levels 1, 2, etc.. |
| `Host` | Host name of news server. |
| `Port` | Port to connect to. |
| `Password` | Password to use for authentication. |
| `Encryption` | Encrypted server connection (TLS/SSL). (preferred to use this) |
| `Connections` | Use the lowest possible number of connections to reach your max download speed +1 connection. |
| `Retention` | How long the articles are stored on the news server. |
## CATEGORIES

@ -26,7 +26,7 @@ I recommend setting a sane maximum speed and then limiting below that, to keep y
### User Folders
`Settings` => `Folders` => `Users Folders`
![!Folders: User Folders](/Hardlinks/images/sabnzbd-folders.png)
![!Folders: User Folders](images/sabnzbd-folders.png)
Here you setup your download path/location.
@ -56,7 +56,7 @@ I recommend the .nzb Backup Folder because sabnzbd doesn't have a hidden history
1. Make sure you enable `SSL` so you get a secure connection to the USP.
1. Username that you got or created with your USP.
1. Password you got or created with your USP
1. Use the lowest possible number of connections for max download speed +1
1. Use the lowest possible number of connections to reach your max download speed +1 connection.
1. How long the articles are stored on the news server.
1. For unreliable servers, will be ignored longer in case of failures

@ -7,11 +7,11 @@
`SABnzbd config` => `Folders`
![!sabnzbd-folders](/Hardlinks/images/sabnzbd-folders.png)
![!sabnzbd-folders](images/sabnzbd-folders.png)
`SABnzbd config` => `Categories`
![!sabnzbd-categories](/Hardlinks/images/sabnzbd-categories.png)
![!sabnzbd-categories](images/sabnzbd-categories.png)
You don't need to add the full path under `Folder/Path`, it will use the `Relative folders are based on:` path you see on the top of the screenshot, that you setup as `Completed Download Folder`.
@ -22,6 +22,8 @@ You don't need to add the full path under `Folder/Path`, it will use the `Relati
## Paths and Categories Breakdown
!!! Warning "This screenshot isn't 100% a reflection of the instructions above,<br> it's mainly to explain the breakdown and the logic."
![!SABnzbd - Paths and Categories Breakdown](images/sabnzbd-category-breakdown.png)
{! include-markdown "../../../includes/support.md" !}

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

@ -50,11 +50,11 @@
`SABnzbd config` => `Folders`
![sabnzbd-folders](images/sabnzbd-folders.png)
![sabnzbd-folders](/Downloaders/SABnzbd/images/sabnzbd-folders.png)
`SABnzbd config` => `Categories`
![sabnzbd-categories](images/sabnzbd-categories.png)
![sabnzbd-categories](/Downloaders/SABnzbd/images/sabnzbd-categories.png)
## NZBGet

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 42 KiB

@ -4,11 +4,16 @@ These are 3rd party applications to sync several sections of the guide with your
- 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) [^2]
- Sonarr Release Profile RegEx (WEB-DL) [^1] [^2]
- Sonarr Release Profile RegEx (Anime) [^1] [^2]
- Sonarr Quality Settings (File Size) [^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]
------
@ -16,6 +21,8 @@ These are 3rd party applications to sync several sections of the guide with your
It's possible with [Notifiarr](https://notifiarr.com){:target="_blank" rel="noopener noreferrer"} ([Patron feature](https://notifiarr.wiki/FAQ#patron){:target="_blank" rel="noopener noreferrer"})
Notifiarr is a service much bigger in scope than just custom format syncing.
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.

@ -388,7 +388,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\[Tsundere\\]|-Tsundere\\b"
"value": "\\[Tsundere\\]|-Tsundere(?!-)\\b"
}
},
{

@ -73,7 +73,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\[Tsundere\\]|-Tsundere\\b"
"value": "\\[Tsundere\\]|-Tsundere(?!-)\\b"
}
}
]

@ -1,3 +1,25 @@
# 2023-01-19 23:30
**[New]**
- None
**[Updated]**
- None
**[Fixed]**
- [Guide] `Downloaders - SABnzbd` Fixed incomplete folder being nested inside of the completed folder, The incomplete folder should be adjacent to prevent issues if a script/app is processing the completed folder recursively. *PR#1110*
# 2023-01-18 23:20
**[New]**
- None
**[Updated]**
- [Guide] `Downloaders` Improve description of lowest number of connections. *PR#1109*
- [Guide] `TRaSH Sync` Updated what the 3rd party apps are able to sync and more. *PR#1109*
- [Guide] `Radarr How to setup Quality Profiles` add missing streaming service. *PR#1109*
**[Fixed]**
- None
# 2023-01-18 23:15
**[New]**
- None

@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['cf']['hybrid']['trash_score'] }} | {{ radarr['cf']['hybrid']['trash_id'] }} |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_score'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_score'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |

@ -1,6 +1,6 @@
??? abstract "Movie Versions - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------ |
| [{{ radarr['cf']['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['cf']['hybrid']['trash_score'] }} | {{ radarr['cf']['hybrid']['trash_id'] }} |
| [{{ radarr['cf']['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['cf']['remaster']['trash_score'] }} | {{ radarr['cf']['remaster']['trash_id'] }} |
| [{{ radarr['cf']['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['cf']['4k-remaster']['trash_score'] }} | {{ radarr['cf']['4k-remaster']['trash_id'] }} |

@ -3,14 +3,15 @@
| ----------------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------- |
| [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} |
| [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} |
| [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | {{ radarr['cf']['bcore']['trash_score'] }} | {{ radarr['cf']['bcore']['trash_id'] }} |
| [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} |
| [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} |
| [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} |
| [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_score'] }} | {{ radarr['cf']['ma']['trash_id'] }} |
| [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} |
| [{{ radarr['cf']['pathe']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pathe) | 0 | {{ radarr['cf']['pathe']['trash_id'] }} |
| [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} |
| [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} |
| [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_score'] }} | {{ radarr['cf']['ma']['trash_id'] }} |
| [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | {{ radarr['cf']['bcore']['trash_score'] }} | {{ radarr['cf']['bcore']['trash_id'] }} |
------
Breakdown and Why

@ -109,6 +109,9 @@ theme:
- navigation.instant
- navigation.tabs
- navigation.top
- content.code.copy
- content.action.edit
- content.action.view
language: en
palette:
- media: "(prefers-color-scheme: dark)"

Loading…
Cancel
Save