diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 7c9bcc37c..a610c2798 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -73,13 +73,13 @@ I also made 3 guides related to this one. | [x264](#x264) | [HDR10+ Boost](#hdr10plus-boost) | [VFF](#vff) | [FR UHD Bluray Tier 02](#fr-uhd-bluray-tier-02) | | [x265](#x265) | [No-RlsGroup](#no-rlsgroup) | [VOF](#vof) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) | | [MPEG2](#mpeg2) | [Obfuscated](#obfuscated) | [VFI](#vfi) | [FR HD Bluray Tier 02](#fr-hd-bluray-tier-02) | -| [Dutch Groups](#dutch-groups) | [Retags](#retags) | [VFQ](#vfq) | [FR WEB Tier 01](#fr-web-tier-01) | -| [FreeLeech](#freeleech) | [Scene](#scene) | [VQ](#vq) | [FR WEB Tier 02](#fr-web-tier-02) | -| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) | -| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | -| | [SDR](#sdr) | [FanSUB](#fansub) | | -| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | -| | [Line/Mic Dubbed](#linemic-dubbed) | | | +| [Dutch Groups](#dutch-groups) | [Retags](#retags) | [VF2](#vf2) | [FR WEB Tier 01](#fr-web-tier-01) | +| [FreeLeech](#freeleech) | [Scene](#scene) | [VFQ](#vfq) | [FR WEB Tier 02](#fr-web-tier-02) | +| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) | +| | [AV1](#av1) | [VFB](#vfb) | [FR LQ](#fr-lq) | +| | [SDR](#sdr) | [VOSTFR](#vostfr) | | +| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | | +| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | | | | [HFR](#hfr) | | | ------ @@ -2275,7 +2275,7 @@ I also made 3 guides related to this one. ??? question "VFI - [CLICK TO EXPAND]" - International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release. + International French Version. ??? example "JSON - [CLICK TO EXPAND]" @@ -2287,6 +2287,22 @@ I also made 3 guides related to this one. ------ +### VF2 + +??? question "VF2 - [CLICK TO EXPAND]" + + VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vf2.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### VFQ ??? question "VFQ - [CLICK TO EXPAND]" diff --git a/docs/Radarr/radarr-setup-quality-profiles-french-en.md b/docs/Radarr/radarr-setup-quality-profiles-french-en.md index 06a968119..7828e932c 100644 --- a/docs/Radarr/radarr-setup-quality-profiles-french-en.md +++ b/docs/Radarr/radarr-setup-quality-profiles-french-en.md @@ -81,9 +81,12 @@ To illustrate this, you will see an **"Original mix (optional)"** section in eac Those are all optional and only there to rename your release or to avoid a certain type of French Audio. Examples: -- You do not want VFQ or VQ audio, in this case you will put them at `-10000` instead of `0`. +- You prefer VFF (including VFI and VF2) audio, in this case you will put them at `101` instead of `0`. - You only want VOSTFR, in this case you will ignore any mention of **MULTi Custom Formats** and give the [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) Custom Format a score of `1000`. +!!! warning "Attention" + It is not really recommended to put any of the VF Custom Formats (VFF, VFQ, VQ, VFB, VFI, VF2) to a negative score. Instead increase the score of your preferred audio. + {! include-markdown "../../includes/french-guide/radarr-french-audio-version-en.md" !} ------ diff --git a/docs/Radarr/radarr-setup-quality-profiles-french-fr.md b/docs/Radarr/radarr-setup-quality-profiles-french-fr.md index 41708af21..9e30cf442 100644 --- a/docs/Radarr/radarr-setup-quality-profiles-french-fr.md +++ b/docs/Radarr/radarr-setup-quality-profiles-french-fr.md @@ -76,8 +76,11 @@ Afin d'illustrer ce principe, vous verrez une section **"Mix original (optionnel Ces Formats sont optionnels et ne sont là que pour renommer votre fichier ou pour éviter un certain type de version française. Exemples : -- Vous ne voulez pas de VFQ ou VQ, dans ce cas, vous leur attribuerez un score de `-10000` au lieu de `0`. -- Vous souhaitez seulement du VOSTFR, dans ce ce cas, ignorez toute mention des **Formats Personnalisés MULTi** et donnerez un score de `1000` au Format Personnalisé [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr). +- Vous préférez l'audio VFF (y compris VFI et VF2), dans ce cas vous les placerez à `101` au lieu de `0`. +- Vous souhaitez seulement du VOSTFR, dans ce ce cas, ignorez toute mention des **Formats Personnalisés MULTi** et donnez un score de `1000` au Format Personnalisé [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr). + +!!! warning "Attention" + Il n'est pas vraiment recommandé d'attribuer un score négatif à l'un des Formats Personnalisés de VF (VFF, VFQ, VQ, VFB, VFI, VF2). Augmentez plutôt le score de votre format audio préféré. {! include-markdown "../../includes/french-guide/radarr-french-audio-version-fr.md" !} diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index c1273dd4a..3bd4f64a0 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -79,13 +79,13 @@ I also made 3 guides related to this one. | [Multi](#multi) | [No-RlsGroup](#no-rlsgroup) | [VFF](#vff) | [FR WEB Tier 02](#fr-web-tier-02) | | [MPEG2](#mpeg2) | [Obfuscated](#obfuscated) | [VOF](#vof) | [FR WEB Tier 03](#fr-web-tier-03) | | [x264](#x264) | [Retags](#retags) | [VFI](#vfi) | [FR Anime Tier 01](#fr-anime-tier-01) | -| [x265](#x265) | [Scene](#scene) | [VFQ](#vfq) | [FR Anime Tier 02](#fr-anime-tier-02) | -| | [Season Packs](#season-pack) | [VQ](#vq) | [FR Anime FanSub](#fr-anime-fansub) | -| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) | -| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | -| | [SDR](#sdr) | [FanSUB](#fansub) | | -| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | -| | [HFR](#hfr) | | | +| [x265](#x265) | [Scene](#scene) | [VF2](#vf2) | [FR Anime Tier 02](#fr-anime-tier-02) | +| | [Season Packs](#season-pack) | [VFQ](#vfq) | [FR Anime FanSub](#fr-anime-fansub) | +| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) | +| | [AV1](#av1) | [VFB](#vfb) | [FR LQ](#fr-lq) | +| | [SDR](#sdr) | [VOSTFR](#vostfr) | | +| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | | +| | [HFR](#hfr) | [FastSUB](#fastsub) | | ------ @@ -2279,7 +2279,7 @@ I also made 3 guides related to this one. ??? question "VFI - [CLICK TO EXPAND]" - International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release. + International French Version. ??? example "JSON - [CLICK TO EXPAND]" @@ -2291,6 +2291,22 @@ I also made 3 guides related to this one. ------ +### VF2 + +??? question "VF2 - [CLICK TO EXPAND]" + + VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ). + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-vf2.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + ### VFQ ??? question "VFQ - [CLICK TO EXPAND]" diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md b/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md index b59ef0d2d..000ddac26 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md @@ -67,11 +67,14 @@ An example for Anime in MULTi/VOSTFR is also provided at the end: [Anime Example ### French Audio Versions -Those are all optional and only there to rename your release or to avoid a certain type of French Audio. Examples: +Those are all optional and only there to rename your release or to prefer a certain type of French Audio. Examples: -- You do not want VFQ or VQ audio, in this case you will put them at `-10000` instead of `0`. +- You prefer VFF (including VFI and VF2) audio, in this case you will put them at `101` instead of `0`. - You only want VOSTFR, in this case you will ignore any mention of **MULTi Custom Formats** and give the [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) Custom Format a score of `1000`. +!!! warning "Attention" + It is not really recommended to put any of the VF Custom Formats (VFF, VFQ, VQ, VFB, VFI, VF2) to a negative score. Instead increase the score of your preferred audio. + {! include-markdown "../../includes/french-guide/sonarr-french-audio-version-en.md" !} ------ diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md b/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md index 2b9dac9cc..4a38a4129 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md @@ -66,8 +66,11 @@ Un exemple pour les Animes en MULTi/VOSTFR est également fourni à la fin : [Ex Ces Formats sont optionnels et ne sont là que pour renommer votre fichier ou pour éviter un certain type de version française. Exemples : -- Vous ne voulez pas de VFQ ou VQ, dans ce cas, vous leur attribuerez un score de `-10000` au lieu de `0`. -- Vous souhaitez seulement du VOSTFR, dans ce ce cas, ignorez toute mention des **Formats Personnalisés MULTi** et donnerez un score de `1000` au Format Personnalisé [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr). +- Vous préférez l'audio VFF (y compris VFI et VF2), dans ce cas vous les placerez à `101` au lieu de `0`. +- Vous souhaitez seulement du VOSTFR, dans ce ce cas, ignorez toute mention des **Formats Personnalisés MULTi** et donnez un score de `1000` au Format Personnalisé [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr). + +!!! warning "Attention" + Il n'est pas vraiment recommandé d'attribuer un score négatif à l'un des Formats Personnalisés de VF (VFF, VFQ, VQ, VFB, VFI, VF2). Augmentez plutôt le score de votre format audio préféré. {! include-markdown "../../includes/french-guide/sonarr-french-audio-version-fr.md" !} diff --git a/docs/json/radarr/cf/bad-dual-groups.json b/docs/json/radarr/cf/bad-dual-groups.json index fbfce6cce..964c795b6 100644 --- a/docs/json/radarr/cf/bad-dual-groups.json +++ b/docs/json/radarr/cf/bad-dual-groups.json @@ -6,209 +6,209 @@ "specifications": [ { "name": "alfaHD", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD.*$)\\b" + "value": "^(alfaHD.*)$" } }, { "name": "BAT", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-BAT)\\b" + "value": "^(BAT)$" } }, { "name": "BNd", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-BNd)\\b" + "value": "^(BNd)$" } }, { "name": "C.A.A", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-C\\.A\\.A)\\b" + "value": "^(C\\.A\\.A)$" } }, { "name": "Cory", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Cory)\\b" + "value": "^(Cory)$" } }, { "name": "EXTREME", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-EXTREME)\\b" + "value": "^(EXTREME)$" } }, { "name": "FF", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-FF)\\b" + "value": "^(FF)$" } }, { "name": "FOXX", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-FOXX)\\b" + "value": "^(FOXX)$" } }, { "name": "G4RiS", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-G4RiS)\\b" + "value": "^(G4RiS)$" } }, { "name": "GUEIRA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-GUEIRA)\\b" + "value": "^(GUEIRA)$" } }, { "name": "N3G4N", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-N3G4N)\\b" + "value": "^(N3G4N)$" } }, { "name": "ONLYMOViE", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-ONLYMOViE)\\b" + "value": "^(ONLYMOViE)$" } }, { "name": "PD", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-PD)\\b" + "value": "^(PD)$" } }, { "name": "PTHome", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-PTHome)\\b" + "value": "^(PTHome)$" } }, { "name": "RiPER", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-RiPER)\\b" + "value": "^(RiPER)$" } }, { "name": "RK", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-RK)\\b" + "value": "^(RK)$" } }, { "name": "SiGLA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-SiGLA)\\b" + "value": "^(SiGLA)$" } }, { "name": "Tars", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Tars)\\b" + "value": "^(Tars)$" } }, { "name": "TvR", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-TvR)\\b" + "value": "^(TvR)$" } }, { "name": "WTV", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-WTV)\\b" + "value": "^(WTV)$" } }, { "name": "Yatogam1", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Yatogam1)\\b" + "value": "^(Yatogam1)$" } }, { "name": "YusukeFLA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-YusukeFLA)\\b" + "value": "^(YusukeFLA)$" } }, { "name": "ZigZag", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-ZigZag)\\b" + "value": "^(ZigZag)$" } } ] diff --git a/docs/json/radarr/cf/bhdstudio.json b/docs/json/radarr/cf/bhdstudio.json index 7bb43c1f1..7915badd2 100644 --- a/docs/json/radarr/cf/bhdstudio.json +++ b/docs/json/radarr/cf/bhdstudio.json @@ -6,11 +6,11 @@ "specifications": [ { "name": "BHDStudio", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": "\\bBHDStudio\\b" + "value": "^(BHDStudio)$" } } ] diff --git a/docs/json/radarr/cf/evo-no-webdl.json b/docs/json/radarr/cf/evo-no-webdl.json index 60f6e5719..dc90a5326 100644 --- a/docs/json/radarr/cf/evo-no-webdl.json +++ b/docs/json/radarr/cf/evo-no-webdl.json @@ -6,11 +6,11 @@ "specifications": [ { "name": "EVO", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": "\\bEVO(TGX)?\\b" + "value": "^(EVO(TGX)?)$" } }, { diff --git a/docs/json/radarr/cf/framestor.json b/docs/json/radarr/cf/framestor.json index 727dbf7e4..7c2da136c 100644 --- a/docs/json/radarr/cf/framestor.json +++ b/docs/json/radarr/cf/framestor.json @@ -6,11 +6,11 @@ "specifications": [ { "name": "FraMeSToR", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": true, "fields": { - "value": "FraMeSToR\\b" + "value": "^(FraMeSToR)$" } } ] diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-01.json b/docs/json/radarr/cf/french-hd-bluray-tier-01.json index daf4a7125..a61757865 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-01.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-01.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BDHD)\\b" + "value": "^(BDHD)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FoX)\\b" + "value": "^(FoX)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRATERNiTY)\\b" + "value": "^(FRATERNiTY)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FrIeNdS)\\b" + "value": "^(FrIeNdS)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MAX)\\b" + "value": "^(MAX)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(T3KASHi)\\b" + "value": "^(T3KASHi)$" } } ] diff --git a/docs/json/radarr/cf/french-hd-bluray-tier-02.json b/docs/json/radarr/cf/french-hd-bluray-tier-02.json index 19910b977..aaa7ac63c 100644 --- a/docs/json/radarr/cf/french-hd-bluray-tier-02.json +++ b/docs/json/radarr/cf/french-hd-bluray-tier-02.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FUJiSAN)\\b" + "value": "^(FUJiSAN)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HANAMi)\\b" + "value": "^(HANAMi)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDForever)\\b" + "value": "^(HDForever)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MARBLECAKE)\\b" + "value": "^(MARBLECAKE)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MYSTERiON)\\b" + "value": "^(MYSTERiON)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NoNE)\\b" + "value": "^(NoNE)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ONLY)\\b" + "value": "^(ONLY)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ONLYMOViE)\\b" + "value": "^(ONLYMOViE)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TkHD)\\b" + "value": "^(TkHD)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(UTT)\\b" + "value": "^(UTT)$" } } ] diff --git a/docs/json/radarr/cf/french-remux-tier-01.json b/docs/json/radarr/cf/french-remux-tier-01.json index 680942872..c6dc50d66 100644 --- a/docs/json/radarr/cf/french-remux-tier-01.json +++ b/docs/json/radarr/cf/french-remux-tier-01.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BlackAngel)\\b" + "value": "^(BlackAngel)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Choco)\\b" + "value": "^(Choco)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDForever)\\b" + "value": "^(HDForever)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MAX)\\b" + "value": "^(MAX)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ONLY)\\b" + "value": "^(ONLY)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Sicario)\\b" + "value": "^(Sicario)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Tezcat74)\\b" + "value": "^(Tezcat74)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TyrellCorp)\\b" + "value": "^(TyrellCorp)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Zapax)\\b" + "value": "^(Zapax)$" } } ] diff --git a/docs/json/radarr/cf/french-remux-tier-02.json b/docs/json/radarr/cf/french-remux-tier-02.json index 513cbfb1f..5d88ea358 100644 --- a/docs/json/radarr/cf/french-remux-tier-02.json +++ b/docs/json/radarr/cf/french-remux-tier-02.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BDHD)\\b" + "value": "^(BDHD)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FtLi)\\b" + "value": "^(FtLi)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Goldenyann)\\b" + "value": "^(Goldenyann)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MARBLECAKE)\\b" + "value": "^(MARBLECAKE)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MUSTANG)\\b" + "value": "^(MUSTANG)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Obi)\\b" + "value": "^(Obi)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PEPiTE)\\b" + "value": "^(PEPiTE)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Q(UEBE)?C63)\\b" + "value": "^(Q(UEBE)?C63)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ROMKENT)\\b" + "value": "^(ROMKENT)$" } } ] diff --git a/docs/json/radarr/cf/french-scene.json b/docs/json/radarr/cf/french-scene.json index ec1342afd..e9802a6e1 100644 --- a/docs/json/radarr/cf/french-scene.json +++ b/docs/json/radarr/cf/french-scene.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(4FR)\\b" + "value": "^(4FR)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AiR3D|AiRDOCS|AiRFORCE|AiRLiNE|AiRTV|AKLHD|AMB3R|ANMWR|AVON|AYMO|AZR)\\b" + "value": "^(AiR3D|AiRDOCS|AiRFORCE|AiRLiNE|AiRTV|AKLHD|AMB3R|ANMWR|AVON|AYMO|AZR)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BANKAi|BAWLS|BiPOLAR|BLACKPANTERS|BODIE|BOOLZ|BRiNK)\\b" + "value": "^(BANKAi|BAWLS|BiPOLAR|BLACKPANTERS|BODIE|BOOLZ|BRiNK)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CARAPiLS|CiELOS|CiNEMA|CMBHD|CoRa|COUAC|CRYPT0)\\b" + "value": "^(CARAPiLS|CiELOS|CiNEMA|CMBHD|CoRa|COUAC|CRYPT0)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(D4KiD|DEAL|DiEBEX|DUPLI|DUSS)\\b" + "value": "^(D4KiD|DEAL|DiEBEX|DUPLI|DUSS)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ENJOi|EUBDS)\\b" + "value": "^(ENJOi|EUBDS)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2|FRiES|FUTiL|FWDHD)\\b" + "value": "^(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2|FRiES|FUTiL|FWDHD)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GHOULS|GiMBAP|GLiMMER|Goatlove)\\b" + "value": "^(GHOULS|GiMBAP|GLiMMER|Goatlove)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HERC|HiggsBoson|HiRoSHiMa|HYBRiS|HyDe)\\b" + "value": "^(HERC|HiggsBoson|HiRoSHiMa|HYBRiS|HyDe)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(JMT|JoKeR|JUSTICELEAGUE)\\b" + "value": "^(JMT|JoKeR|JUSTICELEAGUE)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KAZETV)\\b" + "value": "^(KAZETV)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST|LOWIMDB|LYPSG)\\b" + "value": "^(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST|LOWIMDB|LYPSG)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|McNULTY|MELBA|MiND|MORELAND|MUNSTER|MUxHD)\\b" + "value": "^(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|McNULTY|MELBA|MiND|MORELAND|MUNSTER|MUxHD)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NERDHD|NERO|NrZ|NTK)\\b" + "value": "^(NERDHD|NERO|NrZ|NTK)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(OBSTACLE|OohLaLa|OOKAMI)\\b" + "value": "^(OBSTACLE|OohLaLa|OOKAMI)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b" + "value": "^(PANZeR|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ROUGH|RUDE|Ryotox)\\b" + "value": "^(ROUGH|RUDE|Ryotox)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)\\b" + "value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(tFR|THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b" + "value": "^(tFR|THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)$" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(UKDHD|UKDTV|ULSHD|Ulysse|USUNSKiLLED|URY)\\b" + "value": "^(UKDHD|UKDTV|ULSHD|Ulysse|USUNSKiLLED|URY)$" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(VENUE|VFC|VoMiT)\\b" + "value": "^(VENUE|VFC|VoMiT)$" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Wednesday29th)\\b" + "value": "^(Wednesday29th)$" } }, { @@ -208,7 +208,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ZEST|ZiRCON)\\b" + "value": "^(ZEST|ZiRCON)$" } } ] diff --git a/docs/json/radarr/cf/french-uhd-bluray-tier-01.json b/docs/json/radarr/cf/french-uhd-bluray-tier-01.json index e6c54ff9d..70a0b5373 100644 --- a/docs/json/radarr/cf/french-uhd-bluray-tier-01.json +++ b/docs/json/radarr/cf/french-uhd-bluray-tier-01.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FLOP)\\b" + "value": "^(FLOP)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRATERNiTY)\\b" + "value": "^(FRATERNiTY)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FoX)\\b" + "value": "^(FoX)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } }, { diff --git a/docs/json/radarr/cf/french-uhd-bluray-tier-02.json b/docs/json/radarr/cf/french-uhd-bluray-tier-02.json index 427c9800c..8e0371334 100644 --- a/docs/json/radarr/cf/french-uhd-bluray-tier-02.json +++ b/docs/json/radarr/cf/french-uhd-bluray-tier-02.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DUSTiN)\\b" + "value": "^(DUSTiN)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FCK)\\b" + "value": "^(FCK)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FrIeNdS)\\b" + "value": "^(FrIeNdS)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(QUALiTY)\\b" + "value": "^(QUALiTY)$" } }, { diff --git a/docs/json/radarr/cf/french-vf2.json b/docs/json/radarr/cf/french-vf2.json new file mode 100644 index 000000000..7d148dbfd --- /dev/null +++ b/docs/json/radarr/cf/french-vf2.json @@ -0,0 +1,26 @@ +{ + "trash_id": "29b5f7b1a5f20f64228786c3ab1bdc7d", + "trash_regex": "https://regex101.com/r/qgQMab/1", + "name": "VF2", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "VF2", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(VF2)\\b" + } + }, + { + "name": "Both VFF and VFQ", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(VF(F|Q)[ .]VF(F|Q))\\b" + } + } + ] +} diff --git a/docs/json/radarr/cf/french-vfb.json b/docs/json/radarr/cf/french-vfb.json index 9b491dea8..1b84a2e88 100644 --- a/docs/json/radarr/cf/french-vfb.json +++ b/docs/json/radarr/cf/french-vfb.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVFB\\b" + "value": "\\b(VFB)\\b" } } ] diff --git a/docs/json/radarr/cf/french-vff.json b/docs/json/radarr/cf/french-vff.json index 112d6d5c8..ad0f0e637 100644 --- a/docs/json/radarr/cf/french-vff.json +++ b/docs/json/radarr/cf/french-vff.json @@ -12,6 +12,15 @@ "fields": { "value": "\\b(TRUEFRENCH|VFF)\\b" } + }, + { + "name": "Not VF2", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(VF2)\\b" + } } ] } diff --git a/docs/json/radarr/cf/french-vfi.json b/docs/json/radarr/cf/french-vfi.json index e21df7307..ea7223ca2 100644 --- a/docs/json/radarr/cf/french-vfi.json +++ b/docs/json/radarr/cf/french-vfi.json @@ -1,6 +1,6 @@ { "trash_id": "52772f1cad6b5d26c2551f79bc538a50", - "trash_regex": "https://regex101.com/r/YA7mOH/1", + "trash_regex": "https://regex101.com/r/YA7mOH/2", "name": "VFI", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVF(I|\\d)\\b" + "value": "\\b(VFI)\\b" } } ] diff --git a/docs/json/radarr/cf/french-vfq.json b/docs/json/radarr/cf/french-vfq.json index 41a36739d..92e80726d 100644 --- a/docs/json/radarr/cf/french-vfq.json +++ b/docs/json/radarr/cf/french-vfq.json @@ -5,21 +5,21 @@ "includeCustomFormatWhenRenaming": true, "specifications": [ { - "name": "FRENCH", + "name": "Canadian French", "implementation": "ReleaseTitleSpecification", "negate": false, - "required": false, + "required": true, "fields": { - "value": "\\b(?<=MULTi[ .])FR(A|ENCH)\\b" + "value": "\\b(VFQ?|(?<=MULTi[ .])FR(A|ENCH))\\b" } }, { - "name": "Canadian French", + "name": "Not VF2", "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, + "negate": true, + "required": true, "fields": { - "value": "\\b(VFQ?)\\b" + "value": "\\b(VF2)\\b" } } ] diff --git a/docs/json/radarr/cf/french-vof.json b/docs/json/radarr/cf/french-vof.json index a8e540066..0382715cf 100644 --- a/docs/json/radarr/cf/french-vof.json +++ b/docs/json/radarr/cf/french-vof.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVOF\\b" + "value": "\\b(VOF)\\b" } } ] diff --git a/docs/json/radarr/cf/french-vostfr.json b/docs/json/radarr/cf/french-vostfr.json index c6f1a1e19..f0112a8b9 100644 --- a/docs/json/radarr/cf/french-vostfr.json +++ b/docs/json/radarr/cf/french-vostfr.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVOST.*?FR(E|A)?\\b" + "value": "\\b(VOST.*?FR(E|A)?)\\b" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bSUBFR(A|ENCH)?\\b" + "value": "\\b(SUBFR(A|ENCH)?)\\b" } } ] diff --git a/docs/json/radarr/cf/french-vq.json b/docs/json/radarr/cf/french-vq.json index 69965104b..69578c1f5 100644 --- a/docs/json/radarr/cf/french-vq.json +++ b/docs/json/radarr/cf/french-vq.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVQ\\b" + "value": "\\b(VQ)\\b" } } ] diff --git a/docs/json/radarr/cf/french-web-tier-01.json b/docs/json/radarr/cf/french-web-tier-01.json index b6d1565c1..2319cf288 100644 --- a/docs/json/radarr/cf/french-web-tier-01.json +++ b/docs/json/radarr/cf/french-web-tier-01.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BONBON)\\b" + "value": "^(BONBON)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FCK)\\b" + "value": "^(FCK)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FoX)\\b" + "value": "^(FoX)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRATERNiTY)\\b" + "value": "^(FRATERNiTY)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FrIeNdS)\\b" + "value": "^(FrIeNdS)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MOONLY)\\b" + "value": "^(MOONLY)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MTDK)\\b" + "value": "^(MTDK)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PATOPESTO)\\b" + "value": "^(PATOPESTO)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(T3KASHi)\\b" + "value": "^(T3KASHi)$" } } ] diff --git a/docs/json/radarr/cf/french-web-tier-02.json b/docs/json/radarr/cf/french-web-tier-02.json index 087a1e762..32cc0d2f1 100644 --- a/docs/json/radarr/cf/french-web-tier-02.json +++ b/docs/json/radarr/cf/french-web-tier-02.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ALLDAYiN)\\b" + "value": "^(ALLDAYiN)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ARK01)\\b" + "value": "^(ARK01)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FUJiSAN)\\b" + "value": "^(FUJiSAN)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FW)\\b" + "value": "^(FW)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HANAMi)\\b" + "value": "^(HANAMi)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NEO)\\b" + "value": "^(NEO)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NoNe)\\b" + "value": "^(NoNe)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Slay3R)\\b" + "value": "^(Slay3R)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TkHD)\\b" + "value": "^(TkHD)$" } } ] diff --git a/docs/json/radarr/cf/hd-bluray-tier-01.json b/docs/json/radarr/cf/hd-bluray-tier-01.json index a914c7291..0d099ebef 100644 --- a/docs/json/radarr/cf/hd-bluray-tier-01.json +++ b/docs/json/radarr/cf/hd-bluray-tier-01.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BBQ)\\b" + "value": "^(BBQ)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BMF)\\b" + "value": "^(BMF)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(c0kE)\\b" + "value": "^(c0kE)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Chotab)\\b" + "value": "^(Chotab)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CRiSC)\\b" + "value": "^(CRiSC)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CtrlHD)\\b" + "value": "^(CtrlHD)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(D-Z0N3)\\b" + "value": "^(D-Z0N3)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Dariush)\\b" + "value": "^(Dariush)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(decibeL)\\b" + "value": "^(decibeL)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DON)\\b" + "value": "^(DON)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EbP)\\b" + "value": "^(EbP)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EDPH)\\b" + "value": "^(EDPH)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Geek)\\b" + "value": "^(Geek)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LolHD)\\b" + "value": "^(LolHD)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NCmt)\\b" + "value": "^(NCmt)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PTer)\\b" + "value": "^(PTer)$" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TayTO)\\b" + "value": "^(TayTO)$" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TDD)\\b" + "value": "^(TDD)$" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TnP)\\b" + "value": "^(TnP)$" } }, { @@ -208,7 +208,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(VietHD)\\b" + "value": "^(VietHD)$" } }, { @@ -217,7 +217,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ZQ)\\b" + "value": "^(ZQ)$" } } ] diff --git a/docs/json/radarr/cf/hd-bluray-tier-02.json b/docs/json/radarr/cf/hd-bluray-tier-02.json index eec4fd3ad..2d82686ee 100644 --- a/docs/json/radarr/cf/hd-bluray-tier-02.json +++ b/docs/json/radarr/cf/hd-bluray-tier-02.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EA)\\b" + "value": "^(EA)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HiSD)\\b" + "value": "^(HiSD)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iFT)\\b" + "value": "^(iFT)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTb)\\b" + "value": "^(NTb)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(QOQ)\\b" + "value": "^(QOQ)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SA89)\\b" + "value": "^(SA89)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(sbR)\\b" + "value": "^(sbR)$" } } ] diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index fbaf85c65..3ee62a941 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(4K4U)\\b" + "value": "^(4K4U)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AROMA)\\b" + "value": "^(AROMA)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(aXXo)\\b" + "value": "^(aXXo)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AZAZE)\\b" + "value": "^(AZAZE)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BARC0DE)\\b" + "value": "^(BARC0DE)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BdC)\\b" + "value": "^(BdC)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(beAst)\\b" + "value": "^(beAst)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BiTOR)\\b" + "value": "^(BiTOR)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(C4K)\\b" + "value": "^(C4K)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CDDHD)\\b" + "value": "^(CDDHD)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CHAOS)\\b" + "value": "^(CHAOS)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CHD)\\b" + "value": "^(CHD)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CREATiVE24)\\b" + "value": "^(CREATiVE24)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CrEwSaDe)\\b" + "value": "^(CrEwSaDe)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(d3g)\\b" + "value": "^(d3g)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DDR)\\b" + "value": "^(DDR)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DNL)\\b" + "value": "^(DNL)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EPiC)\\b" + "value": "^(EPiC)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EuReKA)\\b" + "value": "^(EuReKA)$" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FaNGDiNG0)\\b" + "value": "^(FaNGDiNG0)$" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FGT)\\b" + "value": "^(FGT)$" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRDS)\\b" + "value": "^(FRDS)$" } }, { @@ -208,7 +208,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FZHD)\\b" + "value": "^(FZHD)$" } }, { @@ -217,7 +217,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GalaxyRG)\\b" + "value": "^(GalaxyRG)$" } }, { @@ -226,7 +226,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GPTHD)\\b" + "value": "^(GPTHD)$" } }, { @@ -235,7 +235,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDS)\\b" + "value": "^(HDS)$" } }, { @@ -244,7 +244,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDT)\\b" + "value": "^(HDT)$" } }, { @@ -253,7 +253,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDTime)\\b" + "value": "^(HDTime)$" } }, { @@ -262,7 +262,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDWinG)\\b" + "value": "^(HDWinG)$" } }, { @@ -271,7 +271,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iPlanet)\\b" + "value": "^(iPlanet)$" } }, { @@ -280,7 +280,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(JFF)\\b" + "value": "^(JFF)$" } }, { @@ -289,7 +289,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KiNGDOM)\\b" + "value": "^(KiNGDOM)$" } }, { @@ -298,7 +298,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KIRA)\\b" + "value": "^(KIRA)$" } }, { @@ -307,7 +307,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(L0SERNIGHT)\\b" + "value": "^(L0SERNIGHT)$" } }, { @@ -316,7 +316,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LAMA)\\b" + "value": "^(LAMA)$" } }, { @@ -325,7 +325,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Leffe)\\b" + "value": "^(Leffe)$" } }, { @@ -334,7 +334,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Liber8)\\b" + "value": "^(Liber8)$" } }, { @@ -343,7 +343,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LiGaS)\\b" + "value": "^(LiGaS)$" } }, { @@ -352,7 +352,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MeGusta)\\b" + "value": "^(MeGusta)$" } }, { @@ -361,7 +361,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(mHD)\\b" + "value": "^(mHD)$" } }, { @@ -370,7 +370,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(mSD)\\b" + "value": "^(mSD)$" } }, { @@ -379,7 +379,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MTeam|MT)\\b" + "value": "^(MTeam|MT)$" } }, { @@ -388,7 +388,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MySiLU)\\b" + "value": "^(MySiLU)$" } }, { @@ -397,7 +397,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NhaNc3)\\b" + "value": "^(NhaNc3)$" } }, { @@ -406,7 +406,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(nHD)\\b" + "value": "^(nHD)$" } }, { @@ -415,7 +415,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(nikt0)\\b" + "value": "^(nikt0)$" } }, { @@ -433,7 +433,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(nSD)\\b" + "value": "^(nSD)$" } }, { @@ -442,7 +442,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PATOMiEL)\\b" + "value": "^(PATOMiEL)$" } }, { @@ -451,7 +451,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PiRaTeS)\\b" + "value": "^(PiRaTeS)$" } }, { @@ -460,7 +460,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PRODJi)\\b" + "value": "^(PRODJi)$" } }, { @@ -469,7 +469,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PSA)\\b" + "value": "^(PSA)$" } }, { @@ -478,7 +478,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PTNK)\\b" + "value": "^(PTNK)$" } }, { @@ -487,7 +487,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RARBG)\\b" + "value": "^(RARBG)$" } }, { @@ -496,7 +496,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RDN)\\b" + "value": "^(RDN)$" } }, { @@ -505,7 +505,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Rifftrax)\\b" + "value": "^(Rifftrax)$" } }, { @@ -514,7 +514,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RU4HD)\\b" + "value": "^(RU4HD)$" } }, { @@ -523,7 +523,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SANTi)\\b" + "value": "^(SANTi)$" } }, { @@ -532,7 +532,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Scene)\\b" + "value": "^(Scene)$" } }, { @@ -541,7 +541,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(STUTTERSHIT)\\b" + "value": "^(STUTTERSHIT)$" } }, { @@ -550,7 +550,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SWTYBLZ)\\b" + "value": "^(SWTYBLZ)$" } }, { @@ -559,7 +559,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TBS)\\b" + "value": "^(TBS)$" } }, { @@ -568,7 +568,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TEKNO3D)\\b" + "value": "^(TEKNO3D)$" } }, { @@ -577,7 +577,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Tigole)\\b" + "value": "^(Tigole)$" } }, { @@ -586,7 +586,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TIKO)\\b" + "value": "^(TIKO)$" } }, { @@ -595,7 +595,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WAF)\\b" + "value": "^(WAF)$" } }, { @@ -604,7 +604,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WiKi)\\b" + "value": "^(WiKi)$" } }, { @@ -613,7 +613,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(x0r)\\b" + "value": "^(x0r)$" } }, { @@ -622,7 +622,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(YIFY)\\b" + "value": "^(YIFY)$" } }, { @@ -631,7 +631,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(YTS)\\b" + "value": "^(YTS)$" } }, { @@ -640,7 +640,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Zeus)\\b" + "value": "^(Zeus)$" } } ] diff --git a/docs/json/radarr/cf/remux-tier-01.json b/docs/json/radarr/cf/remux-tier-01.json index 78312131a..56bdb693a 100644 --- a/docs/json/radarr/cf/remux-tier-01.json +++ b/docs/json/radarr/cf/remux-tier-01.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(3L)\\b" + "value": "^(3L)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BiZKiT)\\b" + "value": "^(BiZKiT)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BLURANiUM)\\b" + "value": "^(BLURANiUM)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BMF)\\b" + "value": "^(BMF)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FraMeSToR)\\b" + "value": "^(FraMeSToR)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PmP)\\b" + "value": "^(PmP)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SiCFoI)\\b" + "value": "^(SiCFoI)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WiLDCAT)\\b" + "value": "^(WiLDCAT)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ZQ)\\b" + "value": "^(ZQ)$" } } ] diff --git a/docs/json/radarr/cf/remux-tier-02.json b/docs/json/radarr/cf/remux-tier-02.json index 1ecf4bbc0..1fd6b0d7f 100644 --- a/docs/json/radarr/cf/remux-tier-02.json +++ b/docs/json/radarr/cf/remux-tier-02.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(decibeL)\\b" + "value": "^(decibeL)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EPSiLON)\\b" + "value": "^(EPSiLON)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Flights)\\b" + "value": "^(Flights)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HiFi)\\b" + "value": "^(HiFi)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iFT)\\b" + "value": "^(iFT)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KRaLiMaRKo)\\b" + "value": "^(KRaLiMaRKo)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NCmt)\\b" + "value": "^(NCmt)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTb)\\b" + "value": "^(NTb)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(playBD)\\b" + "value": "^(playBD)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PTP)\\b" + "value": "^(PTP)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SumVision)\\b" + "value": "^(SumVision)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SURFINBIRD)\\b" + "value": "^(SURFINBIRD)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TEPES)\\b" + "value": "^(TEPES)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TOA)\\b" + "value": "^(TOA)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TRiToN)\\b" + "value": "^(TRiToN)$" } } ] diff --git a/docs/json/radarr/cf/uhd-bluray-tier-01.json b/docs/json/radarr/cf/uhd-bluray-tier-01.json index e654d1f88..9f05a8287 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-01.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-01.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bCtrlHD\\b" + "value": "^(CtrlHD)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bDON\\b" + "value": "^(DON)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bW4NK3R\\b" + "value": "^(W4NK3R)$" } }, { diff --git a/docs/json/radarr/cf/uhd-bluray-tier-02.json b/docs/json/radarr/cf/uhd-bluray-tier-02.json index cd2406900..01e039364 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-02.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-02.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bHQMUX\\b" + "value": "^(HQMUX)$" } }, { diff --git a/docs/json/radarr/cf/uhd-bluray-tier-03.json b/docs/json/radarr/cf/uhd-bluray-tier-03.json index a8a325507..96480c682 100644 --- a/docs/json/radarr/cf/uhd-bluray-tier-03.json +++ b/docs/json/radarr/cf/uhd-bluray-tier-03.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LEGi0N)\\b" + "value": "^(LEGi0N)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bSPHD\\b" + "value": "^(SPHD)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WEBDV)\\b" + "value": "^(WEBDV)$" } }, { diff --git a/docs/json/radarr/cf/web-tier-01.json b/docs/json/radarr/cf/web-tier-01.json index 7621d5067..734705e8e 100644 --- a/docs/json/radarr/cf/web-tier-01.json +++ b/docs/json/radarr/cf/web-tier-01.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ABBIE)\\b" + "value": "^(ABBIE)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AJP69)\\b" + "value": "^(AJP69)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(APEX|PAXA|PEXA|XEPA)\\b" + "value": "^(APEX|PAXA|PEXA|XEPA)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BLUTONiUM)\\b" + "value": "^(BLUTONiUM)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CMRG)\\b" + "value": "^(CMRG)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CRFW)\\b" + "value": "^(CRFW)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CRUD)\\b" + "value": "^(CRUD)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FLUX)\\b" + "value": "^(FLUX)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GNOME)\\b" + "value": "^(GNOME)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HONE)\\b" + "value": "^(HONE)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KiNGS)\\b" + "value": "^(KiNGS)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NOSiViD)\\b" + "value": "^(NOSiViD)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTb)\\b" + "value": "^(NTb)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTG)\\b" + "value": "^(NTG)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SiC)\\b" + "value": "^(SiC)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TEPES)\\b" + "value": "^(TEPES)$" } }, { diff --git a/docs/json/radarr/cf/web-tier-02.json b/docs/json/radarr/cf/web-tier-02.json index a3bed9136..1a5f4920f 100644 --- a/docs/json/radarr/cf/web-tier-02.json +++ b/docs/json/radarr/cf/web-tier-02.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(dB)\\b" + "value": "^(dB)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Flights)\\b" + "value": "^(Flights)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MiU)\\b" + "value": "^(MiU)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(monkee)\\b" + "value": "^(monkee)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MZABI)\\b" + "value": "^(MZABI)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PHOENiX)\\b" + "value": "^(PHOENiX)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(playWEB)\\b" + "value": "^(playWEB)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SMURF)\\b" + "value": "^(SMURF)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TOMMY)\\b" + "value": "^(TOMMY)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(XEBEC|4KBEC|CEBEX)\\b" + "value": "^(XEBEC|4KBEC|CEBEX)$" } } ] diff --git a/docs/json/radarr/cf/web-tier-03.json b/docs/json/radarr/cf/web-tier-03.json index d4b82c811..633ad534c 100644 --- a/docs/json/radarr/cf/web-tier-03.json +++ b/docs/json/radarr/cf/web-tier-03.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GNOMiSSiON)\\b" + "value": "^(GNOMiSSiON)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ROCCaT)\\b" + "value": "^(ROCCaT)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SiGMA)\\b" + "value": "^(SiGMA)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SLiGNOME)\\b" + "value": "^(SLiGNOME)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SwAgLaNdEr)\\b" + "value": "^(SwAgLaNdEr)$" } }, { diff --git a/docs/json/sonarr/cf/bad-dual-groups.json b/docs/json/sonarr/cf/bad-dual-groups.json index 180a3d82d..17455385c 100644 --- a/docs/json/sonarr/cf/bad-dual-groups.json +++ b/docs/json/sonarr/cf/bad-dual-groups.json @@ -6,191 +6,191 @@ "specifications": [ { "name": "alfaHD", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-alfaHD.*$)\\b" + "value": "^(alfaHD.*)$" } }, { "name": "BAT", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-BAT)\\b" + "value": "^(BAT)$" } }, { "name": "BNd", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-BNd)\\b" + "value": "^(BNd)$" } }, { "name": "C.A.A", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-C\\.A\\.A)\\b" + "value": "^(C\\.A\\.A)$" } }, { "name": "Cory", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Cory)\\b" + "value": "^(Cory)$" } }, { "name": "EXTREME", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-EXTREME)\\b" + "value": "^(EXTREME)$" } }, { "name": "FF", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-FF)\\b" + "value": "^(FF)$" } }, { "name": "FOXX", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-FOXX)\\b" + "value": "^(FOXX)$" } }, { "name": "G4RiS", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-G4RiS)\\b" + "value": "^(G4RiS)$" } }, { "name": "GUEIRA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-GUEIRA)\\b" + "value": "^(GUEIRA)$" } }, { "name": "N3G4N", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-N3G4N)\\b" + "value": "^(N3G4N)$" } }, { "name": "PD", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-PD)\\b" + "value": "^(PD)$" } }, { "name": "PTHome", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-PTHome)\\b" + "value": "^(PTHome)$" } }, { "name": "RiPER", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-RiPER)\\b" + "value": "^(RiPER)$" } }, { "name": "RK", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-RK)\\b" + "value": "^(RK)$" } }, { "name": "SiGLA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-SiGLA)\\b" + "value": "^(SiGLA)$" } }, { "name": "Tars", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Tars)\\b" + "value": "^(Tars)$" } }, { "name": "WTV", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-WTV)\\b" + "value": "^(WTV)$" } }, { "name": "Yatogam1", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-Yatogam1)\\b" + "value": "^(Yatogam1)$" } }, { "name": "YusukeFLA", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-YusukeFLA)\\b" + "value": "^(YusukeFLA)$" } }, { "name": "ZigZag", - "implementation": "ReleaseTitleSpecification", + "implementation": "ReleaseGroupSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(-ZigZag)\\b" + "value": "^(ZigZag)$" } } ] diff --git a/docs/json/sonarr/cf/french-anime-fansub.json b/docs/json/sonarr/cf/french-anime-fansub.json index 7649283e1..097c09374 100644 --- a/docs/json/sonarr/cf/french-anime-fansub.json +++ b/docs/json/sonarr/cf/french-anime-fansub.json @@ -6,7 +6,7 @@ "specifications": [ { "name": "Anime-Heart", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -15,7 +15,7 @@ }, { "name": "KaeriZaki", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -24,7 +24,7 @@ }, { "name": "KFR", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -32,17 +32,17 @@ } }, { - "name": "Natsumi", - "implementation": "ReleaseGroupSpecification", + "name": "Natsumi-no-Sekai", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { - "value": "\\b(Natsumi)\\b" + "value": "\\b(Natsumi[ .-]?no[ .-]?Sekai)\\b" } }, { "name": "NekoYu'", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -51,7 +51,7 @@ }, { "name": "Onii-ChanSub", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -60,7 +60,7 @@ }, { "name": "Otaku-Attitude", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -69,7 +69,7 @@ }, { "name": "Owlolf", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -78,7 +78,7 @@ }, { "name": "Pikari-Teshima", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -87,7 +87,7 @@ }, { "name": "Team Arcedo", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -96,7 +96,7 @@ }, { "name": "Yarashii", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { diff --git a/docs/json/sonarr/cf/french-anime-tier-01.json b/docs/json/sonarr/cf/french-anime-tier-01.json index 5ee9d48dd..1293cd46c 100644 --- a/docs/json/sonarr/cf/french-anime-tier-01.json +++ b/docs/json/sonarr/cf/french-anime-tier-01.json @@ -6,7 +6,7 @@ "specifications": [ { "name": "Darki", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -15,7 +15,7 @@ }, { "name": "Delivroozzi", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -24,7 +24,7 @@ }, { "name": "Fuceo", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -33,7 +33,7 @@ }, { "name": "FUJiSAN", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -42,7 +42,7 @@ }, { "name": "Good Job! Alexis", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -51,7 +51,7 @@ }, { "name": "NeoSG", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -60,7 +60,7 @@ }, { "name": "Punisher694", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -69,7 +69,7 @@ }, { "name": "SR-71", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -78,7 +78,7 @@ }, { "name": "T3KASHi", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -87,7 +87,7 @@ }, { "name": "TANOSHii", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -96,7 +96,7 @@ }, { "name": "Tsundere-Raws", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { diff --git a/docs/json/sonarr/cf/french-anime-tier-02.json b/docs/json/sonarr/cf/french-anime-tier-02.json index 7d4017ff2..bbcda4337 100644 --- a/docs/json/sonarr/cf/french-anime-tier-02.json +++ b/docs/json/sonarr/cf/french-anime-tier-02.json @@ -4,9 +4,18 @@ "name": "FR Anime Tier 02", "includeCustomFormatWhenRenaming": false, "specifications": [ + { + "name": "Aoi-Project", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Aoi[ .-]?Project)\\b" + } + }, { "name": "BLV", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -15,7 +24,7 @@ }, { "name": "D3T3R10R1TY", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -24,7 +33,7 @@ }, { "name": "HANAMi", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -33,7 +42,7 @@ }, { "name": "KAF", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -42,7 +51,7 @@ }, { "name": "KHAYA", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -51,16 +60,25 @@ }, { "name": "Monkey-D.Lulu", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { "value": "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b" } }, + { + "name": "Nagutos", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Nagutos)\\b" + } + }, { "name": "RONiN", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -69,7 +87,7 @@ }, { "name": "TTN", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { @@ -78,7 +96,7 @@ }, { "name": "XSPITFIRE911", - "implementation": "ReleaseGroupSpecification", + "implementation": "ReleaseTitleSpecification", "negate": false, "required": false, "fields": { diff --git a/docs/json/sonarr/cf/french-hd-bluray-tier-01.json b/docs/json/sonarr/cf/french-hd-bluray-tier-01.json index 364204d71..c44edd787 100644 --- a/docs/json/sonarr/cf/french-hd-bluray-tier-01.json +++ b/docs/json/sonarr/cf/french-hd-bluray-tier-01.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ARK01)\\b" + "value": "^(ARK01)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BONBON)\\b" + "value": "^(BONBON)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRATERNiTY)\\b" + "value": "^(FRATERNiTY)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FTMVHD)\\b" + "value": "^(FTMVHD)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } } ] diff --git a/docs/json/sonarr/cf/french-remux-tier-01.json b/docs/json/sonarr/cf/french-remux-tier-01.json index d8f8504df..900248c4d 100644 --- a/docs/json/sonarr/cf/french-remux-tier-01.json +++ b/docs/json/sonarr/cf/french-remux-tier-01.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FtLi)\\b" + "value": "^(FtLi)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Goldenyann)\\b" + "value": "^(Goldenyann)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HDForever)\\b" + "value": "^(HDForever)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ONLY)\\b" + "value": "^(ONLY)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TyrellCorp)\\b" + "value": "^(TyrellCorp)$" } } ] diff --git a/docs/json/sonarr/cf/french-scene.json b/docs/json/sonarr/cf/french-scene.json index 3139e9af5..e27d0ed48 100644 --- a/docs/json/sonarr/cf/french-scene.json +++ b/docs/json/sonarr/cf/french-scene.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(4FR)\\b" + "value": "^(4FR)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AiR3D|AiRDOCS|AiRFORCE|AiRLiNE|AiRTV|AMB3R|ANMWR|AVON|AYMO|AZR)\\b" + "value": "^(AiR3D|AiRDOCS|AiRFORCE|AiRLiNE|AiRTV|AMB3R|ANMWR|AVON|AYMO|AZR)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BANKAi|BAWLS|BiPOLAR|BLACKPANTERS|BODIE|BOOLZ|BRiNK)\\b" + "value": "^(BANKAi|BAWLS|BiPOLAR|BLACKPANTERS|BODIE|BOOLZ|BRiNK)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CARAPiLS|CiELOS|CiNEMA|CMBHD|CoRa|COUAC|CRYPT0)\\b" + "value": "^(CARAPiLS|CiELOS|CiNEMA|CMBHD|CoRa|COUAC|CRYPT0)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(D4KiD|DEAL|DiEBEX|DUPLI|DUSS)\\b" + "value": "^(D4KiD|DEAL|DiEBEX|DUPLI|DUSS)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ENJOi|EUBDS)\\b" + "value": "^(ENJOi|EUBDS)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2|FRiES|FUTiL|FWDHD)\\b" + "value": "^(FHD|FiDELiO|FiDO|ForceBleue|FREAMON|FRENCHDEADPOOL2|FRiES|FUTiL|FWDHD)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GHOULS|GiMBAP|GLiMMER|Goatlove)\\b" + "value": "^(GHOULS|GiMBAP|GLiMMER|Goatlove)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HERC|HiggsBoson|HiRoSHiMa|HYBRiS|HyDe)\\b" + "value": "^(HERC|HiggsBoson|HiRoSHiMa|HYBRiS|HyDe)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(JMT|JoKeR|JUSTICELEAGUE)\\b" + "value": "^(JMT|JoKeR|JUSTICELEAGUE)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KAZETV)\\b" + "value": "^(KAZETV)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST|LOWIMDB|LYPSG)\\b" + "value": "^(L0SERNiGHT|LaoZi|LeON|LOFiDEL|LOST|LOWIMDB|LYPSG)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|McNULTY|MELBA|MiND|MORELAND|MUNSTER|MUxHD)\\b" + "value": "^(MAGiCAL|MANGACiTY|MAXAGAZ|MaxiBeNoul|McNULTY|MELBA|MiND|MORELAND|MUNSTER|MUxHD)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(N0Z00M|NERDHD|NERO|NrZ|NTK)\\b" + "value": "^(N0Z00M|NERDHD|NERO|NrZ|NTK)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(OBSTACLE|OohLaLa|OOKAMI)\\b" + "value": "^(OBSTACLE|OohLaLa|OOKAMI)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PANZeR|PHoQUE|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)\\b" + "value": "^(PANZeR|PHoQUE|PiNKPANTERS|PKPTRS|PRiDEHD|PROPJOE|PURE|PUREWASTEOFBW)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ROUGH|RUDE|Ryotox)\\b" + "value": "^(ROUGH|RUDE|Ryotox)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)\\b" + "value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(tFR|THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)\\b" + "value": "^(tFR|THENiGHTMAREiNHD|THiNK|THREESOME|TiMELiNE|TSuNaMi)$" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(UKDHD|UKDTV|ULSHD|Ulysse|USUNSKiLLED|URY|USURY)\\b" + "value": "^(UKDHD|UKDTV|ULSHD|Ulysse|USUNSKiLLED|URY|USURY)$" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(VENUE|VFC|VoMiT)\\b" + "value": "^(VENUE|VFC|VoMiT)$" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Wednesday29th)\\b" + "value": "^(Wednesday29th)$" } }, { @@ -208,7 +208,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ZEST|ZiRCON)\\b" + "value": "^(ZEST|ZiRCON)$" } } ] diff --git a/docs/json/sonarr/cf/french-vf2.json b/docs/json/sonarr/cf/french-vf2.json new file mode 100644 index 000000000..80a104626 --- /dev/null +++ b/docs/json/sonarr/cf/french-vf2.json @@ -0,0 +1,26 @@ +{ + "trash_id": "34789ec3caa819f087e23bbf9999daf7", + "trash_regex": "https://regex101.com/r/qgQMab/1", + "name": "VF2", + "includeCustomFormatWhenRenaming": true, + "specifications": [ + { + "name": "VF2", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(VF2)\\b" + } + }, + { + "name": "Both VFF and VFQ", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(VF(F|Q)[ .]VF(F|Q))\\b" + } + } + ] +} diff --git a/docs/json/sonarr/cf/french-vfb.json b/docs/json/sonarr/cf/french-vfb.json index f76494f8a..6d0008292 100644 --- a/docs/json/sonarr/cf/french-vfb.json +++ b/docs/json/sonarr/cf/french-vfb.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVFB\\b" + "value": "\\b(VFB)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-vff.json b/docs/json/sonarr/cf/french-vff.json index f90f50d8f..086ca1fdc 100644 --- a/docs/json/sonarr/cf/french-vff.json +++ b/docs/json/sonarr/cf/french-vff.json @@ -12,6 +12,15 @@ "fields": { "value": "\\b(TRUEFRENCH|VFF)\\b" } + }, + { + "name": "Not VF2", + "implementation": "ReleaseTitleSpecification", + "negate": true, + "required": true, + "fields": { + "value": "\\b(VF2)\\b" + } } ] } diff --git a/docs/json/sonarr/cf/french-vfi.json b/docs/json/sonarr/cf/french-vfi.json index 050b7e992..4ac73ff76 100644 --- a/docs/json/sonarr/cf/french-vfi.json +++ b/docs/json/sonarr/cf/french-vfi.json @@ -1,6 +1,6 @@ { "trash_id": "b6816a0e1d4b64bf3550ad3b74b009b6", - "trash_regex": "https://regex101.com/r/YA7mOH/1", + "trash_regex": "https://regex101.com/r/YA7mOH/2", "name": "VFI", "includeCustomFormatWhenRenaming": true, "specifications": [ @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVF(I|\\d)\\b" + "value": "\\b(VFI)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-vfq.json b/docs/json/sonarr/cf/french-vfq.json index e63a5c64b..1e996424a 100644 --- a/docs/json/sonarr/cf/french-vfq.json +++ b/docs/json/sonarr/cf/french-vfq.json @@ -5,21 +5,21 @@ "includeCustomFormatWhenRenaming": true, "specifications": [ { - "name": "FRENCH", + "name": "Canadian French", "implementation": "ReleaseTitleSpecification", "negate": false, - "required": false, + "required": true, "fields": { - "value": "\\b(?<=MULTi[ .])FR(A|ENCH)\\b" + "value": "\\b(VFQ?|(?<=MULTi[ .])FR(A|ENCH))\\b" } }, { - "name": "Canadian French", + "name": "Not VF2", "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": false, + "negate": true, + "required": true, "fields": { - "value": "\\b(VFQ?)\\b" + "value": "\\b(VF2)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-vof.json b/docs/json/sonarr/cf/french-vof.json index fdcf6207a..1e03b4098 100644 --- a/docs/json/sonarr/cf/french-vof.json +++ b/docs/json/sonarr/cf/french-vof.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVOF\\b" + "value": "\\b(VOF)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-vostfr.json b/docs/json/sonarr/cf/french-vostfr.json index 2daa2be0e..6ec83ee3f 100644 --- a/docs/json/sonarr/cf/french-vostfr.json +++ b/docs/json/sonarr/cf/french-vostfr.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bVOST.*?FR(E|A)?\\b" + "value": "\\b(VOST.*?FR(E|A)?)\\b" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\bSUBFR(A|ENCH)?\\b" + "value": "\\b(SUBFR(A|ENCH)?)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-vq.json b/docs/json/sonarr/cf/french-vq.json index 38bb6bb72..79ed322f9 100644 --- a/docs/json/sonarr/cf/french-vq.json +++ b/docs/json/sonarr/cf/french-vq.json @@ -10,7 +10,7 @@ "negate": false, "required": true, "fields": { - "value": "\\bVQ\\b" + "value": "\\b(VQ)\\b" } } ] diff --git a/docs/json/sonarr/cf/french-web-tier-01.json b/docs/json/sonarr/cf/french-web-tier-01.json index b9dd7ebb3..9053740bf 100644 --- a/docs/json/sonarr/cf/french-web-tier-01.json +++ b/docs/json/sonarr/cf/french-web-tier-01.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BONBON)\\b" + "value": "^(BONBON)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FCK)\\b" + "value": "^(FCK)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FRATERNiTY)\\b" + "value": "^(FRATERNiTY)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MTDK)\\b" + "value": "^(MTDK)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NoLo)\\b" + "value": "^(NoLo)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PATOPESTO)\\b" + "value": "^(PATOPESTO)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Psaro)\\b" + "value": "^(Psaro)$" } } ] diff --git a/docs/json/sonarr/cf/french-web-tier-02.json b/docs/json/sonarr/cf/french-web-tier-02.json index f73df39a2..4e46259f8 100644 --- a/docs/json/sonarr/cf/french-web-tier-02.json +++ b/docs/json/sonarr/cf/french-web-tier-02.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(COLL3CTiF)\\b" + "value": "^(COLL3CTiF)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FiND)\\b" + "value": "^(FiND)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FrIeNdS)\\b" + "value": "^(FrIeNdS)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FW)\\b" + "value": "^(FW)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HeavyWeight)\\b" + "value": "^(HeavyWeight)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NoNe)\\b" + "value": "^(NoNe)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(pERsO)\\b" + "value": "^(pERsO)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RiPiT)\\b" + "value": "^(RiPiT)$" } } ] diff --git a/docs/json/sonarr/cf/french-web-tier-03.json b/docs/json/sonarr/cf/french-web-tier-03.json index 348ecf9bc..1c145968e 100644 --- a/docs/json/sonarr/cf/french-web-tier-03.json +++ b/docs/json/sonarr/cf/french-web-tier-03.json @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ARK01)\\b" + "value": "^(ARK01)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BraD)\\b" + "value": "^(BraD)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(dRuIdE)\\b" + "value": "^(dRuIdE)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FTMVHD)\\b" + "value": "^(FTMVHD)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LAZARUS)\\b" + "value": "^(LAZARUS)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MYSTERiON)\\b" + "value": "^(MYSTERiON)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Scaph)\\b" + "value": "^(Scaph)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WQM)\\b" + "value": "^(WQM)$" } } ] diff --git a/docs/json/sonarr/cf/hd-bluray-tier-01.json b/docs/json/sonarr/cf/hd-bluray-tier-01.json index 27b3e91ca..38e25a3c0 100644 --- a/docs/json/sonarr/cf/hd-bluray-tier-01.json +++ b/docs/json/sonarr/cf/hd-bluray-tier-01.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Chotab)\\b" + "value": "^(Chotab)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CtrlHD)\\b" + "value": "^(CtrlHD)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DON)\\b" + "value": "^(DON)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EbP)\\b" + "value": "^(EbP)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTb)\\b" + "value": "^(NTb)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PTer)\\b" + "value": "^(PTer)$" } } ] diff --git a/docs/json/sonarr/cf/hd-bluray-tier-02.json b/docs/json/sonarr/cf/hd-bluray-tier-02.json index 7274c8fa7..99fa7104f 100644 --- a/docs/json/sonarr/cf/hd-bluray-tier-02.json +++ b/docs/json/sonarr/cf/hd-bluray-tier-02.json @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SA89)\\b" + "value": "^(SA89)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(sbR)\\b" + "value": "^(sbR)$" } } ] diff --git a/docs/json/sonarr/cf/lq.json b/docs/json/sonarr/cf/lq.json index 39040e7c7..2aa8f0ad5 100644 --- a/docs/json/sonarr/cf/lq.json +++ b/docs/json/sonarr/cf/lq.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BRiNK)\\b" + "value": "^(BRiNK)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CHX)\\b" + "value": "^(CHX)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EVO)\\b" + "value": "^(EVO)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FGT)\\b" + "value": "^(FGT)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GHOSTS)\\b" + "value": "^(GHOSTS)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(JFF)\\b" + "value": "^(JFF)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MeGusta)\\b" + "value": "^(MeGusta)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NERO)\\b" + "value": "^(NERO)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(nhanc3)\\b" + "value": "^(nhanc3)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PSA)\\b" + "value": "^(PSA)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TBS)\\b" + "value": "^(TBS)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(VIDEOHOLE)\\b" + "value": "^(VIDEOHOLE)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(worldmkv)\\b" + "value": "^(worldmkv)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(XLF)\\b" + "value": "^(XLF)$" } } ] diff --git a/docs/json/sonarr/cf/remux-tier-01.json b/docs/json/sonarr/cf/remux-tier-01.json index 2998ee4be..56fec1210 100644 --- a/docs/json/sonarr/cf/remux-tier-01.json +++ b/docs/json/sonarr/cf/remux-tier-01.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BLURANiUM)\\b" + "value": "^(BLURANiUM)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BMF)\\b" + "value": "^(BMF)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FraMeSToR)\\b" + "value": "^(FraMeSToR)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PmP)\\b" + "value": "^(PmP)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SiCFoI)\\b" + "value": "^(SiCFoI)$" } } ] diff --git a/docs/json/sonarr/cf/remux-tier-02.json b/docs/json/sonarr/cf/remux-tier-02.json index 3b9e2d017..7ce3e29b7 100644 --- a/docs/json/sonarr/cf/remux-tier-02.json +++ b/docs/json/sonarr/cf/remux-tier-02.json @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(decibeL)\\b" + "value": "^(decibeL)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(EPSiLON)\\b" + "value": "^(EPSiLON)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HiFi)\\b" + "value": "^(HiFi)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KRaLiMaRKo)\\b" + "value": "^(KRaLiMaRKo)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(playBD)\\b" + "value": "^(playBD)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PTer)\\b" + "value": "^(PTer)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TRiToN)\\b" + "value": "^(TRiToN)$" } } ] diff --git a/docs/json/sonarr/cf/web-scene.json b/docs/json/sonarr/cf/web-scene.json index 6c899a971..ea6d2cc64 100644 --- a/docs/json/sonarr/cf/web-scene.json +++ b/docs/json/sonarr/cf/web-scene.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DEFLATE[)\\]]?)$" + "value": "^(DEFLATE)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(INFLATE[)\\]]?)$" + "value": "^(INFLATE)$" } } ] diff --git a/docs/json/sonarr/cf/web-tier-01.json b/docs/json/sonarr/cf/web-tier-01.json index 1834f261a..5208eedab 100644 --- a/docs/json/sonarr/cf/web-tier-01.json +++ b/docs/json/sonarr/cf/web-tier-01.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ABBiE[)\\]]?)$" + "value": "^(ABBiE)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(AJP69[)\\]]?)$" + "value": "^(AJP69)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(APEX|PAXA|PEXA|XEPA[)\\]]?)$" + "value": "^(APEX|PAXA|PEXA|XEPA)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CasStudio[)\\]]?)$" + "value": "^(CasStudio)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CRFW[)\\]]?)$" + "value": "^(CRFW)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CtrlHD[)\\]]?)$" + "value": "^(CtrlHD)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FLUX[)\\]]?)$" + "value": "^(FLUX)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(HONE[)\\]]?)$" + "value": "^(HONE)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KiNGS[)\\]]?)$" + "value": "^(KiNGS)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(monkee[)\\]]?)$" + "value": "^(monkee)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NOSiViD[)\\]]?)$" + "value": "^(NOSiViD)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTb[)\\]]?)$" + "value": "^(NTb)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NTG[)\\]]?)$" + "value": "^(NTG)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(QOQ[)\\]]?)$" + "value": "^(QOQ)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RTN[)\\]]?)$" + "value": "^(RTN)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SiC[)\\]]?)$" + "value": "^(SiC)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(T6D[)\\]]?)$" + "value": "^(T6D)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TOMMY[)\\]]?)$" + "value": "^(TOMMY)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ViSUM[)\\]]?)$" + "value": "^(ViSUM)$" } }, { diff --git a/docs/json/sonarr/cf/web-tier-02.json b/docs/json/sonarr/cf/web-tier-02.json index 150cd8c3f..cab55d42a 100644 --- a/docs/json/sonarr/cf/web-tier-02.json +++ b/docs/json/sonarr/cf/web-tier-02.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(3cTWeB[)\\]]?)$" + "value": "^(3cTWeB)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BLUTONiUM[)\\]]?)$" + "value": "^(BLUTONiUM)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(BTW[)\\]]?)$" + "value": "^(BTW)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Chotab[)\\]]?)$" + "value": "^(Chotab)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Cinefeel[)\\]]?)$" + "value": "^(Cinefeel)$" } }, { @@ -55,7 +55,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CiT[)\\]]?)$" + "value": "^(CiT)$" } }, { @@ -64,7 +64,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(CMRG[)\\]]?)$" + "value": "^(CMRG)$" } }, { @@ -73,7 +73,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Coo7[)\\]]?)$" + "value": "^(Coo7)$" } }, { @@ -82,7 +82,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(dB[)\\]]?)$" + "value": "^(dB)$" } }, { @@ -91,7 +91,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DEEP[)\\]]?)$" + "value": "^(DEEP)$" } }, { @@ -100,7 +100,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(END[)\\]]?)$" + "value": "^(END)$" } }, { @@ -109,7 +109,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ETHiCS[)\\]]?)$" + "value": "^(ETHiCS)$" } }, { @@ -118,7 +118,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(FC[)\\]]?)$" + "value": "^(FC)$" } }, { @@ -127,7 +127,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Flights[)\\]]?)$" + "value": "^(Flights)$" } }, { @@ -136,7 +136,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(GNOME[)\\]]?)$" + "value": "^(GNOME)$" } }, { @@ -145,7 +145,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iJP[)\\]]?)$" + "value": "^(iJP)$" } }, { @@ -154,7 +154,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iKA[)\\]]?)$" + "value": "^(iKA)$" } }, { @@ -163,7 +163,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(iT00NZ[)\\]]?)$" + "value": "^(iT00NZ)$" } }, { @@ -172,7 +172,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(JETIX[)\\]]?)$" + "value": "^(JETIX)$" } }, { @@ -181,7 +181,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KHN[)\\]]?)$" + "value": "^(KHN)$" } }, { @@ -190,7 +190,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(KiMCHI[)\\]]?)$" + "value": "^(KiMCHI)$" } }, { @@ -199,7 +199,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(LAZY[)\\]]?)$" + "value": "^(LAZY)$" } }, { @@ -208,7 +208,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(MZABI[)\\]]?)$" + "value": "^(MZABI)$" } }, { @@ -217,7 +217,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NPMS[)\\]]?)$" + "value": "^(NPMS)$" } }, { @@ -226,7 +226,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(NYH[)\\]]?)$" + "value": "^(NYH)$" } }, { @@ -235,7 +235,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(orbitron[)\\]]?)$" + "value": "^(orbitron)$" } }, { @@ -244,7 +244,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(playWEB[)\\]]?)$" + "value": "^(playWEB)$" } }, { @@ -253,7 +253,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(PSiG[)\\]]?)$" + "value": "^(PSiG)$" } }, { @@ -262,7 +262,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ROCCaT[)\\]]?)$" + "value": "^(ROCCaT)$" } }, { @@ -271,7 +271,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(RTFM[)\\]]?)$" + "value": "^(RTFM)$" } }, { @@ -280,7 +280,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SA89[)\\]]?)$" + "value": "^(SA89)$" } }, { @@ -289,7 +289,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SDCC[)\\]]?)$" + "value": "^(SDCC)$" } }, { @@ -298,7 +298,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SIGMA[)\\]]?)$" + "value": "^(SIGMA)$" } }, { @@ -307,7 +307,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SMURF[)\\]]?)$" + "value": "^(SMURF)$" } }, { @@ -316,7 +316,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SPiRiT[)\\]]?)$" + "value": "^(SPiRiT)$" } }, { @@ -325,7 +325,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TEPES[)\\]]?)$" + "value": "^(TEPES)$" } }, { @@ -334,7 +334,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(TVSmash[)\\]]?)$" + "value": "^(TVSmash)$" } }, { @@ -343,7 +343,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(WELP[)\\]]?)$" + "value": "^(WELP)$" } }, { @@ -352,7 +352,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(XEBEC|4KBEC|CEBEX[)\\]]?)$" + "value": "^(XEBEC|4KBEC|CEBEX)$" } }, { diff --git a/docs/json/sonarr/cf/web-tier-03.json b/docs/json/sonarr/cf/web-tier-03.json index 01b8efe04..7c5f54b61 100644 --- a/docs/json/sonarr/cf/web-tier-03.json +++ b/docs/json/sonarr/cf/web-tier-03.json @@ -10,7 +10,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(DRACULA[)\\]]?)$" + "value": "^(DRACULA)$" } }, { @@ -19,7 +19,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SLiGNOME[)\\]]?)$" + "value": "^(SLiGNOME)$" } }, { @@ -28,7 +28,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(SwAgLaNdEr[)\\]]?)$" + "value": "^(SwAgLaNdEr)$" } }, { @@ -37,7 +37,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(T4H[)\\]]?)$" + "value": "^(T4H)$" } }, { @@ -46,7 +46,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(ViSiON[)\\]]?)$" + "value": "^(ViSiON)$" } }, { diff --git a/docs/recyclarr-configs/radarr/anime-radarr.yml b/docs/recyclarr-configs/radarr/anime-radarr.yml index fb42aa79f..7c160b6a1 100644 --- a/docs/recyclarr-configs/radarr/anime-radarr.yml +++ b/docs/recyclarr-configs/radarr/anime-radarr.yml @@ -1,7 +1,7 @@ radarr: radarr-anime: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml index ae212beda..1a22c0e6a 100644 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml +++ b/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml @@ -7,12 +7,16 @@ radarr: radarr_french_multi_bluray_web_1080p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -34,6 +38,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -55,12 +60,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5322da05b19d857acc1e75be3edf47b3 # FR HD Bluray Tier 01 - - 57f34251344be2e283fc30e00e458be6 # FR HD Bluray Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5322da05b19d857acc1e75be3edf47b3 # FR HD Bluray Tier 01 + - 57f34251344be2e283fc30e00e458be6 # FR HD Bluray Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en VO si jamais une release MULTi n'existes pas. # @@ -72,46 +77,49 @@ radarr: # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - reset_unmatched_scores: true # ===== Versions françaises ===== # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. - # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez ou non obtenir un certain - # type d'audio français. Par exemple si vous ne souhaitez pas de la VQ. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - trash_ids: - 404c08fd0bd67f39b4d8e5709319094e # VFF quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 52772f1cad6b5d26c2551f79bc538a50 # VFI quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 + - trash_ids: + - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-1080p + # score: 101 - trash_ids: - b6ace47331a1d3b77942fc18156f6df6 # VFQ quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - b3fb499641d7b3c2006be1d9eb014cb3 # VFB quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 9172b2f683f6223e3a1846427b417a3d # VOSTFR quality_profiles: - name: FR-MULTi-BLURAY-WEB-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml index 4b5f1a5b4..c996970a4 100644 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml +++ b/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml @@ -7,12 +7,16 @@ radarr: radarr_french_vostfr_bluray_web_1080p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-VOSTFR-BLURAY-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -30,6 +34,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -51,12 +56,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5322da05b19d857acc1e75be3edf47b3 # FR HD Bluray Tier 01 - - 57f34251344be2e283fc30e00e458be6 # FR HD Bluray Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5322da05b19d857acc1e75be3edf47b3 # FR HD Bluray Tier 01 + - 57f34251344be2e283fc30e00e458be6 # FR HD Bluray Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 @@ -65,7 +70,6 @@ radarr: - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-VOSTFR-BLURAY-WEB-1080p - reset_unmatched_scores: true # ===== MULTi Audio ===== # Nécessaire vu qu'on ne souhaite pas de MULTi diff --git a/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml b/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml index 3a48abe88..7923569c2 100644 --- a/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml +++ b/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml @@ -7,12 +7,16 @@ radarr: radarr_french_multi_remux_web_1080p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-MULTi-REMUX-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -53,6 +57,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -74,12 +79,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 - - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 + - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en VO si jamais une release MULTi n'existes pas. # @@ -91,46 +96,49 @@ radarr: # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - reset_unmatched_scores: true # ===== Versions françaises ===== # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. - # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez ou non obtenir un certain - # type d'audio français. Par exemple si vous ne souhaitez pas de la VQ. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - trash_ids: - 404c08fd0bd67f39b4d8e5709319094e # VFF quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 52772f1cad6b5d26c2551f79bc538a50 # VFI quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 + - trash_ids: + - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-1080p + # score: 101 - trash_ids: - b6ace47331a1d3b77942fc18156f6df6 # VFQ quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - b3fb499641d7b3c2006be1d9eb014cb3 # VFB quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 9172b2f683f6223e3a1846427b417a3d # VOSTFR quality_profiles: - name: FR-MULTi-REMUX-WEB-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml b/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml index 73f213885..2fcde159e 100644 --- a/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml +++ b/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml @@ -7,12 +7,16 @@ radarr: radarr_french_vostfr_remux_web_1080p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-VOSTFR-REMUX-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -47,6 +51,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -68,12 +73,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 - - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 + - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 @@ -82,7 +87,6 @@ radarr: - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-VOSTFR-REMUX-WEB-1080p - reset_unmatched_scores: true # ===== MULTi Audio ===== # Nécessaire vu qu'on ne souhaite pas de MULTi diff --git a/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml b/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml index 8bec0aa55..b7515d0a7 100644 --- a/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml +++ b/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml @@ -7,12 +7,16 @@ radarr: radarr_french_multi_remux_web_2160p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-MULTi-REMUX-WEB-2160p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -64,12 +68,14 @@ radarr: - 90a6f9a284dff5103f6346090e6280c8 # LQ - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled + - 9c38ebb7384dada637be8899efa68e6f # SDR # ===== Version du film ===== - 0f12c086e289cf966fa5948eac571f44 # Hybrid - 570bc9ebecd92723d2d21500f4be314c # Remaster - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -91,12 +97,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 - - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 + - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en VO si jamais une release MULTi n'existes pas. # @@ -108,46 +114,49 @@ radarr: # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - reset_unmatched_scores: true # ===== Versions françaises ===== # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. - # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez ou non obtenir un certain - # type d'audio français. Par exemple si vous ne souhaitez pas de la VQ. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - trash_ids: - 404c08fd0bd67f39b4d8e5709319094e # VFF quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 52772f1cad6b5d26c2551f79bc538a50 # VFI quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 + - trash_ids: + - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-1080p + # score: 101 - trash_ids: - b6ace47331a1d3b77942fc18156f6df6 # VFQ quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - b3fb499641d7b3c2006be1d9eb014cb3 # VFB quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 9172b2f683f6223e3a1846427b417a3d # VOSTFR quality_profiles: - name: FR-MULTi-REMUX-WEB-2160p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml b/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml index cbbcf1404..2d64c9bd1 100644 --- a/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml +++ b/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml @@ -7,12 +7,16 @@ radarr: radarr_french_vostfr_remux_web_2160p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-VOSTFR-REMUX-WEB-2160p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -57,6 +61,7 @@ radarr: - 90a6f9a284dff5103f6346090e6280c8 # LQ - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled + - 9c38ebb7384dada637be8899efa68e6f # SDR - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB # ===== Version du film ===== - 0f12c086e289cf966fa5948eac571f44 # Hybrid @@ -64,6 +69,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -85,12 +91,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 - - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 5583260016e0b9f683f53af41fb42e4a # FR Remux Tier 01 + - 9019d81307e68cd4a7eb06a567e833b8 # FR Remux Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 @@ -99,7 +105,6 @@ radarr: - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-VOSTFR-REMUX-WEB-2160p - reset_unmatched_scores: true # ===== MULTi Audio ===== # Nécessaire vu qu'on ne souhaite pas de MULTi diff --git a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml index 3315eca54..312483764 100644 --- a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml +++ b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml @@ -7,12 +7,16 @@ radarr: radarr_french_multi_bluray_web_2160p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-2160p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -64,12 +68,14 @@ radarr: - 90a6f9a284dff5103f6346090e6280c8 # LQ - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled + - 9c38ebb7384dada637be8899efa68e6f # SDR # ===== Version du film ===== - 0f12c086e289cf966fa5948eac571f44 # Hybrid - 570bc9ebecd92723d2d21500f4be314c # Remaster - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -91,12 +97,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 64f8f12bbf7472a6ccf838bfd6b5e3e8 # FR UHD Bluray Tier 01 - - 0dcf0c8a386d82e3f2d424189af14065 # FR UHD Bluray Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 64f8f12bbf7472a6ccf838bfd6b5e3e8 # FR UHD Bluray Tier 01 + - 0dcf0c8a386d82e3f2d424189af14065 # FR UHD Bluray Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en VO si jamais une release MULTi n'existes pas. # @@ -109,46 +115,49 @@ radarr: # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - reset_unmatched_scores: true # ===== Versions françaises ===== # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. - # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez ou non obtenir un certain - # type d'audio français. Par exemple si vous ne souhaitez pas de la VQ. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - trash_ids: - 404c08fd0bd67f39b4d8e5709319094e # VFF quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 52772f1cad6b5d26c2551f79bc538a50 # VFI quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 + - trash_ids: + - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 + quality_profiles: + - name: FR-MULTi-BLURAY-WEB-1080p + # score: 101 - trash_ids: - b6ace47331a1d3b77942fc18156f6df6 # VFQ quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - b3fb499641d7b3c2006be1d9eb014cb3 # VFB quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 + # score: 101 - trash_ids: - 9172b2f683f6223e3a1846427b417a3d # VOSTFR quality_profiles: - name: FR-MULTi-BLURAY-WEB-2160p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml index bc21e8642..e944ac97e 100644 --- a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml +++ b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml @@ -7,12 +7,16 @@ radarr: radarr_french_multi_bluray_web_2160p: # L'URL de base ainsi que la clé API de votre instance Radarr - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie + quality_profiles: + - name: FR-VOSTFR-BLURAY-WEB-2160p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Radarr. custom_formats: - trash_ids: @@ -57,6 +61,7 @@ radarr: - 90a6f9a284dff5103f6346090e6280c8 # LQ - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled + - 9c38ebb7384dada637be8899efa68e6f # SDR - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB # ===== Version du film ===== - 0f12c086e289cf966fa5948eac571f44 # Hybrid @@ -64,6 +69,7 @@ radarr: - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema + - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - 957d0f44b592285f26449575e8b1167e # Special Edition - eecf3a857724171f968a66cb5719e152 # IMAX - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced @@ -85,12 +91,12 @@ radarr: - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN # ===== HQ Source Groups ===== - - 64f8f12bbf7472a6ccf838bfd6b5e3e8 # FR UHD Bluray Tier 01 - - 0dcf0c8a386d82e3f2d424189af14065 # FR UHD Bluray Tier 02 - - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 - - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 + - 64f8f12bbf7472a6ccf838bfd6b5e3e8 # FR UHD Bluray Tier 01 + - 0dcf0c8a386d82e3f2d424189af14065 # FR UHD Bluray Tier 02 + - 9790a618cec1aeac8ce75601a17ea40d # FR WEB Tier 01 + - 3c83a765f84239716bd5fd2d7af188f9 # FR WEB Tier 02 # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups + - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 @@ -100,7 +106,6 @@ radarr: - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 quality_profiles: - name: FR-VOSTFR-BLURAY-WEB-2160p - reset_unmatched_scores: true # ===== MULTi Audio ===== # Nécessaire vu qu'on ne souhaite pas de MULTi diff --git a/docs/recyclarr-configs/radarr/hd-bluray-web.yml b/docs/recyclarr-configs/radarr/hd-bluray-web.yml index 68a947ea7..afcc9a0a4 100644 --- a/docs/recyclarr-configs/radarr/hd-bluray-web.yml +++ b/docs/recyclarr-configs/radarr/hd-bluray-web.yml @@ -1,7 +1,7 @@ radarr: radarr: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie @@ -52,6 +52,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/remux-web-1080p.yml b/docs/recyclarr-configs/radarr/remux-web-1080p.yml index b37af0937..fe96cff7f 100644 --- a/docs/recyclarr-configs/radarr/remux-web-1080p.yml +++ b/docs/recyclarr-configs/radarr/remux-web-1080p.yml @@ -1,7 +1,7 @@ radarr: radarr: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie @@ -67,6 +67,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/remux-web-2160p.yml b/docs/recyclarr-configs/radarr/remux-web-2160p.yml index a576f6770..acf70116c 100644 --- a/docs/recyclarr-configs/radarr/remux-web-2160p.yml +++ b/docs/recyclarr-configs/radarr/remux-web-2160p.yml @@ -1,7 +1,7 @@ radarr: radarr: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie @@ -65,7 +65,9 @@ radarr: # Unwanted - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ + - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR # Streaming Services - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE @@ -82,6 +84,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml b/docs/recyclarr-configs/radarr/sqp/sqp-1.yml index c133c0e70..7ff747c69 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-1.yml @@ -86,6 +86,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-2.yml b/docs/recyclarr-configs/radarr/sqp/sqp-2.yml index d4b056867..5a1defb5c 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-2.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-2.yml @@ -117,6 +117,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-3.yml b/docs/recyclarr-configs/radarr/sqp/sqp-3.yml index 235d405b5..6269f4ff7 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-3.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-3.yml @@ -114,6 +114,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-4.yml b/docs/recyclarr-configs/radarr/sqp/sqp-4.yml index e6dcb7fb1..ea7cfc618 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-4.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-4.yml @@ -113,6 +113,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-5.yml b/docs/recyclarr-configs/radarr/sqp/sqp-5.yml index 12050f9d1..d21c6de6c 100644 --- a/docs/recyclarr-configs/radarr/sqp/sqp-5.yml +++ b/docs/recyclarr-configs/radarr/sqp/sqp-5.yml @@ -116,6 +116,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/radarr/uhd-bluray-web.yml b/docs/recyclarr-configs/radarr/uhd-bluray-web.yml index 93f76c23f..5c63679c4 100644 --- a/docs/recyclarr-configs/radarr/uhd-bluray-web.yml +++ b/docs/recyclarr-configs/radarr/uhd-bluray-web.yml @@ -1,7 +1,7 @@ radarr: radarr: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Radarr URL here + api_key: Put your API key here quality_definition: type: movie @@ -66,7 +66,9 @@ radarr: # Unwanted - ed38b889b31be83fda192888e2286d83 # BR-DISK - 90a6f9a284dff5103f6346090e6280c8 # LQ + - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D + - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - 9c38ebb7384dada637be8899efa68e6f # SDR # Streaming Services - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE @@ -83,6 +85,7 @@ radarr: - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - 526d445d4c16214309f0fd2b3be18a89 # Hulu - 170b1d363bd8516fbf3a3eb05d4faff6 # NF + - bf7e73dd1d85b12cc527dc619761c840 # Pathe - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - c2863d2a50c9acad1fb50e53ece60817 # STAN diff --git a/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml b/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml index a145b6e69..970156732 100644 --- a/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml +++ b/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml @@ -36,23 +36,36 @@ sonarr: - 0e5833d3af2cc5fa96a0c29cd4477feb # v3 - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 # Anime Streaming Services - - d660701077794679fd59e8bdf4ce3a29 # AMZN - 3e0b26604165f463f3e8e192261e7284 # CR - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi - - d34870697c9db575f17700212167be23 # NF - 44a8ee6403071dd7b8a3a8dd3fe8cb20 # VRV quality_profiles: - name: Remux-1080p - Anime + # Custom scoring + # Anime Streaming Services + - trash_ids: + - 89358767a60cc28783cdc3d0be9388a4 # DSNP + quality_profiles: + - name: Remux-1080p - Anime + score: 4 # required as this differs from the standard scoring + - trash_ids: + - d34870697c9db575f17700212167be23 # NF + quality_profiles: + - name: Remux-1080p - Anime + score: 2 # required as this differs from the standard scoring + - trash_ids: + - d660701077794679fd59e8bdf4ce3a29 # AMZN + quality_profiles: + - name: Remux-1080p - Anime + score: 1 # required as this differs from the standard scoring - trash_ids: - # Anime Streaming Services - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global - 4c67ff059210182b59cdd41697b8cb08 # Bilibili - 570b03b3145a25011bf073274a407259 # HIDIVE quality_profiles: - name: Remux-1080p - Anime - score: 0 + score: 0 # no score in guide # Anime CF/Scoring - trash_ids: - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 @@ -75,6 +88,7 @@ sonarr: quality_profiles: - name: Remux-1080p - Anime score: 350 # required as this differs from the standard scoring + # Adjustable scoring section - trash_ids: - 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio diff --git a/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml index 09ebca6ea..b7eabe919 100644 --- a/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml +++ b/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml @@ -7,12 +7,16 @@ sonarr: sonarr_french_anime_multi: # L'URL de base ainsi que la clé API de votre instance Sonarr - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: anime + quality_profiles: + - name: FR-ANIME-MULTi + reset_unmatched_scores: true + custom_formats: # La liste de Formats Personnalisés à synchroniser avec Sonarr. - trash_ids: @@ -56,7 +60,7 @@ sonarr: - 4e6134a384dbc0ef166234cc0e45d26d # FR Anime Tier 02 - 2f3422339d185eb227a324644a2fbfca # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes SeaDex) - # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en SeaDex + # vous pouvez les activer si vous souhaitez aussi récupérer les releases en SeaDex # si jamais une release MULTi/VOSTFR n'existes pas. # # Il est tout de fois possible que dans ce cas Sonarr récupére une release SeaDex au lieu @@ -79,7 +83,6 @@ sonarr: # - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) quality_profiles: - name: FR-ANIME-MULTi - reset_unmatched_scores: true - trash_ids: - d660701077794679fd59e8bdf4ce3a29 # AMZN diff --git a/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml b/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml index 4f48d0c05..10b2a128c 100644 --- a/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml +++ b/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml @@ -7,12 +7,16 @@ sonarr: sonarr_french_anime_vostfr: # L'URL de base ainsi que la clé API de votre instance Sonarr - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: anime + quality_profiles: + - name: FR-ANIME-VOSTFR + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Sonarr. custom_formats: - trash_ids: @@ -49,7 +53,7 @@ sonarr: - 4e6134a384dbc0ef166234cc0e45d26d # FR Anime Tier 02 - 2f3422339d185eb227a324644a2fbfca # FR Scene Groups # Les tiers suivant sont les tiers originaux du guide (groupes SeaDex) - # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en SeaDex + # vous pouvez les activer si vous souhaitez aussi récupérer les releases en SeaDex # si jamais une release VOSTFR n'existes pas. # # Il est tout de fois possible que dans ce cas Sonarr récupére une release SeaDex au lieu @@ -72,7 +76,6 @@ sonarr: # - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) quality_profiles: - name: FR-ANIME-VOSTFR - reset_unmatched_scores: true - trash_ids: - d660701077794679fd59e8bdf4ce3a29 # AMZN diff --git a/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml index 998bdd65c..1cb5aa4eb 100644 --- a/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml +++ b/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml @@ -7,12 +7,16 @@ sonarr: sonarr_french_multi_web_1080p: # L'URL de base ainsi que la clé API de votre instance Sonarr - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: series + quality_profiles: + - name: FR-MULTi-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Sonarr. custom_formats: - trash_ids: @@ -26,7 +30,6 @@ sonarr: - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ - 47435ece6b99a0b477caf360e79ba0bb # x265 (HD) - - ea0bb4b6ba388992fad1092703b5ff7b # FastSUB # ===== Misc ===== - ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper - eb3d5cc0a2be0db205fb823640db6a3c # Repack2 @@ -70,7 +73,6 @@ sonarr: # - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 quality_profiles: - name: FR-MULTi-WEB-1080p - reset_unmatched_scores: true - trash_ids: - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 @@ -80,52 +82,46 @@ sonarr: # ===== Versions françaises ===== # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. - # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez ou non obtenir un certain - # type d'audio français. Par exemple si vous ne souhaitez pas de la VQ. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : # https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#type-de-versions-francaises - trash_ids: - 2c29a39a4fdfd6d258799bc4c09731b9 # VFF quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 7ae924ee9b2f39df3283c6c0beb8a2aa # VOF quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - b6816a0e1d4b64bf3550ad3b74b009b6 # VFI quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 + - trash_ids: + - b6816a0e1d4b64bf3550ad3b74b009b6 # VF2 + quality_profiles: + - name: FR-MULTi-WEB-1080p + # score: 101 - trash_ids: - 7a7f4e4f58bd1058440236d033a90b67 # VFQ quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 82085412d9a53ba8d8e46fc624eb701d # VQ quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 0ce1e39a4676c6692ce47935278dac76 # VFB quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 + # score: 101 - trash_ids: - 07a32f77690263bb9fda1842db7e273f # VOSTFR quality_profiles: - name: FR-MULTi-WEB-1080p - # score: -10000 - - # ==== Scores Optionnels ==== - # Décommenter le score associé si c'est ce que vous souhaitez - - # Si vous ne voulez pas non-plus de FanSUB. - - trash_ids: - - 84f0acbda9c0c9de783894fb66df25aa # FanSUB - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml b/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml index 1148e3865..4b1138770 100644 --- a/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml +++ b/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml @@ -7,12 +7,16 @@ sonarr: sonarr_french_vostfr_web_1080p: # L'URL de base ainsi que la clé API de votre instance Sonarr - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: series + quality_profiles: + - name: FR-VOSTFR-WEB-1080p + reset_unmatched_scores: true + # La liste de Formats Personnalisés à synchroniser avec Sonarr. custom_formats: - trash_ids: @@ -62,7 +66,6 @@ sonarr: - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 quality_profiles: - name: FR-VOSTFR-WEB-1080p - reset_unmatched_scores: true - trash_ids: - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 diff --git a/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml new file mode 100644 index 000000000..e66a9ee24 --- /dev/null +++ b/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml @@ -0,0 +1,142 @@ +# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : +# https://recyclarr.dev/wiki/ +# https://github.com/recyclarr/recyclarr + +# Cet exemple est pour Sonarr et le profil "WEB 2160p VOSTFR" present dans le guide +# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/#webdl-2160p +sonarr: + sonarr_french_multi_web_2160p: + # L'URL de base ainsi que la clé API de votre instance Sonarr + base_url: Put your Sonarr URL here + api_key: Put your API key here + + quality_definition: + type: series + + quality_profiles: + - name: FR-MULTi-WEB-2160p + reset_unmatched_scores: true + + # La liste de Formats Personnalisés à synchroniser avec Sonarr. + custom_formats: + - trash_ids: + # ===== MULTi Audio ===== + - 2f6e84efc47246ec9071e311e71c4953 # Multi-Audio + - 7982e39789f17864f57b11f1996844f4 # Multi-French + # Décommentez la ligne suivante si vous voulez donner un léger bonus à la release si elle possède effectivement un audio français. + # - 4721382d9ee05f1b4967a25e75072911 # French Audio + # ===== Formats HDR ===== + # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png + - 7878c33f1963fefb3d6c8657d46c2f0a # DV HDR10 + - 6d0d8de7b57e35518ac0308b0ddf404e # DV + - 1f733af03141f068a540eec352589a89 # DV HLG + - 27954b0a80aab882522a88a4d9eae1cd # DV SDR + - a3d82cbef5039f8d295478d28a887159 # HDR10+ + - 3497799d29a085e2ac2df9d468413c94 # HDR10 + - 3e2c4e748b64a1a1118e0ea3f4cf6875 # HDR + - bb019e1cd00f304f80971c965de064dc # HDR (undefined) + - 2a7e3be05d3861d6df7171ec74cad727 # PQ + - 17e889ce13117940092308f48b48b45b # HLG + # La ligne suivante garantit que les releases WEB avec un layer Dolby Vision ne seront prises en compte que si elles ont un fallback en HDR10. + # Vous pouvez commenter cette ligne SI ET SEULEMENT SI TOUS les appareils utilisant votre bibliothèque supportent le Dolby Vision et que vous n'avez pas besoin du fallback en HDR10. + - 9b27ab6498ec0f31a3353992e19434ca # DV (WEBDL) + # ===== Indésirables ===== + - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK + - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ + - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ + - 2016d1676f5ee13a5b7257ff86ac9a93 # SDR + # ===== Misc ===== + - ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper + - eb3d5cc0a2be0db205fb823640db6a3c # Repack2 + - 44e7c4de10ae50265753082e5dc76047 # Repack3 + # ===== Services de Streaming ===== + - d660701077794679fd59e8bdf4ce3a29 # AMZN + - f67c9ca88f463a48346062e8ad07713f # ATVP + - 36b72f59f4ea20aad9316f475f2d9fbb # DCU + - 89358767a60cc28783cdc3d0be9388a4 # DSNP + - 7a235133c87f7da4c8cccceca7e3c7a6 # HBO + - a880d6abc21e7c16884f3ae393f84179 # HMAX + - f6cce30f1733d5c8194222a7507909bb # HULU + - 0ac24a2a68a9700bcb7eeca8e5cd644c # iT + - d34870697c9db575f17700212167be23 # NF + - b2b980877494b560443631eb1f473867 # NLZ + - 1656adc6d7bb2c8cca6acfb6592db421 # PCOK + - c67a75ae4a1715f2bb4d492755ba4195 # PMTP + - 3ac5d84fce98bab1b531393e9c82f467 # QIBI + - c30d2958827d1867c73318a5a2957eb1 # RED + - ae58039e1319178e6be73caab5c42166 # SHO + - 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN + - 5d2317d99af813b6529c7ebf01c83533 # VDL + - 77a7b25585c18af08f60b1547bb9b4fb # CC + # Ceux-ci sont optionnels, car les services de streaming francophones sont rarement indiqués sur les releases et les Formats Personnalisés ne possèdent pas de score. Vous pouvez les supprimer sans craintes. + - f27d46a831e6b16fa3fee2c4e5d10984 # Canal+ + - 0455d6519a550dbf648c97b56e7231d2 # SALTO + - b0d6195c23ae254932da00512db7e8a8 # RTBF + # ===== HQ Source Groups ===== + - ddb8eaa9c85a549c50034d280539d54d # FR WEB Tier 01 + - a4c51febd4d8b2a0db10a3c974f21d92 # FR WEB Tier 02 + - dbfc0a4b5cb4cbd693311c4482ae9683 # FR WEB Tier 03 + # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française + - 2f3422339d185eb227a324644a2fbfca # FR Scene Groups + # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) + # vous pouvez les activer si vous souhaitez aussi récupérer de bonnes releases en VO si jamais une release MULTi n'existes pas. + # + # Il est tout de fois possible que dans ce cas Sonarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. + # - d0c516558625b04b363fa6c5c2c7cfd4 # WEB Scene + # - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 + # - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 + # - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 + quality_profiles: + - name: FR-MULTi-WEB-2160p + + - trash_ids: + - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 + quality_profiles: + - name: FR-MULTi-WEB-2160p + score: -10000 + + # ===== Versions françaises ===== + # Activez ou désactiver les Formats Personnalisés suivant si vous souhaitez noter vos releases avec. + # Vous pouvez aussi leur attribuer un score en fonction de si vous souhaitez préférer un certain + # type d'audio français. Par exemple si vous préférez la VFF. + # Pensez à vérifier aussi à quoi corresponde les différents types de version francophones : + # https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#type-de-versions-francaises + - trash_ids: + - 2c29a39a4fdfd6d258799bc4c09731b9 # VFF + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - 7ae924ee9b2f39df3283c6c0beb8a2aa # VOF + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - b6816a0e1d4b64bf3550ad3b74b009b6 # VFI + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - b6816a0e1d4b64bf3550ad3b74b009b6 # VF2 + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - 7a7f4e4f58bd1058440236d033a90b67 # VFQ + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - 82085412d9a53ba8d8e46fc624eb701d # VQ + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - 0ce1e39a4676c6692ce47935278dac76 # VFB + quality_profiles: + - name: FR-MULTi-WEB-2160p + # score: 101 + - trash_ids: + - 07a32f77690263bb9fda1842db7e273f # VOSTFR + quality_profiles: + - name: FR-MULTi-WEB-2160p diff --git a/docs/recyclarr-configs/sonarr/french-web-2160p-vostfr-v4.yml b/docs/recyclarr-configs/sonarr/french-web-2160p-vostfr-v4.yml new file mode 100644 index 000000000..664b0ec07 --- /dev/null +++ b/docs/recyclarr-configs/sonarr/french-web-2160p-vostfr-v4.yml @@ -0,0 +1,116 @@ +# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : +# https://recyclarr.dev/wiki/ +# https://github.com/recyclarr/recyclarr + +# Cet exemple est pour Sonarr et le profil "WEB 2160p VOSTFR" present dans le guide +# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-en/#webdl-2160p +sonarr: + sonarr_french_vostfr_web_2160p: + # L'URL de base ainsi que la clé API de votre instance Sonarr + base_url: Put your Sonarr URL here + api_key: Put your API key here + + quality_definition: + type: series + + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + reset_unmatched_scores: true + + # La liste de Formats Personnalisés à synchroniser avec Sonarr. + custom_formats: + - trash_ids: + # ===== Formats HDR ===== + # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png + - 7878c33f1963fefb3d6c8657d46c2f0a # DV HDR10 + - 6d0d8de7b57e35518ac0308b0ddf404e # DV + - 1f733af03141f068a540eec352589a89 # DV HLG + - 27954b0a80aab882522a88a4d9eae1cd # DV SDR + - a3d82cbef5039f8d295478d28a887159 # HDR10+ + - 3497799d29a085e2ac2df9d468413c94 # HDR10 + - 3e2c4e748b64a1a1118e0ea3f4cf6875 # HDR + - bb019e1cd00f304f80971c965de064dc # HDR (undefined) + - 2a7e3be05d3861d6df7171ec74cad727 # PQ + - 17e889ce13117940092308f48b48b45b # HLG + # La ligne suivante garantit que les releases WEB avec un layer Dolby Vision ne seront prises en compte que si elles ont un fallback en HDR10. + # Vous pouvez commenter cette ligne SI ET SEULEMENT SI TOUS les appareils utilisant votre bibliothèque supportent le Dolby Vision et que vous n'avez pas besoin du fallback en HDR10. + - 9b27ab6498ec0f31a3353992e19434ca # DV (WEBDL) + # ===== Indésirables ===== + - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK + - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ + - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ + - 2016d1676f5ee13a5b7257ff86ac9a93 # SDR + - ea0bb4b6ba388992fad1092703b5ff7b # FastSUB + # ===== Misc ===== + - ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper + - eb3d5cc0a2be0db205fb823640db6a3c # Repack2 + - 44e7c4de10ae50265753082e5dc76047 # Repack3 + # ===== Services de Streaming ===== + - d660701077794679fd59e8bdf4ce3a29 # AMZN + - f67c9ca88f463a48346062e8ad07713f # ATVP + - 36b72f59f4ea20aad9316f475f2d9fbb # DCU + - 89358767a60cc28783cdc3d0be9388a4 # DSNP + - 7a235133c87f7da4c8cccceca7e3c7a6 # HBO + - a880d6abc21e7c16884f3ae393f84179 # HMAX + - f6cce30f1733d5c8194222a7507909bb # HULU + - 0ac24a2a68a9700bcb7eeca8e5cd644c # iT + - d34870697c9db575f17700212167be23 # NF + - b2b980877494b560443631eb1f473867 # NLZ + - 1656adc6d7bb2c8cca6acfb6592db421 # PCOK + - c67a75ae4a1715f2bb4d492755ba4195 # PMTP + - 3ac5d84fce98bab1b531393e9c82f467 # QIBI + - c30d2958827d1867c73318a5a2957eb1 # RED + - ae58039e1319178e6be73caab5c42166 # SHO + - 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN + - 5d2317d99af813b6529c7ebf01c83533 # VDL + - 77a7b25585c18af08f60b1547bb9b4fb # CC + # Ceux-ci sont optionnels, car les services de streaming francophones sont rarement indiqués sur les releases et les Formats Personnalisés ne possèdent pas de score. Vous pouvez les supprimer sans craintes. + - f27d46a831e6b16fa3fee2c4e5d10984 # Canal+ + - 0455d6519a550dbf648c97b56e7231d2 # SALTO + - b0d6195c23ae254932da00512db7e8a8 # RTBF + # ===== HQ Source Groups ===== + - ddb8eaa9c85a549c50034d280539d54d # FR WEB Tier 01 + - a4c51febd4d8b2a0db10a3c974f21d92 # FR WEB Tier 02 + - dbfc0a4b5cb4cbd693311c4482ae9683 # FR WEB Tier 03 + # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française + - 2f3422339d185eb227a324644a2fbfca # FR Scene Groups + # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) + - d0c516558625b04b363fa6c5c2c7cfd4 # WEB Scene + - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 + - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 + - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + + - trash_ids: + - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + score: -10000 + + # ===== MULTi Audio ===== + # Nécessaire vu qu'on ne souhaite pas de MULTi + - trash_ids: + - 2f6e84efc47246ec9071e311e71c4953 # Multi-Audio + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + score: -10000 + + # ===== Versions françaises ===== + # Seul le VOSTFR est présent et possède un score de '1000' car on souhaite obtenir du VOSTFR et non du MULTi/DUAL audio. + # https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#type-de-versions-francaises + - trash_ids: + - 07a32f77690263bb9fda1842db7e273f # VOSTFR + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + score: 1000 + + # ==== Scores Optionnels ==== + # Décommenter le score associé si c'est ce que vous souhaitez + + # Si vous ne voulez pas non-plus de FanSUB. + - trash_ids: + - 84f0acbda9c0c9de783894fb66df25aa # FanSUB + quality_profiles: + - name: FR-VOSTFR-WEB-2160p + # score: -10000 diff --git a/docs/recyclarr-configs/sonarr/web-1080p-v4.yml b/docs/recyclarr-configs/sonarr/web-1080p-v4.yml index 115249197..30d67166d 100644 --- a/docs/recyclarr-configs/sonarr/web-1080p-v4.yml +++ b/docs/recyclarr-configs/sonarr/web-1080p-v4.yml @@ -1,8 +1,8 @@ # This config file is for use with Sonarr V4 only sonarr: sonarr: # A custom name used to identify this particular instance. - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: series diff --git a/docs/recyclarr-configs/sonarr/web-2160p-v4.yml b/docs/recyclarr-configs/sonarr/web-2160p-v4.yml index a36fc39a5..d7c92ffd6 100644 --- a/docs/recyclarr-configs/sonarr/web-2160p-v4.yml +++ b/docs/recyclarr-configs/sonarr/web-2160p-v4.yml @@ -1,8 +1,8 @@ # This config file is for use with Sonarr V4 only sonarr: sonarr: # A custom name used to identify this particular instance. - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] + base_url: Put your Sonarr URL here + api_key: Put your API key here quality_definition: type: series diff --git a/docs/recyclarr-configs/templates.json b/docs/recyclarr-configs/templates.json index e0a939299..d8e1435a3 100644 --- a/docs/recyclarr-configs/templates.json +++ b/docs/recyclarr-configs/templates.json @@ -20,6 +20,38 @@ "template": "radarr/anime-radarr.yml", "id": "anime-radarr" }, + { + "template": "radarr/french-hd-bluray-web-multi.yml", + "id": "french-hd-bluray-web-multi" + }, + { + "template": "radarr/french-hd-bluray-web-vostfr.yml", + "id": "french-hd-bluray-web-vostfr" + }, + { + "template": "radarr/french-remux-web-1080p-multi.yml", + "id": "french-remux-web-1080p-multi" + }, + { + "template": "radarr/french-remux-web-1080p-vostfr.yml", + "id": "french-remux-web-1080p-vostfr" + }, + { + "template": "radarr/french-uhd-bluray-web-multi.yml", + "id": "french-uhd-bluray-web-multi" + }, + { + "template": "radarr/french-uhd-bluray-web-vostfr.yml", + "id": "french-uhd-bluray-web-vostfr" + }, + { + "template": "radarr/french-remux-web-2160p-multi.yml", + "id": "french-remux-web-2160p-multi" + }, + { + "template": "radarr/french-remux-web-2160p-vostfr.yml", + "id": "french-remux-web-2160p-vostfr" + }, { "template": "radarr/sqp/sqp-1.yml", "id": "sqp-1", @@ -67,6 +99,14 @@ "template": "sonarr/french-web-1080p-vostfr-v4.yml", "id": "french-web-1080p-vostfr-v4" }, + { + "template": "sonarr/french-web-2160p-multi-v4.yml", + "id": "french-web-2160p-multi-v4" + }, + { + "template": "sonarr/french-web-2160p-vostfr-v4.yml", + "id": "french-web-2160p-vostfr-v4" + }, { "template": "sonarr/french-anime-multi-v4.yml", "id": "french-anime-multi-v4" diff --git a/includes/cf/radarr-movie-versions-imaxe.md b/includes/cf/radarr-movie-versions-imaxe.md index 5585ee84b..88c6c8911 100644 --- a/includes/cf/radarr-movie-versions-imaxe.md +++ b/includes/cf/radarr-movie-versions-imaxe.md @@ -6,6 +6,7 @@ | [{{ 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'] }} | | [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_score'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} | | [{{ radarr['cf']['masters-of-cinema']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#masters-of-cinema) | {{ radarr['cf']['masters-of-cinema']['trash_score'] }} | {{ radarr['cf']['masters-of-cinema']['trash_id'] }} | + | [{{ radarr['cf']['vinegar-syndrome']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vinegar-syndrome) | {{ radarr['cf']['vinegar-syndrome']['trash_score'] }} | {{ radarr['cf']['vinegar-syndrome']['trash_id'] }} | | [{{ radarr['cf']['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['cf']['special-edition']['trash_score'] }} | {{ radarr['cf']['special-edition']['trash_id'] }} | | [{{ radarr['cf']['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['cf']['imax']['trash_score'] }} | {{ radarr['cf']['imax']['trash_id'] }} | | [{{ radarr['cf']['imax-enhanced']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax-enhanced) | {{ radarr['cf']['imax-enhanced']['trash_score'] }} | {{ radarr['cf']['imax-enhanced']['trash_id'] }} | diff --git a/includes/cf/radarr-movie-versions.md b/includes/cf/radarr-movie-versions.md index a78787669..3a52301cf 100644 --- a/includes/cf/radarr-movie-versions.md +++ b/includes/cf/radarr-movie-versions.md @@ -6,5 +6,6 @@ | [{{ 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'] }} | | [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_score'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} | | [{{ radarr['cf']['masters-of-cinema']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#masters-of-cinema) | {{ radarr['cf']['masters-of-cinema']['trash_score'] }} | {{ radarr['cf']['masters-of-cinema']['trash_id'] }} | + | [{{ radarr['cf']['vinegar-syndrome']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vinegar-syndrome) | {{ radarr['cf']['vinegar-syndrome']['trash_score'] }} | {{ radarr['cf']['vinegar-syndrome']['trash_id'] }} | | [{{ radarr['cf']['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['cf']['special-edition']['trash_score'] }} | {{ radarr['cf']['special-edition']['trash_id'] }} | | [{{ radarr['cf']['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['cf']['imax']['trash_score'] }} | {{ radarr['cf']['imax']['trash_id'] }} | diff --git a/includes/french-guide/radarr-french-audio-version-en.md b/includes/french-guide/radarr-french-audio-version-en.md index 8f7c4bd61..6c496ecff 100644 --- a/includes/french-guide/radarr-french-audio-version-en.md +++ b/includes/french-guide/radarr-french-audio-version-en.md @@ -1,22 +1,21 @@ ??? abstract "Explanation - [CLICK TO EXPAND]" - | Acronyms | French Explanation | English Explanation | - | -------------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | - | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | - | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | - | VOF | Version Originale Française | Original French Version | - | VFI | Version Francophone Internationale | International French Version | - | VFQ | Version Francophone Québécoise | Canadian French Version | - | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | - | VFB | Version Francophone Belge | Belgian French Version | - | VF[1-9] or FR[1-9][2] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | - | VOSTFR[3] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + | Acronyms | French Explanation | English Explanation | + | -------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | - *[1] VF is included under the VFQ Custom Format, but it should be noted that it was often mismatched with VFF instead of VFQ pre-2022.* - - *[2] VF[1-9] is included under the VFI Custom Format.* - - *[3] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* + - *[2] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. I do not recommend using such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. + Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. ??? abstract "French Audio Versions - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | @@ -24,6 +23,7 @@ | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | 0 | {{ radarr['cf']['french-vff']['trash_id'] }} | | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | 0 | {{ radarr['cf']['french-vof']['trash_id'] }} | | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | 0 | {{ radarr['cf']['french-vfi']['trash_id'] }} | + | [{{ radarr['cf']['french-vf2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vf2) | 0 | {{ radarr['cf']['french-vf2']['trash_id'] }} | | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | 0 | {{ radarr['cf']['french-vfq']['trash_id'] }} | | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | 0 | {{ radarr['cf']['french-vq']['trash_id'] }} | | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | 0 | {{ radarr['cf']['french-vfb']['trash_id'] }} | diff --git a/includes/french-guide/radarr-french-audio-version-fr.md b/includes/french-guide/radarr-french-audio-version-fr.md index d908086d7..9a8ad4f7c 100644 --- a/includes/french-guide/radarr-french-audio-version-fr.md +++ b/includes/french-guide/radarr-french-audio-version-fr.md @@ -1,22 +1,21 @@ ??? abstract "Explications - [CLIQUEZ POUR AFFICHER]" - | Acronymes | French Explanation | English Explanation | - | -------------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | - | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | - | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | - | VOF | Version Originale Française | Original French Version | - | VFI | Version Francophone Internationale | International French Version | - | VFQ | Version Francophone Québécoise | Canadian French Version | - | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | - | VFB | Version Francophone Belge | Belgian French Version | - | VF[1-9] or FR[1-9][2] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | - | VOSTFR[3] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + | Acronymes | French Explanation | English Explanation | + | -------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | - *[1] VF est inclus dans le Format Personnalisé VFQ, mais il convient de noter qu'il était souvent associé à VFF au lieu de VFQ avant 2022.* - - *[2] VF [1-9] est inclus dans le Format Personnalisé VFI.* - - *[3] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* + - *[2] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. Je ne recommande pas l'utilisation d'une telle fonction car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. + Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. ??? abstract "Versions françaises - [CLIQUEZ POUR AFFICHER]" | Formats Personnalisés | Score | Trash ID | @@ -24,6 +23,7 @@ | [{{ radarr['cf']['french-vff']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vff) | 0 | {{ radarr['cf']['french-vff']['trash_id'] }} | | [{{ radarr['cf']['french-vof']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vof) | 0 | {{ radarr['cf']['french-vof']['trash_id'] }} | | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | 0 | {{ radarr['cf']['french-vfi']['trash_id'] }} | + | [{{ radarr['cf']['french-vf2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vf2) | 0 | {{ radarr['cf']['french-vf2']['trash_id'] }} | | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | 0 | {{ radarr['cf']['french-vfq']['trash_id'] }} | | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | 0 | {{ radarr['cf']['french-vq']['trash_id'] }} | | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | 0 | {{ radarr['cf']['french-vfb']['trash_id'] }} | diff --git a/includes/french-guide/sonarr-french-audio-version-en.md b/includes/french-guide/sonarr-french-audio-version-en.md index 0037a9960..27771ee91 100644 --- a/includes/french-guide/sonarr-french-audio-version-en.md +++ b/includes/french-guide/sonarr-french-audio-version-en.md @@ -1,22 +1,21 @@ ??? abstract "Explanation - [CLICK TO EXPAND]" - | Acronyms | French Explanation | English Explanation | - | -------------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | - | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | - | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | - | VOF | Version Originale Française | Original French Version | - | VFI | Version Francophone Internationale | International French Version | - | VFQ | Version Francophone Québécoise | Canadian French Version | - | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | - | VFB | Version Francophone Belge | Belgian French Version | - | VF[1-9] or FR[1-9][2] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | - | VOSTFR[3] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + | Acronyms | French Explanation | English Explanation | + | -------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | - *[1] VF is included under the VFQ Custom Format, but it should be noted that it was often mismatched with VFF instead of VFQ pre-2022.* - - *[2] VF[1-9] is included under the VFI Custom Format.* - - *[3] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* + - *[2] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. I do not recommend using such a feature along with those Custom Formats as it can lead to false positives from the VFF or VFQ Custom Formats. + Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. ??? abstract "French Audio Versions - [CLICK TO EXPAND]" | Custom Format | Score | Trash ID | @@ -24,6 +23,7 @@ | [{{ sonarr['cf']['french-vff']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vff) | 0 | {{ sonarr['cf']['french-vff']['trash_id'] }} | | [{{ sonarr['cf']['french-vof']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vof) | 0 | {{ sonarr['cf']['french-vof']['trash_id'] }} | | [{{ sonarr['cf']['french-vfi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfi) | 0 | {{ sonarr['cf']['french-vfi']['trash_id'] }} | + | [{{ sonarr['cf']['french-vf2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vf2) | 0 | {{ sonarr['cf']['french-vf2']['trash_id'] }} | | [{{ sonarr['cf']['french-vfq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfq) | 0 | {{ sonarr['cf']['french-vfq']['trash_id'] }} | | [{{ sonarr['cf']['french-vq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vq) | 0 | {{ sonarr['cf']['french-vq']['trash_id'] }} | | [{{ sonarr['cf']['french-vfb']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfb) | 0 | {{ sonarr['cf']['french-vfb']['trash_id'] }} | diff --git a/includes/french-guide/sonarr-french-audio-version-fr.md b/includes/french-guide/sonarr-french-audio-version-fr.md index 071afb144..b25191539 100644 --- a/includes/french-guide/sonarr-french-audio-version-fr.md +++ b/includes/french-guide/sonarr-french-audio-version-fr.md @@ -1,22 +1,21 @@ ??? abstract "Explications - [CLIQUEZ POUR AFFICHER]" - | Acronymes | French Explanation | English Explanation | - | -------------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | - | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | - | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | - | VOF | Version Originale Française | Original French Version | - | VFI | Version Francophone Internationale | International French Version | - | VFQ | Version Francophone Québécoise | Canadian French Version | - | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | - | VFB | Version Francophone Belge | Belgian French Version | - | VF[1-9] or FR[1-9][2] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | - | VOSTFR[3] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | + | Acronymes | French Explanation | English Explanation | + | -------------------------- | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------- | + | TRUEFRENCH or VFF | Version Francophone Française (doublage réalisé en France) | Full French version (dubbing done in France) | + | FRENCH or VF[1] | Version Francophone (normalement equivalent à la VFQ) | French version (normally equivalent to VFQ) | + | VOF | Version Originale Française | Original French Version | + | VFI | Version Francophone Internationale | International French Version | + | VFQ | Version Francophone Québécoise | Canadian French Version | + | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | + | VFB | Version Francophone Belge | Belgian French Version | + | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | + | VOSTFR[2] | Indique que l'audio est dans la langue originale, avec des sous-titres en français. | Indicates soundtrack in the original language, with French subtitles | - *[1] VF est inclus dans le Format Personnalisé VFQ, mais il convient de noter qu'il était souvent associé à VFF au lieu de VFQ avant 2022.* - - *[2] VF [1-9] est inclus dans le Format Personnalisé VFI.* - - *[3] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* + - *[2] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. Je ne recommande pas l'utilisation d'une telle fonction car elle peut entraîner des faux positifs avec les formats personnalisés VFF ou VFQ. + Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. ??? abstract "Versions françaises - [CLIQUEZ POUR AFFICHER]" | Formats Personnalisés | Score | Trash ID | @@ -24,6 +23,7 @@ | [{{ sonarr['cf']['french-vff']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vff) | 0 | {{ sonarr['cf']['french-vff']['trash_id'] }} | | [{{ sonarr['cf']['french-vof']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vof) | 0 | {{ sonarr['cf']['french-vof']['trash_id'] }} | | [{{ sonarr['cf']['french-vfi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfi) | 0 | {{ sonarr['cf']['french-vfi']['trash_id'] }} | + | [{{ sonarr['cf']['french-vf2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vf2) | 0 | {{ sonarr['cf']['french-vf2']['trash_id'] }} | | [{{ sonarr['cf']['french-vfq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfq) | 0 | {{ sonarr['cf']['french-vfq']['trash_id'] }} | | [{{ sonarr['cf']['french-vq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vq) | 0 | {{ sonarr['cf']['french-vq']['trash_id'] }} | | [{{ sonarr['cf']['french-vfb']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfb) | 0 | {{ sonarr['cf']['french-vfb']['trash_id'] }} | diff --git a/includes/sqp/1-cf-scoring.md b/includes/sqp/1-cf-scoring.md index bcfbf3a57..383dc744e 100644 --- a/includes/sqp/1-cf-scoring.md +++ b/includes/sqp/1-cf-scoring.md @@ -31,6 +31,7 @@ | [{{ 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'] }} | | [{{ radarr['cf']['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['cf']['criterion-collection']['trash_score'] }} | {{ radarr['cf']['criterion-collection']['trash_id'] }} | | [{{ radarr['cf']['masters-of-cinema']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#masters-of-cinema) | {{ radarr['cf']['masters-of-cinema']['trash_score'] }} | {{ radarr['cf']['masters-of-cinema']['trash_id'] }} | + | [{{ radarr['cf']['vinegar-syndrome']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vinegar-syndrome) | {{ radarr['cf']['vinegar-syndrome']['trash_score'] }} | {{ radarr['cf']['vinegar-syndrome']['trash_id'] }} | | [{{ radarr['cf']['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['cf']['special-edition']['trash_score'] }} | {{ radarr['cf']['special-edition']['trash_id'] }} | | [{{ radarr['cf']['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['cf']['imax']['trash_score'] }} | {{ radarr['cf']['imax']['trash_id'] }} | | [{{ radarr['cf']['imax-enhanced']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax-enhanced) | {{ radarr['cf']['imax-enhanced']['trash_score'] }} | {{ radarr['cf']['imax-enhanced']['trash_id'] }} | @@ -54,8 +55,6 @@ | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: 1100 | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: 1050 | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | - !!! Danger "- Don’t use HQ-xxx or UHD (xxx) and Tiers together
- Remux Tier 01-02 replaces HQ-Remux
- UHD Bluray Tier 01-03 replaces UHD (xxx)
- Web Tier 01-03 replaces HQ-WEBDL" - {! include-markdown "../../includes/cf/radarr-misc.md" !} {! include-markdown "../../includes/cf/radarr-unwanted.md" !} diff --git a/includes/sqp/2-cf-scoring.md b/includes/sqp/2-cf-scoring.md index 62b1537ca..1856483a4 100644 --- a/includes/sqp/2-cf-scoring.md +++ b/includes/sqp/2-cf-scoring.md @@ -18,8 +18,6 @@ | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - !!! Danger "- Don’t use HQ-xxx or UHD (xxx) and Tiers together
- Remux Tier 01-02 replaces HQ-Remux
- UHD Bluray Tier 01-03 replaces UHD (xxx)
- Web Tier 01-03 replaces HQ-WEBDL" - {! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !} {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} diff --git a/includes/sqp/5-cf-scoring.md b/includes/sqp/5-cf-scoring.md index 62b1537ca..1856483a4 100644 --- a/includes/sqp/5-cf-scoring.md +++ b/includes/sqp/5-cf-scoring.md @@ -18,8 +18,6 @@ | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - !!! Danger "- Don’t use HQ-xxx or UHD (xxx) and Tiers together
- Remux Tier 01-02 replaces HQ-Remux
- UHD Bluray Tier 01-03 replaces UHD (xxx)
- Web Tier 01-03 replaces HQ-WEBDL" - {! include-markdown "../../includes/sqp/uhd-radarr-misc.md" !} {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !}