From 38f67128941a21614ff0130d00790795f5c4ac6e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 30 Jul 2022 16:59:26 +0200 Subject: [PATCH 1/9] Sonarr - Dislike Annoying Dual Audio Groups - Sonarr - Dislike Annoying Dual Audio Groups --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 12 ++++++++++++ docs/json/sonarr/optionals.json | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 408f3b1d8..a5c4510f4 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -501,6 +501,18 @@ Add this to your `Must not contain (2)` ``` +#### Optional - Ignore Annoying Dual Audio Groups + +??? question "WHY ? - [CLICK TO EXPAND]" + + These groups add their own preferred language (ex. Portugese) as the main audio track. + +Add this to your `Must not contain (2)` + +```bash +/\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i +``` + ------ ### A little explanation of the scores and why diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 26ad5f88f..7b5bded81 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -58,6 +58,12 @@ "name": "Dislike release containing: 1-", "trash_id": "236a3626a07cacf5692c73cc947bc280", "term": "/(1-.+)$/i" + }, { + "name": "Dislike Annoying Dual Audio Groups", + "trash_id": "dac17aca202e4b5d28bef5070c5c5cfb", + "term": "/\\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" + }, { }] }] } + From 2cecda82a892380640982341039a1346931d6965 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 30 Jul 2022 17:57:04 +0200 Subject: [PATCH 2/9] Changed: hash - Changed: hash --- docs/json/sonarr/optionals.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 7b5bded81..8277c2eed 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -60,7 +60,7 @@ "term": "/(1-.+)$/i" }, { "name": "Dislike Annoying Dual Audio Groups", - "trash_id": "dac17aca202e4b5d28bef5070c5c5cfb", + "trash_id": "538bad00ee6f8aced8e0db5218b8484c", "term": "/\\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" }, { }] From 7b3d6606e330655c5f031ce7b1548726b801adbc Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 30 Jul 2022 18:28:49 +0200 Subject: [PATCH 3/9] Fixed: Typo - Fixed: Typo --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a5c4510f4..603f1614b 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -505,7 +505,7 @@ Add this to your `Must not contain (2)` ??? question "WHY ? - [CLICK TO EXPAND]" - These groups add their own preferred language (ex. Portugese) as the main audio track. + These groups add their own preferred language (ex. Portuguese) as the main audio track. Add this to your `Must not contain (2)` From acc5ef3918e1bdd45bfaf87e1df6f1dd3c1c05fd Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 30 Jul 2022 19:08:48 +0200 Subject: [PATCH 4/9] Added: Better description - Added: Better description --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 603f1614b..cdad0c0ed 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -505,7 +505,8 @@ Add this to your `Must not contain (2)` ??? question "WHY ? - [CLICK TO EXPAND]" - These groups add their own preferred language (ex. Portuguese) as the main audio track. + These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. + Also they often even rename the release name in to Portuguese. Add this to your `Must not contain (2)` From cb7632e8d20b5d86bd5b651b9d1c594298beb2f2 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 31 Jul 2022 01:34:26 +0200 Subject: [PATCH 5/9] Added: [Radarr] CF [Bad Dual Groups] - Added: [Radarr] CF [Bad Dual Groups] These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. Also they often even rename the release name in to Portuguese. --- .../Radarr-collection-of-custom-formats.md | 39 ++-- docs/json/radarr/bad-dual-groups.json | 170 ++++++++++++++++++ includes/cf/unwanted.md | 3 + 3 files changed, 201 insertions(+), 11 deletions(-) create mode 100644 docs/json/radarr/bad-dual-groups.json diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 9438d40e7..d8e9da284 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -47,17 +47,18 @@ I also made 3 guides related to this one. ------ -| Movie Versions | Unwanted | Misc | HQ Source Groups | Streaming Services | -| --------------------------------------------- | ---------------------------------- | ------------------------------------- | --------------------- | ---------------------------- | -| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Repack/Proper](#repack-proper) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) | -| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Repack2](#repack2) | [HQ](#hq) | [Apple TV+](#aptv) | -| [4K Remaster](#4k-remaster) | [LQ](#lq) | [Multi](#multi) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) | -| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x264](#x264) | | [HBO Max](#hmax) | -| [Criterion Collection](#criterion-collection) | [3D](#3d) | [x265](#x265) | | [Hulu](#hulu) | -| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [MPEG2](#mpeg2) | | [Netflix](#nf) | -| [IMAX](#imax) | [Obfuscated](#obfuscated) | [FreeLeech](#freeleech) | | [Peacock TV](#pcok) | -| [IMAX Enhanced](#imax-enhanced) | [Retags](#retags) | [Dutch Groups](#dutch-groups) | | [Paramount+](#pmtp) | -| | [DV (WEBDL)](#dv-webdl) | [Anime Dual Audio](#anime-dual-audio) | | [Movies Anywhere](#ma) | +| Movie Versions | Unwanted | Misc | HQ Source Groups | Streaming Services | +| --------------------------------------------- | ------------------------------------ | ------------------------------------- | --------------------- | ---------------------------- | +| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Repack/Proper](#repack-proper) | [HQ-Remux](#hq-remux) | [Amazon](#amzn) | +| [Remaster](#remaster) | [EVO (no WEBDL)](#evo-no-webdl) | [Repack2](#repack2) | [HQ](#hq) | [Apple TV+](#aptv) | +| [4K Remaster](#4k-remaster) | [LQ](#lq) | [Multi](#multi) | [HQ-WEBDL](#hq-webdl) | [Disney+](#dsnp) | +| [Special Editions](#special-edition) | [x265 (720/1080p)](#x265-7201080p) | [x264](#x264) | | [HBO Max](#hmax) | +| [Criterion Collection](#criterion-collection) | [3D](#3d) | [x265](#x265) | | [Hulu](#hulu) | +| [Theatrical Cut](#theatrical-cut) | [No-RlsGroup](#no-rlsgroup) | [MPEG2](#mpeg2) | | [Netflix](#nf) | +| [IMAX](#imax) | [Obfuscated](#obfuscated) | [FreeLeech](#freeleech) | | [Peacock TV](#pcok) | +| [IMAX Enhanced](#imax-enhanced) | [Retags](#retags) | [Dutch Groups](#dutch-groups) | | [Paramount+](#pmtp) | +| | [DV (WEBDL)](#dv-webdl) | [Anime Dual Audio](#anime-dual-audio) | | [Movies Anywhere](#ma) | +| | [Bad Dual Groups](#bad-dual-groups) | | | | ------ @@ -1003,6 +1004,22 @@ I also made 3 guides related to this one. ------ +### Bad Dual Groups + +??? faq "Bad dual groups - [CLICK TO EXPAND]" + These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. + Also they often even rename the release name in to Portuguese. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/bad-dual-groups.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ## Misc ------ diff --git a/docs/json/radarr/bad-dual-groups.json b/docs/json/radarr/bad-dual-groups.json new file mode 100644 index 000000000..cd73ff991 --- /dev/null +++ b/docs/json/radarr/bad-dual-groups.json @@ -0,0 +1,170 @@ +{ + "trash_id": "b6832f586342ef70d9c128d40c07b872", + "trash_score": "-10000", + "name": "Bad Dual Groups", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "alfaHD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-alfaHD)\\b" + } + }, + { + "name": "BAT", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-BAT)\\b" + } + }, + { + "name": "BNd", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-BNd)\\b" + } + }, + { + "name": "C.A.A", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-C.A.A)\\b" + } + }, + { + "name": "Cory", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-Cory)\\b" + } + }, + { + "name": "FF", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-FF)\\b" + } + }, + { + "name": "FOXX", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-FOXX)\\b" + } + }, + { + "name": "G4RiS", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-G4RiS)\\b" + } + }, + { + "name": "GUEIRA", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-GUEIRA)\\b" + } + }, + { + "name": "N3G4N", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-N3G4N)\\b" + } + }, + { + "name": "PD", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-PD)\\b" + } + }, + { + "name": "RiPER", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-RiPER)\\b" + } + }, + { + "name": "RK", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-RK)\\b" + } + }, + { + "name": "SiGLA", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-SiGLA)\\b" + } + }, + { + "name": "Tars", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-Tars)\\b" + } + }, + { + "name": "WTV", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-WTV)\\b" + } + }, + { + "name": "Yatogam1", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-Yatogam1)\\b" + } + }, + { + "name": "YusukeFLA", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(-YusukeFLA)\\b" + } + } + ] +} diff --git a/includes/cf/unwanted.md b/includes/cf/unwanted.md index aea297fa6..37e0a110f 100644 --- a/includes/cf/unwanted.md +++ b/includes/cf/unwanted.md @@ -9,6 +9,7 @@ | No-RlsGroup | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup){: .header-icons target=_blank rel="noopener noreferrer" } | | Obfuscated | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#obfuscated){: .header-icons target=_blank rel="noopener noreferrer" } | | Retags | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#retags){: .header-icons target=_blank rel="noopener noreferrer" } | + | Bad Dual Groups | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups){: .header-icons target=_blank rel="noopener noreferrer" } | | DV (WEBDL) | ?????? | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl){: .header-icons target=_blank rel="noopener noreferrer" } | ??? example "Breakdown and Why - [CLICK TO EXPAND]" @@ -21,6 +22,8 @@ - **No-RlsGroup:** [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match. - **Obfuscated:** [Optional] (use these only if you dislike renamed releases) - **Retags:** [Optional] (use these only if you dislike retagged releases) + - **Bad Dual Groups:** These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. + Also they often even rename the release name in to Portuguese. - **DV (WEBDL):** This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback. This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision. From a536fab902f83c7246f427af32539086ac77f569 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 31 Jul 2022 10:16:51 +0200 Subject: [PATCH 6/9] Changed: description to be consistent - Changed: description to be consistent with Radarr. --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- docs/json/sonarr/optionals.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index cdad0c0ed..a333f1c6a 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -501,7 +501,7 @@ Add this to your `Must not contain (2)` ``` -#### Optional - Ignore Annoying Dual Audio Groups +#### Optional - Ignore Bad Dual Audio Groups ??? question "WHY ? - [CLICK TO EXPAND]" diff --git a/docs/json/sonarr/optionals.json b/docs/json/sonarr/optionals.json index 8277c2eed..589aba9f8 100644 --- a/docs/json/sonarr/optionals.json +++ b/docs/json/sonarr/optionals.json @@ -59,7 +59,7 @@ "trash_id": "236a3626a07cacf5692c73cc947bc280", "term": "/(1-.+)$/i" }, { - "name": "Dislike Annoying Dual Audio Groups", + "name": "Dislike Bad Dual Audio Groups", "trash_id": "538bad00ee6f8aced8e0db5218b8484c", "term": "/\\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i" }, { From 7e826e2bea32cfbc6e9569597e14386e4799fbbf Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 31 Jul 2022 11:49:44 +0200 Subject: [PATCH 7/9] Guides Bad path suggestion - Added: missing bad path suggestion for some parts --- docs/Hardlinks/How-to-setup-for/Docker.md | 6 ++---- docs/Hardlinks/How-to-setup-for/Synology.md | 2 ++ docs/Hardlinks/How-to-setup-for/Unraid.md | 4 +--- includes/downloaders/basic-setup.md | 3 +-- includes/hardlinks/bad-path-suggestion.md | 3 +++ 5 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 includes/hardlinks/bad-path-suggestion.md diff --git a/docs/Hardlinks/How-to-setup-for/Docker.md b/docs/Hardlinks/How-to-setup-for/Docker.md index 7587bc483..55b4b3e1c 100644 --- a/docs/Hardlinks/How-to-setup-for/Docker.md +++ b/docs/Hardlinks/How-to-setup-for/Docker.md @@ -20,12 +20,10 @@ For example `//data`, or even `/data`. -!!! info - - The paths you use on the inside matter. Because of how Docker’s volumes work, passing in two or three volumes such as the commonly suggested `/tv`, `/movies` and `/downloads` makes them look like two or three file systems, even if they aren’t. This means hard links won’t work and instead of an instant move, a slower and more I/O intensive copy + delete is used. - --8<-- "includes/hardlinks/folder-structure.md" +--8<-- "includes/hardlinks/bad-path-suggestion.md" + --8<-- "includes/hardlinks/breakdown-folder-structure.md" --8<-- "includes/hardlinks/permissions.md" diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 1a84443d9..e4706ca49 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -162,6 +162,8 @@ data └── tv ``` +--8<-- "includes/hardlinks/bad-path-suggestion.md" + --8<-- "includes/hardlinks/breakdown-folder-structure.md" ------ diff --git a/docs/Hardlinks/How-to-setup-for/Unraid.md b/docs/Hardlinks/How-to-setup-for/Unraid.md index 0698d219c..c2d3e8c51 100644 --- a/docs/Hardlinks/How-to-setup-for/Unraid.md +++ b/docs/Hardlinks/How-to-setup-for/Unraid.md @@ -67,9 +67,7 @@ data ### Breakdown of the Folder Structure -!!! info - - The paths you use on the inside matter. Because of how Docker’s volumes work, passing in two or three volumes such as the commonly suggested `/tv`, `/movies` and `/downloads` makes them look like two or three file systems, even if they aren’t. This means hard links won’t work and instead of an instant move, a slower and more I/O intensive copy + delete is used. +--8<-- "includes/hardlinks/bad-path-suggestion.md" ## Setting up the containers diff --git a/includes/downloaders/basic-setup.md b/includes/downloaders/basic-setup.md index 6a66d7e86..24042500d 100644 --- a/includes/downloaders/basic-setup.md +++ b/includes/downloaders/basic-setup.md @@ -5,8 +5,7 @@ This basic example is based on the use of docker images More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"} -!!! attention "" - The default path setup suggested by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal because it makes them look like two or three file systems, even if they aren’t. It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used. +--8<-- "includes/hardlinks/bad-path-suggestion.md" But you're able to change this, by not using the pre-defined/recommended paths like: diff --git a/includes/hardlinks/bad-path-suggestion.md b/includes/hardlinks/bad-path-suggestion.md new file mode 100644 index 000000000..775c143ef --- /dev/null +++ b/includes/hardlinks/bad-path-suggestion.md @@ -0,0 +1,3 @@ +!!! attention "" + + The default path setup suggested by some docker developers that encourages people to use mounts like `/movies`, `/tv` and `/downloads` is very suboptimal and it makes them look like two or three file systems, even if they aren’t (*Because of how Docker’s volumes work*). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used. From b484fd3e2752afc810c613211410a6d0c9516265 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 31 Jul 2022 13:31:01 +0200 Subject: [PATCH 8/9] Updated: Paste sites - Added: `Notifiarr.com` - Added: `bpaste` - Removed: `0bin` because of the issues it's having - Removed `Ubuntu Pastebin` because you need a account to make use of it. --- docs/Misc/how-to-provide-a-docker-compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Misc/how-to-provide-a-docker-compose.md b/docs/Misc/how-to-provide-a-docker-compose.md index 9bd57e90c..f9d4fd7c7 100644 --- a/docs/Misc/how-to-provide-a-docker-compose.md +++ b/docs/Misc/how-to-provide-a-docker-compose.md @@ -25,10 +25,10 @@ sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/ Paste the results on one of the following sites. -- [0bin.net](https://0bin.net/){:target="_blank" rel="noopener noreferrer"} (Recommended) +- [Notifiarr.com](https://logs.notifiarr.com/) (Recommended) - [Github Gist](https://gist.github.com){:target="_blank" rel="noopener noreferrer"} (Alternative) -- [Ubuntu Pastebin](https://pastebin.ubuntu.com/){:target="_blank" rel="noopener noreferrer"} - [hastebin.com](https://hastebin.com){:target="_blank" rel="noopener noreferrer"} - [privatebin.net](https://privatebin.net/){:target="_blank" rel="noopener noreferrer"} +- [bpaste](https://bpa.st/){:target="_blank" rel="noopener noreferrer"} If you use docker run command to create your docker containers, paste your run command in to [composerize](https://www.composerize.com/){:target="_blank" rel="noopener noreferrer"} From 5152f400bfc114be076289110a0858fef28db1f4 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 31 Jul 2022 22:10:21 +0200 Subject: [PATCH 9/9] # 2022-07-31 # 2022-07-31 --- docs/updates.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/updates.txt b/docs/updates.txt index 75064f7b5..c02ab61f5 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,4 +1,16 @@ -#2022-07-27 +# 2022-07-31 +Updated: Paste sites #690 +- Added: `Notifiarr.com`. +- Added: `bpaste`. +- Removed: `0bin` because of the issues it's having. +- Removed `Ubuntu Pastebin` because you need a account to make use of it. +Guides Bad path suggestion #689 +- Added: missing bad path suggestion for some parts +Dislike bad dual audio groups #686 +- Added: [Sonarr] `Optional - Ignore Bad Dual Audio Groups` - These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. Also they often even rename the release name in to Portuguese. +- Added: [Radarr] CF `[Bad Dual Groups]` - These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first. Also they often even rename the release name in to Portuguese. + +# 2022-07-27 Added: Cross-Seed to the 3rd party tools #677 - Added: Cross-Seed to the 3rd party tools. Add warning to qBittorrent about ZFS/Pre-Allocate #676