@ -0,0 +1,7 @@
|
||||
# Scripts
|
||||
|
||||
## [Subtitle script](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/Bazarr/2to3_language_code.sh){:target="_blank"}
|
||||
|
||||
```bash
|
||||
[[% include 'Bazarr/2to3_language_code.sh' %]]
|
||||
```
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@ -1,84 +1,97 @@
|
||||
### How to setup NZBGet to use with Sonarr/Radarr.
|
||||
# How to setup NZBGet to use with Sonarr/Radarr
|
||||
|
||||
This basic example is based on the use of docker images,
|
||||
>Keep in mind I've setup my paths so it works with hardlinks and you get instant moves.
|
||||
The default path setup used by [Linux|Server.io](https://hub.docker.com/r/linuxserver/) don't support hardlinks and instant moves.
|
||||
This basic example is based on the use of docker images
|
||||
|
||||
------
|
||||
!!! note ""
|
||||
Keep in mind I've setup my paths so it works with hardlinks and you get instant moves.
|
||||
|
||||
!!! warning ""
|
||||
The default path setup used by [Linux|Server.io](https://hub.docker.com/r/linuxserver/) don't support hardlinks and instant moves.
|
||||
|
||||
#### Some Basics
|
||||
------
|
||||
|
||||
>`${MainDir}` => Root directory for all tasks.
|
||||
`${AppDir} `=> Where NZBGet is installed.
|
||||
`${DestDir} `=> Destination directory for downloaded files.
|
||||
## Some Basics
|
||||
|
||||
| Name | Description |
|
||||
|:--- |:--- |
|
||||
| `${MainDir}` | Root directory for all tasks. |
|
||||
| `${AppDir}` | Where NZBGet is installed. |
|
||||
| `${DestDir}` | Destination directory for downloaded files.|
|
||||
|
||||
## PATHS
|
||||
|
||||
#### PATHS
|
||||
![](images/image-20200209125552547.png)
|
||||
![paths](images/paths.png)
|
||||
|
||||
I will only explain the so called most important paths.
|
||||
>`MainDir` => `/data/.usenet`
|
||||
`DestDir` => `${MainDir}/completed` (so it will go in to `/data/.usenet/completed`)
|
||||
`InterDir` => Files are downloaded into this directory (before unpack+par2)
|
||||
`NzbDir` => Directory for incoming nzb-files.
|
||||
`QueueDir` => This directory is used to save download queue, history, information statistics, etc.
|
||||
`ScriptDir` => Directory with post-processing and other scripts.
|
||||
`LogFile` => Where your logfiles will be stored (**please create a log directory in your config!!!**)
|
||||
|
||||
|
||||
| Name | Description |
|
||||
|:--- |:--- |
|
||||
| `MainDir` | `/data/.usenet` |
|
||||
| `DestDir` | `${MainDir}/completed` (so it will go in to `/data/.usenet/completed`) |
|
||||
| `InterDir` | Files are downloaded into this directory (before unpack+par2) |
|
||||
| `NzbDir` | Directory for incoming nzb-files. |
|
||||
| `QueueDir` | This directory is used to save download queue, history, information statistics, etc. |
|
||||
| `ScriptDir` | Directory with post-processing and other scripts. |
|
||||
| `LogFile` | Where your logfiles will be stored (Please create a log directory in your config) |
|
||||
|
||||
#### NEWS-SERVERS
|
||||
![](images/1571588271831.png)
|
||||
## NEWS-SERVERS
|
||||
|
||||
>`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). (**PREFERED TO USE THIS!!!**)
|
||||
`Connections` => Use the lowest possible amount of connections +1 to gain your max download speed.
|
||||
`Retention` => How long the articles are stored on the news server.
|
||||
![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). (prefered to use this) |
|
||||
| `Connections` | Use the lowest possible amount of connections +1 to gain your max download speed. |
|
||||
| `Retention` | How long the articles are stored on the news server. |
|
||||
|
||||
## CATEGORIES
|
||||
|
||||
#### CATEGORIES
|
||||
![](images/image-20200209130241801.png)
|
||||
![categories](images/categories.png)
|
||||
|
||||
>`Name` => This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films)
|
||||
`DestDir` => `${DestDir}` Destination directory (/data/.usenet/completed/movie)
|
||||
`Unpack` => Unpack downloaded nzb-files.
|
||||
`Extensions` => List of extension scripts for this category.
|
||||
| Name | Description |
|
||||
|:--- |:--- |
|
||||
| `Name` | This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films) |
|
||||
| `DestDir` | `${DestDir}` Destination directory (/data/.usenet/completed/movie) |
|
||||
| `Unpack` | Unpack downloaded nzb-files. |
|
||||
| `Extensions` | List of extension scripts for this category. |
|
||||
|
||||
## INCOMING NZBS
|
||||
|
||||
![incoming](images/incoming.png)
|
||||
|
||||
#### INCOMING NZBS
|
||||
![](images/1571593246863.png)
|
||||
!!! warning
|
||||
`AppendCategoryDir`: Create subdirectory with category-name in destination-directory.
|
||||
|
||||
>`AppendCategoryDir` => Create subdirectory with category-name in destination-directory.
|
||||
## DOWNLOAD QUEUE
|
||||
|
||||
![queue](images/queue.png)
|
||||
|
||||
!!! warning
|
||||
`WriteBuffer`: If you're low on memory don't set this to high.
|
||||
|
||||
#### DOWNLOAD QUEUE
|
||||
![](images/image-20191201110525320.png)
|
||||
## LOGGING
|
||||
|
||||
>`WriteBuffer` => If you're low on memory don't set this to high.
|
||||
![logging](images/logging.png)
|
||||
|
||||
## CHECK AND REPAIR
|
||||
|
||||
![checkAndRepair](images/checkAndRepair.png)
|
||||
|
||||
#### LOGGING
|
||||
![](images/image-20200209130753069.png)
|
||||
## UNPACK
|
||||
|
||||
#### CHECK AND REPAIR
|
||||
![](images/1571593790053.png)
|
||||
![unpack](images/unpack.png)
|
||||
|
||||
#### UNPACK
|
||||
![](images/1571593877357.png)
|
||||
!!! warning
|
||||
`DirectUnpack`: This might lower your download speed but the overall time could be faster. (disable on low powered devices)
|
||||
|
||||
>`DirectUnpack`=> This might lower your download speed but the overall time could be faster. (disable on low powered devices)
|
||||
## EXTENSION SCRIPTS
|
||||
|
||||
##### EXTENSION SCRIPTS
|
||||
![](images/image-20200209131003689.png)
|
||||
![extScripts](images/extScripts.png)
|
||||
|
||||
Depending if you're using some NZBGet script here you can change the order or when it should be used
|
||||
Depending if you're using some NZBGet script here you can change the order or when it should be used
|
||||
|
@ -1,6 +1,5 @@
|
||||
### NZBGet
|
||||
# NZBGet
|
||||
|
||||
------
|
||||
|
||||
Here i will add soon some screenshots how to setup NZBGet with the use of Sonarr/Radarr,
|
||||
some tweaks and tips
|
||||
Here i will add soon some screenshots how to setup NZBGet with the use of Sonarr/Radarr, some tweaks and tips
|
||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@ -1,7 +1,8 @@
|
||||
## Clean
|
||||
>Title: Clean.py
|
||||
Author(s): ???
|
||||
# Clean
|
||||
|
||||
>Title: [Clean.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/Clean/Clean.py){:target="_blank"} | Author(s): ???
|
||||
|
||||
## Description: Clean NZB name
|
||||
|
||||
#### Description: Clean NZB name.
|
||||
Removes the following suffixes from NZB name:
|
||||
NZBgeek / Obfuscated / BUYMORE / Scrambled /etc....
|
||||
NZBgeek / Obfuscated / BUYMORE / Scrambled /etc...
|
||||
|
@ -1,12 +1,9 @@
|
||||
## HashRenamer
|
||||
# HashRenamer
|
||||
|
||||
>Title: HashRenamer.py
|
||||
Author(s): l3uddz
|
||||
URL: https://github.com/cloudbox/cloudbox
|
||||
>Title: [HashRenamer.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/HashRenamer/HashRenamer.py){:target="_blank"} | Author(s): l3uddz | URL: [github.com/cloudbox/cloudbox](https://github.com/cloudbox/cloudbox){:target="_blank"}
|
||||
|
||||
#### Description: Renames hashed media files to match the source NZB.
|
||||
## Description: Renames hashed media files to match the source NZB
|
||||
|
||||
Part of the Cloudbox project: https://cloudbox.works
|
||||
Built on top of the NZBGet scripts template created by Clinton Hall
|
||||
(https://github.com/clinton-hall).
|
||||
Released under GNU General Public License v2.0
|
||||
Part of the Cloudbox project: https://cloudbox.works
|
||||
Built on top of the NZBGet scripts template created by [Clinton Hall](https://github.com/clinton-hall){:target="_blank"}.
|
||||
Released under GNU General Public License v2.0
|
||||
|
@ -1,8 +1,31 @@
|
||||
### Here you will find a collection of scripts you can use with NZBGet
|
||||
# Scripts you can use with NZBGet
|
||||
|
||||
------
|
||||
## [Clean](Clean/README.md)
|
||||
|
||||
- Clean = Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
|
||||
- HashRenamer = Renames hashed media files to match the source NZB.
|
||||
- WtFnZb-Renamer = This extensions extracts obfuscated filenames from .nzb files
|
||||
Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
|
||||
|
||||
??? example "Script"
|
||||
|
||||
```python
|
||||
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
|
||||
```
|
||||
|
||||
## [HashRenamer](HashRenamer/README.md)
|
||||
|
||||
Renames hashed media files to match the source NZB.
|
||||
|
||||
??? example "Script"
|
||||
|
||||
```python
|
||||
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/HashRenamer/HashRenamer.py' %]][[% endfilter %]]
|
||||
```
|
||||
|
||||
## [WtFnZb-Renamer](WtFnZb-Renamer/README.md)
|
||||
|
||||
This extensions extracts obfuscated filenames from .nzb files
|
||||
|
||||
??? example "Script"
|
||||
|
||||
```python
|
||||
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
|
||||
```
|
||||
|
@ -1,17 +1,11 @@
|
||||
## WtFnZb-Renamer
|
||||
# WtFnZb-Renamer
|
||||
|
||||
>Title: WtFnZb-Renamer.py
|
||||
>
|
||||
>Author(s): WtFnZb
|
||||
>
|
||||
>URL: ??
|
||||
>Title: [WtFnZb-Renamer.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py){:target="_blank"}| Author(s): WtFnZb | URL: ??
|
||||
|
||||
|
||||
|
||||
#### Description: Renames hashed media files to match the source NZB.
|
||||
## Renames hashed media files to match the source NZB
|
||||
|
||||
NZBGET SCAN SCRIPT
|
||||
|
||||
Extract filenames from subjects containing [PRiVATE]-[WtFnZb]
|
||||
|
||||
This extensions extracts obfuscated filenames from .nzb files
|
||||
This extensions extracts obfuscated filenames from .nzb files
|
||||
|
@ -1,16 +1,25 @@
|
||||
### Here you will find a collection of Profile's for Plex
|
||||
# Here you will find a collection of Profile's for Plex
|
||||
|
||||
------
|
||||
|
||||
> Sometimes Plex will have issues direct playing your media on your devices,
|
||||
> These profiles could help.(if you got some to share, pls make a PR so we can collect them at one place).
|
||||
>
|
||||
> To make use of the profiles you need to add it in your your plex folder
|
||||
> Examples:
|
||||
> Hotio's container => `/appdata/plex/app/Plex Media Server/Profiles`
|
||||
>
|
||||
> LSIO container => `/appdata/plex/will/follow/soon`
|
||||
Sometimes Plex will have issues direct playing your media on your devices, these profiles could help.
|
||||
|
||||
- Android-SHIELD = Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
|
||||
- Chromecast = Renames hashed media files to match the source NZB.
|
||||
> if you got some to share, pls make a PR so we can collect them at one place
|
||||
|
||||
## How to
|
||||
|
||||
To make use of the profiles you need to add it in your your plex folder
|
||||
|
||||
### Docker
|
||||
|
||||
Example paths:
|
||||
|
||||
* Hotio's container: `/appdata/plex/app/Plex Media Server/Profiles`
|
||||
* LSIO container: `/appdata/plex/will/follow/soon`
|
||||
|
||||
## Profiles
|
||||
|
||||
| Device | Description |
|
||||
|:--- |:--- |
|
||||
| [Android-SHIELD](\Plex\Profiles\Android-SHIELD\Android-SHIELD Android TV.xml){:target="_blank"} | Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc). |
|
||||
| [Chromecast](\Plex\Profiles\Chromecast\Chromecast.xml){:target="_blank"} | Renames hashed media files to match the source NZB. |
|
||||
|
@ -1,5 +1,5 @@
|
||||
### Plex
|
||||
# Plex
|
||||
|
||||
------
|
||||
|
||||
Here i will add some scripts/profiles/tips for plex
|
||||
Here i will add some scripts/profiles/tips for plex
|
||||
|
@ -1,89 +0,0 @@
|
||||
## Collection of Custom Formats for Radarr
|
||||
|
||||
|
||||
- [Dolby TrueHD/ATMOS](#dolby-truehd/atmos)
|
||||
- [DTS-HD/DTS:X](#dts-hd-dts-x)
|
||||
- [BR-DISK](#br-disk)
|
||||
- [x264](#x264)
|
||||
- [x265 (real x265)](#x265)
|
||||
- [EVO (except WEB-DL)](#evo-except-web-dl)
|
||||
- [Single Layer DV](#single-layer-dv)
|
||||
|
||||
------
|
||||
#### Dolby TrueHD/ATMOS
|
||||
|
||||
![](images/image-20200307121755593.png)
|
||||
|
||||
> Dolby TrueHD/ATMOS = `C_RXRQ_TRUEHD|ATMOS`
|
||||
>
|
||||
> If you prefer TrueHD|Atmos audio tracks.
|
||||
> To make this workable you need to put it in a order to what you prefer and above `none`.
|
||||
> ![](images/image-20200307123344848.png)
|
||||
------
|
||||
#### DTS-HD DTS-X
|
||||
|
||||
![](images/image-20200307121910786.png)
|
||||
|
||||
> DTS-HD/DTS:X = `C_RXRQ_DTS.?(HD|ES|X(?!\d))`
|
||||
>
|
||||
> If you prefer DTS-HD audio tracks.
|
||||
> To make this workable you need to put it in a order to what you prefer and above `none`.
|
||||
> ![](images/image-20200307123344848.png)
|
||||
------
|
||||
#### BR-DISK
|
||||
|
||||
![](images/image-20200307121221123.png)
|
||||
|
||||
> BR-DISK = `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` `C_RXRQ_^((?!x265).)*$`
|
||||
>
|
||||
> If you don't want BR-DISK (Iso's and Blu-ray folder structure).
|
||||
> To make this workable you need to uncheck it in your profile !!!
|
||||
> ![](images/image-20200307123131923.png)
|
||||
------
|
||||
#### x264
|
||||
|
||||
![](images/image-20200307121316716.png)
|
||||
|
||||
> x264 = `C_RX_(X|H)\.?264`
|
||||
>
|
||||
> If you prefer x264 releases (Encodes).
|
||||
------
|
||||
#### x265
|
||||
![](images/image-20200307121406542.png)
|
||||
|
||||
> x265 = `C_RX_(X|H)\.?265`
|
||||
>
|
||||
> If you prefer x265 releases (Encodes/Re-Encodes).
|
||||
> Why HEVC isn't added in this CF ?
|
||||
> HEVC is officially only used for untouched sources, but most x265 Encoders/Re-Encoders mix them in the release name because they don't know better or think they do.
|
||||
> I didn't add it because this would also mean that BR-DISK/Remux is a x265 and those are untouched sources so never are x265.
|
||||
> Luckily most x265 Encoders/Re-Encoders also add x265 so it get's picked up correctly.
|
||||
------
|
||||
#### EVO except WEB-DL
|
||||
|
||||
![](images/image-20200307121133057.png)
|
||||
|
||||
> EVO (except WEB-DL) = `C_RX_\B(-EVO)\B` `S_N_WEBDL`
|
||||
>
|
||||
> This group is often banned for the low quality Blu-ray releases but their WEB-DL are okay.
|
||||
> To make this workable you need to uncheck it in your profile !!!
|
||||
> ![](images/image-20200307123503158.png)
|
||||
|
||||
------
|
||||
|
||||
#### Single Layer DV
|
||||
|
||||
![](images/image-20200517185154185.png)
|
||||
|
||||
>Single Layer DV = `C_RXRQ_SL.?DV|Single.?Layer.?DoVi` `M_RQ_REMUX`
|
||||
>
|
||||
>If you prefer Dolby Vision Video's you now can use Single layer Dolby Vision what seems to works in Plex on the Shield.... The Double layer's only tend to work on smart tv's.
|
||||
>
|
||||
>To make this workable you need to check this in your profile and put it on top of the others you got !!!
|
||||
>
|
||||
>![](images/image-20200517185901176.png)
|
||||
>
|
||||
>And also make sure you set it as `Custom Format Cutoff`
|
||||
>
|
||||
>![](images/image-20200517190028898.png)
|
||||
|
@ -1,136 +0,0 @@
|
||||
## How to get Quality Releases
|
||||
|
||||
This Guide/Tutorial is mainly for people that watch there movies on a big Full HD TV, 4K TV or even a projector,
|
||||
and want better quality then those low xvid releases or DVD quality (*movies under 5 GB*).
|
||||
**Or did you buy your big screen to watch DVD's quality or worse ?**
|
||||
|
||||
#### Description
|
||||
|
||||
This Guide/Tutorial is mainly for people that watch there movies on a big Full HD TV, 4K TV or even a projector,
|
||||
and want better quality then those low xvid releases or DVD quality (*movies under 5 GB*).
|
||||
**Or did you buy your big screen to watch DVD's quality or worse ?**
|
||||
|
||||
If you don't care about quality then stop reading and see if the other tutorials are helpful for you.
|
||||
|
||||
We will make use of Radarr Restrictions and of the Custom Format option.
|
||||
The info has been collected from different major sites.
|
||||
I'll be using a list of group names (most of them are also banned on them) and words to filter out those releases.
|
||||
Quality Releases (Bad Quality (Video or Audio wise), Wrongly Tagged or Re-Tagged).
|
||||
|
||||
------
|
||||
|
||||
## Must Not Contain:
|
||||
|
||||
Add the following to your Settings => Indexers => `Must Not Contain`
|
||||
|
||||
###### General (sources you want to ignore anyway).
|
||||
|
||||
- BDSCR,
|
||||
- BRrip,
|
||||
- CM8,
|
||||
- HD2DVD,
|
||||
- HDRip,
|
||||
- VODRip,
|
||||
- xvid,
|
||||
- divx,
|
||||
- core2hd,
|
||||
- CAMRip,
|
||||
- CAM,
|
||||
- HDTS,
|
||||
- TELESYNC,
|
||||
- PDVD,
|
||||
- PreDVDRip,
|
||||
- WORKPRINT,
|
||||
- HDTC,
|
||||
- TELECINE,
|
||||
- SCR,
|
||||
- SCREENER,
|
||||
- DVDSCR,
|
||||
- DVDSCREENER,
|
||||
- BDSCR,
|
||||
- R5,
|
||||
- R5.LINE,
|
||||
|
||||
|
||||
|
||||
###### **Low-Quality Releases (often banned groups)[BLOCK1]**
|
||||
|
||||
- -aXXo,
|
||||
- -CrEwSaDe,
|
||||
- -DEViSE,
|
||||
- -FaNGDiNG0,
|
||||
- -FLAWL3SS,
|
||||
- -FZHD,
|
||||
- -FRDS,
|
||||
- -HDTime,
|
||||
- -IMAGINE,
|
||||
- -iPlanet,
|
||||
- -KingBen,
|
||||
- -KiNGDOM,
|
||||
- -KLAXXON,
|
||||
- -Leffe,
|
||||
- -LTRG,
|
||||
- -mHD,
|
||||
- -mSD,
|
||||
- -NhaNc3,
|
||||
- -nHD,
|
||||
- -nikt0,
|
||||
- -nSD,
|
||||
- -PrisM,
|
||||
- -PRODJi,
|
||||
- -Rx,
|
||||
- -RDN,
|
||||
- -SANTi,
|
||||
- -ViSION,
|
||||
- -WAF,
|
||||
- -WHiiZz,
|
||||
- -x0r,
|
||||
- -YIFY,
|
||||
- -STUTTERSHIT,
|
||||
|
||||
|
||||
|
||||
###### **Another Small list of often banned groups.[BLOCK2]**
|
||||
|
||||
- -CDDHD,
|
||||
- -EuReKA,
|
||||
- -DDR,
|
||||
- -DNL,
|
||||
- -BARC0DE,
|
||||
|
||||
|
||||
|
||||
###### **And Another list.[BLOCK3]**
|
||||
|
||||
- -RARBG,
|
||||
|
||||
- -FGT,
|
||||
|
||||
- -BReWeRS,
|
||||
|
||||
- -Grym,
|
||||
|
||||
- -LiGaS,
|
||||
|
||||
- -Zeus,
|
||||
|
||||
- -Tigole,
|
||||
|
||||
|
||||
|
||||
###### Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.[BLOCK4]
|
||||
|
||||
|
||||
- -beAst,
|
||||
- -CHD,
|
||||
- -EVO,
|
||||
- -HDWinG,
|
||||
- -MTeam,
|
||||
- -MySiLU,
|
||||
- -WiKi,
|
||||
|
||||
|
||||
|
||||
>NOTE:
|
||||
>
|
||||
>- EVO (except WEB-DL)
|
@ -1,49 +0,0 @@
|
||||
# How to make sure Radarr doesn't snatch Full Blurays (ISO/BDMV)
|
||||
|
||||
Radarr has problems to separate full Blurays from Bluray-Rips,
|
||||
after some researching and testing I found a way to solve this issue.
|
||||
To make this work we need to make use of Custom Formats,
|
||||
and make sure the used profile is making use of it (or better said not).
|
||||
|
||||
------
|
||||
|
||||
## Custom Formats
|
||||
|
||||
`Navigate to Settings => Custom Formats`
|
||||
|
||||
![](images/image-20191027165122728.png)
|
||||
|
||||
Then click on the![](images/image-20191027165508102.png) to add a new Custom Format.
|
||||
|
||||
On the new popup at the bottom you have the option `Advanced` and click on `Custom`
|
||||
|
||||
![](images/image-20191027165328556.png)
|
||||
|
||||
Again a new popup will appear.
|
||||
|
||||
Enter the following info
|
||||
|
||||
`Name` => `BR-DISK`
|
||||
|
||||
`Format Tags` => `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` `C_RXRQ_^((?!x265).)*$`
|
||||
|
||||
![](images/image-20200209165701743.png)
|
||||
**!!! NOTE: make sure the 4 tags are entered separate !!!**
|
||||
|
||||
## Quality Profiles
|
||||
|
||||
Then go to your used profiles.
|
||||
Scroll down to the bottom where you see Custom Formats.
|
||||
|
||||
Make sure you uncheck your newly created Custom Profile `BR-DISK`
|
||||
|
||||
![](images/image-20191027170313598.png)
|
||||
|
||||
|
||||
|
||||
Make sure you do that with all your used Quality Profiles.
|
||||
|
||||
#### **NOTE:**
|
||||
|
||||
>![](images/animated-exclamation-mark-image-0006.gif)**Don't uncheck `None` or else it will ignore everything except the checked Custom Formats.**
|
||||
|
@ -1,89 +0,0 @@
|
||||
# Remote Path Mappings explained for Radarr
|
||||
|
||||
Remote Path Mappings explained for Radarr
|
||||
|
||||
# Description
|
||||
|
||||
Seems that allot of people don't understand how the remote path mapping works for Radarr.
|
||||
I will try to explain it with some screenshots and a short description,
|
||||
|
||||
|
||||
# Do I need Remote Path Mappings ?
|
||||
|
||||
If your download client is on another system then Radarr then you probably need to make use of Remote Path Mappings.
|
||||
|
||||
You will get a error that looks a little bit like the following screenshot.
|
||||
|
||||
![OH NO!!!](http://my.jetscreenshot.com/13737/20190126-oiao-44kb.png)
|
||||
|
||||
So looking at this screenshot it seems we need to make use of Remote Path Mappings !!!
|
||||
|
||||
------
|
||||
|
||||
# How ?
|
||||
|
||||
First we navigate in Radarr to the Settings => `Download Client` Tab.
|
||||
|
||||
![Download Client Tab](http://my.jetscreenshot.com/13737/20190126-5k5d-31kb.png)
|
||||
|
||||
At the bottom you choose `Add new mapping`
|
||||
|
||||
![add new mapping](http://my.jetscreenshot.com/13737/20190126-gsm6-11kb.png)
|
||||
|
||||
A screen will popup with the following options.
|
||||
|
||||
![Add Mapping](http://my.jetscreenshot.com/13737/20190126-0srw-12kb.png)
|
||||
|
||||
1. `Host` => This is the hostname or IP you set in your download client settings.
|
||||
2. `Remote Path` => The download path that you've set in your download client.
|
||||
3. `Local Path` => The path Sonarr/Radarr needs to access the same path.
|
||||
|
||||
|
||||
|
||||
------
|
||||
|
||||
# Now some screenshots with a examples that I use for this tutorial.
|
||||
|
||||
- [x] QBittorrent
|
||||
- [ ] NZBGet
|
||||
- [ ] other client ?
|
||||
|
||||
## Host:
|
||||
|
||||
To find what you need to put in your host you navigate in Radarr to the Settings => Download Client Tab.
|
||||
There you open up the download client for this example I will be using QBittorrent
|
||||
|
||||
![Qbittorrent Client](http://my.jetscreenshot.com/13737/20190126-heqh-6kb.png)
|
||||
|
||||
This is what you put in your Host in Remote Path Mapping.
|
||||
|
||||
|
||||
|
||||
## Remote Path:
|
||||
|
||||
To find what you need to put in your remote path you need to open up your download client and look what you've used there as download location.
|
||||
|
||||
In QBittorrent navigate to Tools => Options (or ALT+O) and navigate to the Download settings.
|
||||
|
||||
![Qbittorrent Download Settings](http://my.jetscreenshot.com/13737/20190126-3wa7-61kb.png)
|
||||
|
||||
|
||||
|
||||
This is what you add in your Remote Path in Remote Path Mapping.
|
||||
|
||||
|
||||
|
||||
## Local Path:
|
||||
|
||||
To find what you need to put in in your local path you need to know how Radarr is able to access the files your download client downloaded.
|
||||
And this can be done in different ways.
|
||||
Mounting/Network share what ever but Radarr needs to have local access to it so you need to figure this one out your self what's the best way for Radarr to access the download clients downloaded files.
|
||||
|
||||
The final result will look something like this.
|
||||
|
||||
![Qbittorrent Final Result](http://my.jetscreenshot.com/13737/20190126-ngqk-13kb.png)
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,105 @@
|
||||
# Collection of Custom Formats
|
||||
|
||||
## Dolby TrueHD/ATMOS
|
||||
|
||||
![ATMOS](images/ATMOS.png)
|
||||
|
||||
> Dolby TrueHD/ATMOS = `C_RXRQ_TRUEHD|ATMOS`
|
||||
|
||||
If you prefer TrueHD|Atmos audio tracks.
|
||||
|
||||
!!! note
|
||||
To make this workable you need to put it in a order to what you prefer and above `none`.
|
||||
|
||||
> ![ATMOS_formats](images/ATMOS_formats.png)
|
||||
|
||||
------
|
||||
|
||||
## DTS-HD DTS-X
|
||||
|
||||
![DTS](images/DTS.png)
|
||||
|
||||
> DTS-HD/DTS:X = `C_RXRQ_DTS.?(HD|ES|X(?!\d))`
|
||||
|
||||
If you prefer DTS-HD audio tracks.
|
||||
|
||||
!!! note
|
||||
To make this workable you need to put it in a order to what you prefer and above `none`.
|
||||
|
||||
> ![ATMOS_formats](images/ATMOS_formats.png)
|
||||
|
||||
------
|
||||
|
||||
## BR-DISK
|
||||
|
||||
![BR_DISK](images/BR_DISK.png)
|
||||
|
||||
> BR-DISK = `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` `C_RXRQ_^((?!x265).)*$`
|
||||
|
||||
If you don't want BR-DISK (Iso's and Blu-ray folder structure).
|
||||
|
||||
!!! note
|
||||
To make this workable you need to uncheck it in your profile
|
||||
|
||||
> ![BR_DISK_formats](images/BR_DISK_formats.png)
|
||||
|
||||
------
|
||||
|
||||
## x264
|
||||
|
||||
![x264](images/x264.png)
|
||||
|
||||
> x264 = `C_RX_(X|H)\.?264`
|
||||
|
||||
If you prefer x264 releases (Encodes).
|
||||
|
||||
------
|
||||
|
||||
## x265
|
||||
|
||||
![x265](images/x265.png)
|
||||
|
||||
> x265 = `C_RX_(X|H)\.?265`
|
||||
|
||||
If you prefer x265 releases (Encodes/Re-Encodes).
|
||||
Why isn't HEVC added in this CF?
|
||||
|
||||
* HEVC is officially only used for untouched sources, but most x265 Encoders/Re-Encoders mix them in the release name because they don't know better or think they do.
|
||||
* I didn't add it because this would also mean that BR-DISK/Remux is a x265 and those are untouched sources so never are x265.
|
||||
|
||||
Luckily most x265 Encoders/Re-Encoders also add x265 so it get's picked up correctly.
|
||||
|
||||
------
|
||||
|
||||
## EVO except WEB-DL
|
||||
|
||||
![EVO_just_WEB](images/EVO_just_WEB.png)
|
||||
|
||||
> EVO (except WEB-DL) = `C_RX_\B(-EVO)\B` `S_N_WEBDL`
|
||||
|
||||
This group is often banned for the low quality Blu-ray releases but their WEB-DL are okay.
|
||||
|
||||
!!! note
|
||||
To make this workable you need to uncheck it in your profile
|
||||
|
||||
> ![EVO_just_WEB_formats](images/EVO_just_WEB_formats.png)
|
||||
|
||||
------
|
||||
|
||||
## Single Layer DV
|
||||
|
||||
![SLDV](images/SLDV.png)
|
||||
|
||||
> Single Layer DV = `C_RXRQ_SL.?DV|Single.?Layer.?DoVi` `M_RQ_REMUX`
|
||||
|
||||
If you prefer Dolby Vision Video's you now can use Single layer Dolby Vision what seems to works in Plex on the Shield.... The Double layer's only tend to work on smart tv's.
|
||||
|
||||
!!! note
|
||||
To make this workable you need to check this in your profile and put it on top of the others you got !!!
|
||||
|
||||
> ![SLDV_formats](images/SLDV_formats.png)
|
||||
|
||||
!!! note
|
||||
And also make sure you set it as `Custom Format Cutoff`
|
||||
|
||||
> ![SLDV_cutoff](images/SLDV_cutoff.png)
|
@ -0,0 +1,116 @@
|
||||
# How to get Quality Releases
|
||||
|
||||
This Guide/Tutorial is mainly for people that watch there movies on a big Full HD TV, 4K TV or even a projector
|
||||
and want better quality then those low xvid releases or DVD quality (*movies under 5 GB*).
|
||||
|
||||
!!! question ""
|
||||
If you don't care about quality then stop reading and see if the other tutorials are helpful for you.
|
||||
|
||||
We will make use of Radarr Restrictions and of the Custom Format option.
|
||||
The info has been collected from different major sites.
|
||||
I'll be using a list of group names (most of them are also banned on them) and words to filter out those releases.
|
||||
Quality Releases (Bad Quality (Video or Audio wise), Wrongly Tagged or Re-Tagged).
|
||||
|
||||
## `Must Not Contain`
|
||||
|
||||
Add the following to your Settings => Indexers => `Must Not Contain`
|
||||
|
||||
=== "General"
|
||||
Sources you want to ignore anyway
|
||||
|
||||
- BDSCR
|
||||
- BRrip
|
||||
- CM8
|
||||
- HD2DVD
|
||||
- HDRip
|
||||
- VODRip
|
||||
- xvid
|
||||
- divx
|
||||
- core2hd
|
||||
- CAMRip
|
||||
- CAM
|
||||
- HDTS
|
||||
- TELESYNC
|
||||
- PDVD
|
||||
- PreDVDRip
|
||||
- WORKPRINT
|
||||
- HDTC
|
||||
- TELECINE
|
||||
- SCR
|
||||
- SCREENER
|
||||
- DVDSCR
|
||||
- DVDSCREENER
|
||||
- BDSCR
|
||||
- R5
|
||||
- R5.LINE
|
||||
|
||||
=== "Low-Quality Releases"
|
||||
Often banned groups
|
||||
|
||||
- aXXo
|
||||
- CrEwSaDe
|
||||
- DEViSE
|
||||
- FaNGDiNG0
|
||||
- FLAWL3SS
|
||||
- FZHD
|
||||
- FRDS
|
||||
- HDTime
|
||||
- IMAGINE
|
||||
- iPlanet
|
||||
- KingBen
|
||||
- KiNGDOM
|
||||
- KLAXXON
|
||||
- Leffe
|
||||
- LTRG
|
||||
- mHD
|
||||
- mSD
|
||||
- NhaNc3
|
||||
- nHD
|
||||
- nikt0
|
||||
- nSD
|
||||
- PrisM
|
||||
- PRODJi
|
||||
- Rx
|
||||
- RDN
|
||||
- SANTi
|
||||
- ViSION
|
||||
- WAF
|
||||
- WHiiZz
|
||||
- x0r
|
||||
- YIFY
|
||||
- STUTTERSHIT
|
||||
|
||||
=== "Another Small list of often banned groups"
|
||||
|
||||
- CDDHD
|
||||
- EuReKA
|
||||
- DDR
|
||||
- DNL
|
||||
- BARC0DE
|
||||
|
||||
=== "And Another list"
|
||||
|
||||
- RARBG
|
||||
|
||||
- FGT
|
||||
|
||||
- BReWeRS
|
||||
|
||||
- Grym
|
||||
|
||||
- LiGaS
|
||||
|
||||
- Zeus
|
||||
|
||||
- Tigole
|
||||
|
||||
=== "Rips not considered high quality"
|
||||
Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality.
|
||||
|
||||
- beAst
|
||||
- CHD
|
||||
- EVO
|
||||
- HDWinG
|
||||
- MTeam
|
||||
- MySiLU
|
||||
- WiKi
|
@ -0,0 +1,48 @@
|
||||
# How to make sure Radarr doesn't snatch Full Blurays (ISO/BDMV)
|
||||
|
||||
Radarr has problems to separate full Blurays from Bluray-Rips, after some researching and testing I found a way to solve this issue.
|
||||
|
||||
To make this work we need to make use of Custom Formats, and make sure the used profile is making use of it (or better said not).
|
||||
|
||||
------
|
||||
|
||||
## Custom Formats
|
||||
|
||||
Navigate to Settings => Custom Formats
|
||||
|
||||
> ![custom formats](images/cust_form.png)
|
||||
|
||||
Then click on the :heavy_plus_sign: to add a new Custom Format.
|
||||
|
||||
> ![plus button](images/plus.png)
|
||||
|
||||
On the new popup at the bottom you have the option `Advanced` and click on `Custom`
|
||||
|
||||
> ![advanced custom](images/cust_adv.png)
|
||||
|
||||
Again a new popup will appear.
|
||||
|
||||
Enter the following info
|
||||
|
||||
`Name` => `BR-DISK`
|
||||
|
||||
`Format Tags` => `C_RXRQ_(AVC|VC-1|HEVC)` `M_N_REMUX` `S_N_WEBDL` `C_RXRQ_^((?!x265).)*$`
|
||||
|
||||
> ![edit format](images/edit_format.png)
|
||||
|
||||
!!! warning
|
||||
Make sure the 4 tags are entered separate
|
||||
|
||||
## Quality Profiles
|
||||
|
||||
Then go to your used profiles.
|
||||
Scroll down to the bottom where you see Custom Formats.
|
||||
|
||||
Make sure you uncheck your newly created Custom Profile `BR-DISK`
|
||||
|
||||
> ![quality profiles](images/qual_profile.png)
|
||||
|
||||
Make sure you do that with all your used Quality Profiles.
|
||||
|
||||
!!! danger
|
||||
Don't uncheck `None` or else it will ignore everything except the checked Custom Formats.
|
@ -0,0 +1,65 @@
|
||||
# Remote Path Mappings explained
|
||||
|
||||
Seems that allot of people don't understand how the remote path mapping works for Radarr.
|
||||
I will try to explain it with some screenshots and a short description,
|
||||
|
||||
## Do I need Remote Path Mappings
|
||||
|
||||
If your download client is on another system then Radarr then you probably need to make use of Remote Path Mappings.
|
||||
|
||||
You will get a error that looks a little bit like the following screenshot.
|
||||
|
||||
![download errors](images/dl_error.png)
|
||||
|
||||
So looking at this screenshot it seems we need to make use of Remote Path Mappings
|
||||
|
||||
## How
|
||||
|
||||
First we navigate in Radarr to the Settings => `Download Client` Tab.
|
||||
|
||||
![download client tab](images/cl_cli_tab.png)
|
||||
|
||||
At the bottom you choose `Add new mapping`
|
||||
|
||||
![add new mapping](images/new_mapping.png)
|
||||
|
||||
A screen will popup with the following options.
|
||||
|
||||
![Add Mapping](images/mapping.png)
|
||||
|
||||
1. `Host` => This is the hostname or IP you set in your download client settings.
|
||||
2. `Remote Path` => The download path that you've set in your download client.
|
||||
3. `Local Path` => The path Sonarr/Radarr needs to access the same path.
|
||||
|
||||
??? example "Examples"
|
||||
|
||||
=== "QBittorrent"
|
||||
|
||||
## Host
|
||||
|
||||
To find what you need to put in your host you navigate in Radarr to the Settings => Download Client Tab.
|
||||
There you open up the download client for this example I will be using QBittorrent
|
||||
|
||||
![Qbittorrent client](images/qbit_client.png)
|
||||
|
||||
This is what you put in your Host in Remote Path Mapping.
|
||||
|
||||
## Remote Path
|
||||
|
||||
To find what you need to put in your remote path you need to open up your download client and look what you've used there as download location.
|
||||
|
||||
In QBittorrent navigate to Tools => Options (or ALT+O) and navigate to the Download settings.
|
||||
|
||||
![Qbittorrent download settings](images/qbit_options.png)
|
||||
|
||||
This is what you add in your Remote Path in Remote Path Mapping.
|
||||
|
||||
## Local Path
|
||||
|
||||
To find what you need to put in in your local path you need to know how Radarr is able to access the files your download client downloaded.
|
||||
And this can be done in different ways.
|
||||
Mounting/Network share what ever but Radarr needs to have local access to it so you need to figure this one out your self what's the best way for Radarr to access the download clients downloaded files.
|
||||
|
||||
The final result will look something like this.
|
||||
|
||||
![Qbittorrent final result](images/qbit_final.png)
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
@ -0,0 +1,90 @@
|
||||
# Recommended naming scheme examples
|
||||
|
||||
Often on Radarr discord people asking what's the recommended/best way to naming your files.
|
||||
First of it's personal preference, but the support staff often recommend to add also non recoverable info.
|
||||
Why ?
|
||||
|
||||
if you even need to do a re-install, re-import for what ever reason in Radarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so it get's imported correctly and not been matched as HDTV or WEB-DL etc.
|
||||
|
||||
The Tokens not available in the release won't be used/shown.
|
||||
|
||||
------
|
||||
|
||||
## Standard Movie Format
|
||||
|
||||
### All the details
|
||||
|
||||
This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]`
|
||||
|
||||
```bash
|
||||
{Movie CleanTitle} {(Release Year)} {Edition Tags} [imdb-{ImdbId}]{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRange]}[{Mediainfo VideoBitDepth}bit][{Mediainfo VideoCodec}]{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}]{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Movie Title (2010) Ultimate Extended Edition [imdb-tt0066921][Surround Sound x264][Bluray-1080p Proper][3D][HDR][10bit][x264][DTS 5.1]-EVOLVE
|
||||
```
|
||||
|
||||
### Minimal details + the irreplaceable data
|
||||
|
||||
This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]`
|
||||
|
||||
```bash
|
||||
{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]{[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Movie Title (2010) [imdb-tt0066921][Bluray-1080p][DTS 5.1][x264]-EVOLVE
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
## Original Title vs Original Filename
|
||||
|
||||
Want to keep the original release name that holds like all the info of the file then I suggest to use `{Original Title}` over `{Original Filename}`
|
||||
|
||||
Why?
|
||||
|
||||
The filename can be Obscured where the Release naming isn't especially when you use Usenet.
|
||||
|
||||
`{Original Title}` => `The.Movie.Title.2010.REMASTERED.1080p.BluRay.x264-GROUP`
|
||||
|
||||
`{Original Filename}` => `group-karatekid-1080p` or `lchd-tkk1080p` or `t1i0p3s7i8yuti`
|
||||
|
||||
------
|
||||
|
||||
## Movie Folder Format
|
||||
|
||||
### Minimal needed
|
||||
|
||||
```bash
|
||||
{Movie CleanTitle} ({Release Year})
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Movie Title (2010)
|
||||
```
|
||||
|
||||
!!! note
|
||||
Keep in mind adding anything more after the release year could give issues during a fresh import in to Radarr, but in this examples it helps for movies that have the same release name and year.
|
||||
|
||||
```bash
|
||||
{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Movie Title (2010) [imdb-tt0066921]
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
THNX:
|
||||
|
||||
A big thnx to [fryfrog](https://github.com/fryfrog){:target="_blank"} and [rg9400](https://github.com/rg9400){:target="_blank"} for the suggestions.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 16 KiB |
@ -1,81 +0,0 @@
|
||||
## Radarr recommended naming scheme examples
|
||||
|
||||
Often on Radarr discord people asking what's the recommended/best way to naming your files.
|
||||
first of it's personal preference, but the support staff often recommend to add also non recoverable info.
|
||||
Why ?
|
||||
|
||||
if you even need to do a re-install, re-import for what ever reason in Radarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so it get's imported correctly and not been matched as HDTV or WEB-DL etc.
|
||||
|
||||
The Tokens not available in the release won't be used/shown.
|
||||
|
||||
[Standard Movie Format](#standard-movie-format)
|
||||
|
||||
[Movie Folder Format](#movie-folder-format)
|
||||
|
||||
[Original Title vs Original Filename](#original-title-vs-original-filename)
|
||||
|
||||
------
|
||||
|
||||
### Standard Movie Format
|
||||
|
||||
> All the details.
|
||||
>
|
||||
> This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]`
|
||||
|
||||
`{Movie CleanTitle} {(Release Year)} {Edition Tags} [imdb-{ImdbId}]{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRange]}[{Mediainfo VideoBitDepth}bit][{Mediainfo VideoCodec}]{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}]{-Release Group}`
|
||||
|
||||
RESULT:
|
||||
|
||||
`The Movie Title (2010) Ultimate Extended Edition [imdb-tt0066921][Surround Sound x264][Bluray-1080p Proper][3D][HDR][10bit][x264][DTS 5.1]-EVOLVE`
|
||||
|
||||
> Minimal details + the irreplaceable data.
|
||||
>
|
||||
> This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]`
|
||||
|
||||
`{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]{[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}`
|
||||
|
||||
RESULT:
|
||||
|
||||
`The Movie Title (2010) [imdb-tt0066921][Bluray-1080p][DTS 5.1][x264]-EVOLVE`
|
||||
|
||||
------
|
||||
|
||||
#### Original Title vs Original Filename
|
||||
|
||||
> Want to keep the original release name that holds like all the info of the file then I suggest to use `{Original Title}` over `{Original Filename}` !!!
|
||||
>
|
||||
> Why ?
|
||||
>
|
||||
> The filename can be Obscured where the Release naming isn't especially when you use Usenet.
|
||||
>
|
||||
> `{Original Title}` => `The.Movie.Title.2010.REMASTERED.1080p.BluRay.x264-GROUP`
|
||||
>
|
||||
> `{Original Filename}` => `group-karatekid-1080p` or `lchd-tkk1080p` or `t1i0p3s7i8yuti`
|
||||
|
||||
------
|
||||
|
||||
### Movie Folder Format
|
||||
|
||||
> Minimal needed !!!
|
||||
|
||||
`{Movie CleanTitle} ({Release Year})`
|
||||
|
||||
RESULT:
|
||||
|
||||
`The Movie Title (2010)`
|
||||
|
||||
------
|
||||
|
||||
> Keep in mind adding anything more after the release year could give issues during a fresh import in to Radarr, but in this examples it helps for movies that have the same release name and year.
|
||||
|
||||
`{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]`
|
||||
|
||||
RESULT:
|
||||
|
||||
`The Movie Title (2010) [imdb-tt0066921]`
|
||||
|
||||
------
|
||||
|
||||
THNX:
|
||||
|
||||
> A big thnx to [fryfrog](https://github.com/fryfrog) and [rg9400](https://github.com/rg9400) for the suggestions.
|
@ -0,0 +1,47 @@
|
||||
# How To Seperate Different WEB-DL Releases
|
||||
|
||||
Sonarr How To Seperate Different WEB-DL Releases (iTunes.WEB-DL, AMZN.WEB-DL, NF.WEB-DL)
|
||||
|
||||
This will show you How To Seperate Different WEB-DL Releases (iTunes.WEB-DL, AMZN.WEB-DL, NF.WEB-DL) in Sonarr.
|
||||
|
||||
![Seperate WEB-DL](images/WEB-DL.png)
|
||||
|
||||
------
|
||||
|
||||
## How To
|
||||
|
||||
Add the following to your Settings => Indexers => "Add new restriction".
|
||||
|
||||
Keep a eye on the tags you're using because you need to add them also to your shows when you want them as a certain release.
|
||||
|
||||
![Add in Show](images/tag_show.png)
|
||||
|
||||
!!! note
|
||||
The reason why i've added "RARBG" as "Must not contain" is because I dislike retagged releases,
|
||||
|
||||
### AMZN.WEB-DL
|
||||
|
||||
* Must contain: AMZN.WEB-DL
|
||||
* Must not contain: RARBG, -BAMBOOZLE
|
||||
* Tags: amzn-webdl
|
||||
|
||||
![AMZN.WEB-DL](images/amzn_web.png)
|
||||
|
||||
### NF.WEB-DL
|
||||
|
||||
* Must contain: NF.WEB-DL
|
||||
* Must not contain: RARBG, -BAMBOOZLE
|
||||
* Tags: nf-webdl
|
||||
|
||||
![NF.WEB-DL](images/nf_web.png)
|
||||
|
||||
### WEB-DL
|
||||
|
||||
* Must contain: WEB-DL
|
||||
* Must not contain: WEBRip, -focus, x264, AMZN, -CTL, -PLAYREADY, Amazon.WEB DL, Amazon, -QoQ, -TBS, -STRiFE
|
||||
* Tags: web-dl
|
||||
|
||||
![WEB-DL](images/web.png)
|
||||
|
||||
!!! note
|
||||
The "Must not contain" names/groups are there because they don't release iTunes WEB-DL or the ones you find are mislabeld or stripped/re-encoded like the `-TBS` releases.
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 25 KiB |
@ -0,0 +1,3 @@
|
||||
# Here you will find a collection of Sonarr V3 Guides/FAQ I made
|
||||
|
||||
------
|
@ -0,0 +1,71 @@
|
||||
# Remote Path Mappings explained
|
||||
|
||||
Remote Path Mappings explained for Sonarr
|
||||
|
||||
Seems that allot of people don't understand how the remote path mapping works for Sonarr.
|
||||
I will try to explain it with some screenshots and a short description.
|
||||
|
||||
## Do I need Remote Path Mappings
|
||||
|
||||
If your download client is on another system then Sonarr then you probably need to make use of Remote Path Mappings.
|
||||
|
||||
You will get a error that looks a little bit like the following screenshot.
|
||||
|
||||
![download errors](images/dl_error.png)
|
||||
|
||||
So looking at this screenshot it seems we need to make use of Remote Path Mappings
|
||||
|
||||
------
|
||||
|
||||
## How
|
||||
|
||||
First we navigate in Sonarr to the Settings => `Download Clients` Tab.
|
||||
|
||||
![download client tab](images/cl_cli_tab.png)
|
||||
|
||||
At the bottom you choose `Add new mapping`
|
||||
|
||||
![add new mapping](images/new_mapping.png)
|
||||
|
||||
A screen will popup with the following options.
|
||||
|
||||
![add mapping](images/mapping.png)
|
||||
|
||||
1. `Host` => This is the hostname or IP you set in your download client settings.
|
||||
2. `Remote Path` => The download path that you've set in your download client.
|
||||
3. `Local Path` => The path Sonarr needs to access the same path.
|
||||
|
||||
------
|
||||
|
||||
??? example "Examples"
|
||||
|
||||
=== "QBittorrent"
|
||||
|
||||
## Host
|
||||
|
||||
To find what you need to put in your host you navigate in Sonarr to the Settings => Download Clients Tab.
|
||||
There you open up the download client for this example I will be using QBittorrent
|
||||
|
||||
![Qbittorrent client](images/qbit_client.png)
|
||||
|
||||
This is what you put in your Host in Remote Path Mapping.
|
||||
|
||||
## Remote Path
|
||||
|
||||
To find what you need to put in your remote path you need to open up your download client and look what you've used there as download location.
|
||||
|
||||
In QBittorrent navigate to Tools => Options (or ALT+O) and navigate to the Download settings.
|
||||
|
||||
![Qbittorrent download settings](images/qbit_options.png)
|
||||
|
||||
This is what you add in your Remote Path in Remote Path Mapping.
|
||||
|
||||
## Local Path
|
||||
|
||||
To find what you need to put in in your local path you need to know how Sonarr is able to access the files your download client downloaded.
|
||||
And this can be done in different ways.
|
||||
Mounting/Network share what ever but Sonarr needs to have local access to it so you need to figure this one out your self what's the best way for Sonarr to access the download clients downloaded files.
|
||||
|
||||
The final result will look something like this.
|
||||
|
||||
![Qbittorrent final result](images/qbit_final.png)
|
@ -0,0 +1,188 @@
|
||||
# Recommended naming scheme examples
|
||||
|
||||
Often on Sonarr discord people asking what's the recommended/best way to naming your files.
|
||||
first of it's personal preference, but the support staff often recommend to add also non recoverable info.
|
||||
|
||||
Why?
|
||||
|
||||
if you even need to do a re-install, re-import for what ever reason in Radarr or Plex/Emby/JellyFin it's nice to have all that info in the filename so it get's imported correctly and not been matched as HDTV or WEB-DL etc.
|
||||
|
||||
The Tokens not available in the release won't be used/shown.
|
||||
|
||||
------
|
||||
|
||||
## Standard Episode Format
|
||||
|
||||
> **All the details**
|
||||
|
||||
```bash
|
||||
{Series TitleYear} - S{season:00}E{episode:00} - {Episode CleanTitle} {[Quality Full]} {[Preferred Words]} {[MediaInfo VideoDynamicRange]} [{MediaInfo VideoBitDepth}bit] {[MediaInfo VideoCodec]} {[MediaInfo-AudioCodec}-{MediaInfo AudioChannels]}{[MediaInfo AudioLanguages]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULTS:
|
||||
|
||||
Single Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010) - S01E01 - Episode Title 1 [HDTV-720p Proper] [iNTERNAL] [HDR] [10bit] [x264] [DTS 5.1]-RlsGrp
|
||||
```
|
||||
|
||||
Multi Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010) - S01E01-E02-E03 - Episode Title [HDTV-720p Proper] [iNTERNAL] [HDR] [10bit] [x264] [DTS 5.1]-RlsGrp
|
||||
```
|
||||
|
||||
> **Minimal details + the irreplaceable data**
|
||||
|
||||
```bash
|
||||
{Series Title} S{season:00}E{episode:00} {[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
Single Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! S01E01 [HDTV-720p][DTS 5.1][x264]-RlsGrp
|
||||
```
|
||||
|
||||
Multi Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! S01E01-E02-E03 [HDTV-720p][DTS 5.1][x264]-RlsGrp
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
## Daily Episode Format
|
||||
|
||||
> **All the details**
|
||||
|
||||
```bash
|
||||
{Series TitleYear} - {Air-Date} - {Episode CleanTitle} {[Quality Full]} {[MediaInfo VideoDynamicRange]} [{MediaInfo VideoBitDepth}bit] {[MediaInfo VideoCodec]} {[MediaInfo-AudioCodec}-{MediaInfo AudioChannels]}{[MediaInfo AudioLanguages]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010) - 2013-10-30 - Episode Title 1 [HDTV-720p Proper] [HDR] [10bit] [x264] [DTS-5.1]-RlsGrp
|
||||
```
|
||||
|
||||
> **Minimal details + the irreplaceable data**
|
||||
|
||||
```bash
|
||||
{Series Title} - {Air-Date} - {Episode CleanTitle} {[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Series Title! - 2013-10-30 - Episode Title 1 [HDTV-720p][DTS 5.1][x264]-RlsGrp
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
## Anime Episode Format
|
||||
|
||||
> **All the details**
|
||||
|
||||
```bash
|
||||
{Series TitleYear} - {absolute:000} - S{season:00}E{episode:00} - {Episode CleanTitle} {[Quality Full]} {[MediaInfo VideoDynamicRange]} [{MediaInfo VideoBitDepth}bit] {[MediaInfo VideoCodec]} {[MediaInfo-AudioCodec}-{MediaInfo AudioChannels]}{[MediaInfo AudioLanguages]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
Single Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010) - 001 - S01E01 - Episode Title 1 [HDTV-720p v2] [HDR] [10bit] [x264] [DTS-5.1][[JA]]-RlsGrp
|
||||
```
|
||||
|
||||
Multi Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010) - 001-002-003 - S01E01-E02-E03 - Episode Title [HDTV-720p v2] [HDR] [10bit] [x264] [DTS-5.1][[JA]]-RlsGrp
|
||||
```
|
||||
|
||||
> **Minimal details + the irreplaceable data**
|
||||
|
||||
```bash
|
||||
{Series Title} - {absolute:000} - S{season:00}E{episode:00} - {[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
Single Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! - 001 - S01E01 - [HDTV-720p][DTS 5.1][x264]-RlsGrp
|
||||
```
|
||||
|
||||
Multi Episode:
|
||||
|
||||
```bash
|
||||
The Series Title! - 001-002-003 - S01E01-E02-E03 - [HDTV-720p][DTS 5.1][x264]-RlsGrp
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
### Series Folder Format
|
||||
|
||||
```bash
|
||||
{Series TitleYear}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
The Series Title! (2010)
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
### Season Folder Format
|
||||
|
||||
For this theirs only one real option to use in my opinion.
|
||||
|
||||
```bash
|
||||
Season {season:00}
|
||||
```
|
||||
|
||||
RESULT:
|
||||
|
||||
```bash
|
||||
Season 01
|
||||
```
|
||||
|
||||
------
|
||||
|
||||
### Multi-Episode Style
|
||||
|
||||
```bash
|
||||
Scene
|
||||
```
|
||||
|
||||
RESULTS:
|
||||
|
||||
![results](images/results.png)
|
||||
|
||||
------
|
||||
|
||||
## Original Title vs Original Filename
|
||||
|
||||
Want to keep the original release name that holds like all the info of the file then I suggest to use `{Original Title}` over `{Original Filename}`
|
||||
|
||||
Why?
|
||||
|
||||
The filename can be Obscured where the Release naming isn't especially when you use Usenet.
|
||||
|
||||
`{Original Title}` => `The.Series.Title.S01E01.Episode.Title.1080p.AMZN.WEB-DL.DDP5.1.H.264-RlsGrp`
|
||||
|
||||
`{Original Filename}` => `show episode 1-1080p` or `lchd-tkk1080p` or `t1i0p3s7i8yuti`
|
||||
|
||||
------
|
||||
|
||||
THNX:
|
||||
|
||||
A big thnx to [fryfrog](https://github.com/fryfrog), [rg9400](https://github.com/rg9400) and [bakerboy448](https://github.com/bakerboy448) for the suggestions.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |