From 11b0b4a4368ba7a49f731fd5f6a0c8e464320682 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:02:42 +0100 Subject: [PATCH 1/4] Update mkdocs.yml Add Recyclarr config page redirects --- mkdocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 61a3851de..4ae4c4b5c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -104,6 +104,9 @@ plugins: show-unknown.md: Radarr/Tips/Radarr-show-unknown-movie-items.md merge-quality.md: Radarr/Tips/Merge-quality.md jdupes.md: Hardlinks/Replace-copies-with-hardlinks.md + # Recyclarr redirects + Recyclarr/recyclarr-configs.md: https://recyclarr.dev/wiki/guide-configs/ + Recyclarr/recyclarr-configs-sqp.md: https://recyclarr.dev/wiki/sqp-configs/ theme: name: material From 69b28e5294244e9299c41af0c7f3c3ada4c6aeda Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:31:15 +0100 Subject: [PATCH 2/4] Removed config files - Removed Recyclarr config files from the TRaSH guides repo as they are now located in the Recyclarr repo. - Added a README.md to inform users accessing via GitHub of the relocation --- docs/recyclarr-configs/README.md | 3 + .../recyclarr-configs/radarr/anime-radarr.yml | 83 --------- .../radarr/french-hd-bluray-web-multi.yml | 127 -------------- .../radarr/french-hd-bluray-web-vostfr.yml | 98 ----------- .../radarr/french-remux-web-1080p-multi.yml | 146 ---------------- .../radarr/french-remux-web-1080p-vostfr.yml | 115 ------------ .../radarr/french-remux-web-2160p-multi.yml | 164 ------------------ .../radarr/french-remux-web-2160p-vostfr.yml | 133 -------------- .../radarr/french-uhd-bluray-web-multi.yml | 164 ------------------ .../radarr/french-uhd-bluray-web-vostfr.yml | 133 -------------- .../radarr/hd-bluray-web.yml | 64 ------- .../radarr/remux-web-1080p.yml | 79 --------- .../radarr/remux-web-2160p.yml | 96 ---------- .../radarr/sqp/sqp-1-2160p.yml | 140 --------------- docs/recyclarr-configs/radarr/sqp/sqp-1.yml | 113 ------------ docs/recyclarr-configs/radarr/sqp/sqp-2.yml | 129 -------------- docs/recyclarr-configs/radarr/sqp/sqp-3.yml | 126 -------------- docs/recyclarr-configs/radarr/sqp/sqp-4.yml | 125 ------------- docs/recyclarr-configs/radarr/sqp/sqp-5.yml | 128 -------------- .../radarr/uhd-bluray-web.yml | 96 ---------- .../sonarr/anime-sonarr-v4.yml | 117 ------------- .../sonarr/french-anime-multi-v4.yml | 154 ---------------- .../sonarr/french-anime-vostfr-v4.yml | 152 ---------------- .../sonarr/french-web-1080p-multi-v4.yml | 128 -------------- .../sonarr/french-web-1080p-vostfr-v4.yml | 102 ----------- .../sonarr/french-web-2160p-multi-v4.yml | 143 --------------- .../sonarr/french-web-2160p-vostfr-v4.yml | 117 ------------- .../recyclarr-configs/sonarr/web-1080p-v4.yml | 52 ------ .../recyclarr-configs/sonarr/web-2160p-v4.yml | 69 -------- docs/recyclarr-configs/templates.json | 119 ------------- 30 files changed, 3 insertions(+), 3412 deletions(-) create mode 100644 docs/recyclarr-configs/README.md delete mode 100644 docs/recyclarr-configs/radarr/anime-radarr.yml delete mode 100644 docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml delete mode 100644 docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml delete mode 100644 docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml delete mode 100644 docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml delete mode 100644 docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml delete mode 100644 docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml delete mode 100644 docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml delete mode 100644 docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml delete mode 100644 docs/recyclarr-configs/radarr/hd-bluray-web.yml delete mode 100644 docs/recyclarr-configs/radarr/remux-web-1080p.yml delete mode 100644 docs/recyclarr-configs/radarr/remux-web-2160p.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-1.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-2.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-3.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-4.yml delete mode 100644 docs/recyclarr-configs/radarr/sqp/sqp-5.yml delete mode 100644 docs/recyclarr-configs/radarr/uhd-bluray-web.yml delete mode 100644 docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/french-web-2160p-vostfr-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/web-1080p-v4.yml delete mode 100644 docs/recyclarr-configs/sonarr/web-2160p-v4.yml delete mode 100644 docs/recyclarr-configs/templates.json diff --git a/docs/recyclarr-configs/README.md b/docs/recyclarr-configs/README.md new file mode 100644 index 000000000..d89079503 --- /dev/null +++ b/docs/recyclarr-configs/README.md @@ -0,0 +1,3 @@ +# Relocated + +The pre-built Recyclarr config files have been relocated here: [Recyclarr config-templates GitHub Repository](https://github.com/recyclarr/config-templates) \ No newline at end of file diff --git a/docs/recyclarr-configs/radarr/anime-radarr.yml b/docs/recyclarr-configs/radarr/anime-radarr.yml deleted file mode 100644 index 7c160b6a1..000000000 --- a/docs/recyclarr-configs/radarr/anime-radarr.yml +++ /dev/null @@ -1,83 +0,0 @@ -radarr: - radarr-anime: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: movie - - quality_profiles: - - name: Remux-1080p - Anime - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Anime CF/Scoring - - fb3ccc5d5cc8f77c9055d4cb4561dded # Anime BD Tier 01 (Top SeaDex Muxers) - - 66926c8fa9312bc74ab71bf69aae4f4a # Anime BD Tier 02 (SeaDex Muxers) - - fa857662bad28d5ff21a6e611869a0ff # Anime BD Tier 03 (SeaDex Muxers) - - f262f1299d99b1a2263375e8fa2ddbb3 # Anime BD Tier 04 (SeaDex Muxers) - - ca864ed93c7b431150cc6748dc34875d # Anime BD Tier 05 (Remuxes) - - 9dce189b960fddf47891b7484ee886ca # Anime BD Tier 06 (FanSubs) - - 1ef101b3a82646b40e0cab7fc92cd896 # Anime BD Tier 07 (P2P/Scene) - - 6115ccd6640b978234cc47f2c1f2cadc # Anime BD Tier 08 (Mini Encodes) - - 8167cffba4febfb9a6988ef24f274e7e # Anime Web Tier 01 (Muxers) - - 8526c54e36b4962d340fce52ef030e76 # Anime Web Tier 02 (Top FanSubs) - - de41e72708d2c856fa261094c85e965d # Anime Web Tier 03 (Official Subs) - - 9edaeee9ea3bcd585da9b7c0ac3fc54f # Anime Web Tier 04 (Official Subs) - - 22d953bbe897857b517928f3652b8dd3 # Anime Web Tier 05 (FanSubs) - - a786fbc0eae05afe3bb51aee3c83a9d4 # Anime Web Tier 06 (FanSubs) - - b0fdc5897f68c9a68c70c25169f77447 # Anime LQ Groups - - c259005cbaeb5ab44c06eddb4751e70c # v0 - - 5f400539421b8fcf71d51e6384434573 # v1 - - 3df5e6dfef4b09bb6002f732bed5b774 # v2 - - db92c27ba606996b146b57fbe6d09186 # v3 - - d4e5e842fad129a3c097bdb2d20d31a0 # v4 - # Anime Streaming Services - - 60f6d50cbd3cfc3e9a8c00e3a30c3114 # VRV - quality_profiles: - - name: Remux-1080p - Anime - # Custom Scoring - # Anime CF/Scoring - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 - - trash_ids: - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - quality_profiles: - - name: Remux-1080p - Anime - score: 1050 # required as this differs from the standard scoring - - trash_ids: - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - quality_profiles: - - name: Remux-1080p - Anime - score: 1000 # required as this differs from the standard scoring - # Adjustable scoring section - - trash_ids: - - 4a3b087eea2ce012fcc1ce319259a3be # Anime Dual Audio - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # adjust as desired - - trash_ids: - - 064af5f084a0a24458cc8ecd3220f93f # Uncensored - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # adjust as desired - - trash_ids: - - a5d148168c4506b55cf53984107c396e # 10bit - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # adjust as desired - - trash_ids: - - 06b6542a47037d1e33b15aa3677c2365 # Anime Raws - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 # adjust as desired - - trash_ids: - - b23eae459cc960816f2d6ba84af45055 # Dubs Only - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 # adjust as desired diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml deleted file mode 100644 index 252f057f4..000000000 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-multi.yml +++ /dev/null @@ -1,127 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "HD Bluray + WEB" present dans le guide -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#hd-bluray-web -radarr: - radarr_french_multi_bluray_web_1080p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== MULTi Audio ===== - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - - d5f3a1afdb77e6b95e489f7654532d04 # 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. - # - 6d27683346c78d6a3f772e30877910a7 # French Audio - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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. - # - # Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. - # - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - # - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 - # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - # - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - # - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - - # ===== 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 404c08fd0bd67f39b4d8e5709319094e # VFF - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - # score: 101 - - trash_ids: - - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - # score: 101 - - trash_ids: - - 52772f1cad6b5d26c2551f79bc538a50 # VFI - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - # 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: 101 - - trash_ids: - - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - # score: 101 - - trash_ids: - - b3fb499641d7b3c2006be1d9eb014cb3 # VFB - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p - # score: 101 - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-1080p diff --git a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml b/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml deleted file mode 100644 index a0d8db276..000000000 --- a/docs/recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml +++ /dev/null @@ -1,98 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "HD Bluray + WEB" present dans le guide, mais avec une configuration pour obtenir de la VOSTFR -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#hd-bluray-web -radarr: - radarr_french_vostfr_bluray_web_1080p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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 - - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-1080p - - # ===== MULTi Audio ===== - # Nécessaire vu qu'on ne souhaite pas de MULTi - - trash_ids: - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-1080p - 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-1080p - score: 1000 - - # Si vous ne voulez pas non-plus de FanSUB. - - trash_ids: - - 02e48d30a176c91baf9e15de05e5dc6a # FanSUB - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml b/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml deleted file mode 100644 index 65f6937c4..000000000 --- a/docs/recyclarr-configs/radarr/french-remux-web-1080p-multi.yml +++ /dev/null @@ -1,146 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "Remux + WEB 1080p" present dans le guide -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#remux-web-1080p -radarr: - radarr_french_multi_remux_web_1080p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== MULTi Audio ===== - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - - d5f3a1afdb77e6b95e489f7654532d04 # 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. - # - 6d27683346c78d6a3f772e30877910a7 # French Audio - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # Avant de les ajouter, merci de lire et comprendre la note informative présent au début de cette section : - # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/#uhd-bluray-web - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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. - # - # Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. - # - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - # - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - # - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - # - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - # - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - - # ===== 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 404c08fd0bd67f39b4d8e5709319094e # VFF - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - 52772f1cad6b5d26c2551f79bc538a50 # VFI - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - b6ace47331a1d3b77942fc18156f6df6 # VFQ - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - b3fb499641d7b3c2006be1d9eb014cb3 # VFB - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p - # score: 101 - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-MULTi-REMUX-WEB-1080p diff --git a/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml b/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml deleted file mode 100644 index 4ffd730a7..000000000 --- a/docs/recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml +++ /dev/null @@ -1,115 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "Remux + WEB 1080p" present dans le guide, mais avec une configuration pour obtenir de la VOSTFR -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#remux-web-1080p -radarr: - radarr_french_vostfr_remux_web_1080p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups - # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-1080p - - # ===== MULTi Audio ===== - # Nécessaire vu qu'on ne souhaite pas de MULTi - - trash_ids: - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-1080p - 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-1080p - score: 1000 - - # Si vous ne voulez pas non-plus de FanSUB. - - trash_ids: - - 02e48d30a176c91baf9e15de05e5dc6a # FanSUB - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml b/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml deleted file mode 100644 index 13cac0f5b..000000000 --- a/docs/recyclarr-configs/radarr/french-remux-web-2160p-multi.yml +++ /dev/null @@ -1,164 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "Remux + WEB 2160p" present dans le guide -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#remux-web-2160p -radarr: - radarr_french_multi_remux_web_2160p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== MULTi Audio ===== - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - - d5f3a1afdb77e6b95e489f7654532d04 # 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. - # - 6d27683346c78d6a3f772e30877910a7 # French Audio - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # Avant de les ajouter, merci de lire et comprendre la note informative présent au début de cette section : - # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/#uhd-bluray-web - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Formats HDR ===== - # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # 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. - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # Décommentez la ligne suivante si l'un de vos appareils supporte le HDR10+. - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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. - # - # Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. - # - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - # - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - # - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - # - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - # - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - - # ===== 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 404c08fd0bd67f39b4d8e5709319094e # VFF - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - 52772f1cad6b5d26c2551f79bc538a50 # VFI - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - b6ace47331a1d3b77942fc18156f6df6 # VFQ - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - b3fb499641d7b3c2006be1d9eb014cb3 # VFB - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p - # score: 101 - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-MULTi-REMUX-WEB-2160p diff --git a/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml b/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml deleted file mode 100644 index 94867cc89..000000000 --- a/docs/recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml +++ /dev/null @@ -1,133 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "UHD Bluray + WEB" present dans le guide, mais avec une configuration pour obtenir de la VOSTFR -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#uhd-bluray-web -radarr: - radarr_french_vostfr_remux_web_2160p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Formats HDR ===== - # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # 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. - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # Décommentez la ligne suivante si l'un de vos appareils supporte le HDR10+. - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 9c38ebb7384dada637be8899efa68e6f # SDR - - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 0d94489c0d5828cd3bf9409d309fb32b # FR Scene Groups - # Les tiers suivant sont les tiers originaux du guide (groupes anglophones) - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-2160p - - # ===== MULTi Audio ===== - # Nécessaire vu qu'on ne souhaite pas de MULTi - - trash_ids: - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - quality_profiles: - - name: FR-VOSTFR-REMUX-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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-2160p - score: 1000 - - # Si vous ne voulez pas non-plus de FanSUB. - - trash_ids: - - 02e48d30a176c91baf9e15de05e5dc6a # FanSUB - quality_profiles: - - name: FR-VOSTFR-REMUX-WEB-2160p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml deleted file mode 100644 index 176ae664d..000000000 --- a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml +++ /dev/null @@ -1,164 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "UHD Bluray + WEB" present dans le guide -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#uhd-bluray-web -radarr: - radarr_french_multi_bluray_web_2160p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== MULTi Audio ===== - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - - d5f3a1afdb77e6b95e489f7654532d04 # 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. - # - 6d27683346c78d6a3f772e30877910a7 # French Audio - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # Avant de les ajouter, merci de lire et comprendre la note informative présent au début de cette section : - # https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-fr/#uhd-bluray-web - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Formats HDR ===== - # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # 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. - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # Décommentez la ligne suivante si l'un de vos appareils supporte le HDR10+. - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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. - # - # Il est tout de fois possible que dans ce cas Radarr récupére une release VO au lieu d'un MULTi/DUAL car celle-ci possède un score plus important. - # - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - # - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - # - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 - # - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - # - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - # - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - - # ===== 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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 404c08fd0bd67f39b4d8e5709319094e # VFF - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - 4cafa20d5584f6ba1871d1b8941aa3cb # VOF - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - 52772f1cad6b5d26c2551f79bc538a50 # VFI - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - 29b5f7b1a5f20f64228786c3ab1bdc7d # VF2 - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - b6ace47331a1d3b77942fc18156f6df6 # VFQ - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - 95aa50f71a01c82354a7a2b385f1c4d8 # VQ - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - b3fb499641d7b3c2006be1d9eb014cb3 # VFB - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p - # score: 101 - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-MULTi-BLURAY-WEB-2160p diff --git a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml b/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml deleted file mode 100644 index e06ad9234..000000000 --- a/docs/recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml +++ /dev/null @@ -1,133 +0,0 @@ -# Ce fichier propose un example de configuration pour le logiciel "recyclarr" : -# https://recyclarr.dev/wiki/ -# https://github.com/recyclarr/recyclarr - -# Cet exemple est pour radarr et le profil "UHD Bluray + WEB" present dans le guide, mais avec une configuration pour obtenir de la VOSTFR -# https://trash-guides.info/Radarr/radarr-setup-quality-profiles-french-en/#uhd-bluray-web -radarr: - radarr_french_multi_bluray_web_2160p: - # L'URL de base ainsi que la clé API de votre instance Radarr - 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: - # ===== Audio ===== - # Décommentez la section suivante si vous utilisez les formats audio avancés - # https://trash-guides.info/Radarr/images/flowchart-audio.png - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # ===== Formats HDR ===== - # https://trash-guides.info/Radarr/images/flowchart-hdr-formats.png - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # 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. - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # Décommentez la ligne suivante si l'un de vos appareils supporte le HDR10+. - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # ===== Indésirables ===== - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 48f031e76111f17ea94898f4cdc34fdc # FR LQ - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 9c38ebb7384dada637be8899efa68e6f # SDR - - 7f9b93f82b7e996391525f2be1d891e0 # FastSUB - # ===== 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 - # ===== Misc ===== - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # ===== Services de Streaming ===== - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 2a6039655313bf5dab1e43523b62c374 # MA - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - 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 - # Vous pouvez commenter/supprimer le groupe scene si vous ne souhaitez pas de releases venant de la Scene française - - 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 - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-2160p - - # ===== MULTi Audio ===== - # Nécessaire vu qu'on ne souhaite pas de MULTi - - trash_ids: - - 72b1548df1ac3175ca105a9ce7043c91 # Multi-Audio - quality_profiles: - - name: FR-VOSTFR-BLURAY-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/Radarr/radarr-setup-quality-profiles-french-en/#french-audio-versions - - trash_ids: - - 9172b2f683f6223e3a1846427b417a3d # VOSTFR - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-2160p - score: 1000 - - # Si vous ne voulez pas non-plus de FanSUB. - - trash_ids: - - 02e48d30a176c91baf9e15de05e5dc6a # FanSUB - quality_profiles: - - name: FR-VOSTFR-BLURAY-WEB-2160p - # score: -10000 diff --git a/docs/recyclarr-configs/radarr/hd-bluray-web.yml b/docs/recyclarr-configs/radarr/hd-bluray-web.yml deleted file mode 100644 index 3d262d561..000000000 --- a/docs/recyclarr-configs/radarr/hd-bluray-web.yml +++ /dev/null @@ -1,64 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: movie - - quality_profiles: - - name: HD Bluray + WEB - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Movie Versions - - 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 - # HQ Release Groups - - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 - - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: HD Bluray + WEB - # Custom Scoring - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: HD Bluray + WEB - score: 0 diff --git a/docs/recyclarr-configs/radarr/remux-web-1080p.yml b/docs/recyclarr-configs/radarr/remux-web-1080p.yml deleted file mode 100644 index d8b73be16..000000000 --- a/docs/recyclarr-configs/radarr/remux-web-1080p.yml +++ /dev/null @@ -1,79 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: movie - - quality_profiles: - - name: Remux + WEB 1080p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - Uncomment the next section if you are using the Advanced Audio Formats - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # Movie Versions - - 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 - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Remux + WEB 1080p - # Custom Scoring - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Remux + WEB 1080p - score: 0 diff --git a/docs/recyclarr-configs/radarr/remux-web-2160p.yml b/docs/recyclarr-configs/radarr/remux-web-2160p.yml deleted file mode 100644 index a615143ca..000000000 --- a/docs/recyclarr-configs/radarr/remux-web-2160p.yml +++ /dev/null @@ -1,96 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: movie - - quality_profiles: - - name: Remux + WEB 2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - Uncomment the next section if you are using the Advanced Audio Formats - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # All HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # DV (WEBDL) - The next line is uncommented by default, and ensures that releases with Dolby Vision will only be grabbed if they have HDR10 fallback. You can comment the line out if you do not need HDR10 fallback - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # HDR10Plus Boost - Uncomment the next line if any of your devices DO support HDR10+ - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # Movie Versions - - 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 - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Remux + WEB 2160p - # Custom Scoring - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Remux + WEB 2160p - score: 0 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml b/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml deleted file mode 100644 index 1a82479ce..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-1-2160p.yml +++ /dev/null @@ -1,140 +0,0 @@ -# Note: this config will work with both 'Bluray|WEB-2160p' and 'SQP-1 (2160p) - (Max compatibility, prefer BHDstudio)' variants. -# Rename your quality profiles in Radarr and in this config accordingly -# Updated: 2023-06-10 -radarr: - radarr-sqp-streaming: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-streaming - - quality_profiles: - - name: Bluray|WEB-2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - # Uncomment the next line(s) if you prefer IMAX/IMAX Enhanced to BHDStudio - # - eecf3a857724171f968a66cb5719e152 # IMAX - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 5153ec7413d9dae44e24275589b5e944 # BHDStudio - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - b17886cb4158d9fea189859409975758 # HDR10+ Boost - Uncomment this line if you have a setup that supports HDR10+ - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # Resolution - - b2be17d608fc88818940cd1833b0b24c # 720p - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Bluray|WEB-2160p - - # Custom Scoring - # HQ Release Groups - Optional - Uncomment the next section (10 lines) to enable other Bluray Encodes (less or not streaming optimized) - # - trash_ids: - # - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - # quality_profiles: - # - name: Bluray|WEB-2160p - # score: 1100 - # - trash_ids: - # - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 - # quality_profiles: - # - name: Bluray|WEB-2160p - # score: 1050 - # - trash_ids: - # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - # quality_profiles: - # - name: Bluray|WEB-2160p - # score: 1000 - # --HQ Release Groups section ends-- - - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Bluray|WEB-2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000 - # score: 0 - - - trash_ids: - # Audio - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - c2998bd0d90ed5621d8df281e839436e # DD - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Bluray|WEB-2160p - score: 0 - - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - quality_profiles: - - name: Bluray|WEB-2160p - score: -10000 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml b/docs/recyclarr-configs/radarr/sqp/sqp-1.yml deleted file mode 100644 index 56f55ab0d..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-1.yml +++ /dev/null @@ -1,113 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr-sqp-streaming: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-streaming - - quality_profiles: - - name: Bluray|WEB-1080p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - # Uncomment the next line(s) if you prefer IMAX/IMAX Enhanced to BHDStudio - # - eecf3a857724171f968a66cb5719e152 # IMAX - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 5153ec7413d9dae44e24275589b5e944 # BHDStudio - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution - - b2be17d608fc88818940cd1833b0b24c # 720p - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Bluray|WEB-1080p - # Custom Scoring - # HQ Release Groups - Optional - Uncomment the next section (10 lines) to enable other Bluray Encodes (less or not streaming optimized) - # - trash_ids: - # - ed27ebfef2f323e964fb1f61391bcb35 # HD Bluray Tier 01 - # quality_profiles: - # - name: Bluray|WEB-1080p - # score: 1100 - # - trash_ids: - # - c20c8647f2746a1f4c4262b0fbbeeeae # HD Bluray Tier 02 - # quality_profiles: - # - name: Bluray|WEB-1080p - # score: 1050 - # - trash_ids: - # - 5608c71bcebba0a5e666223bae8c9227 # HD Bluray Tier 03 - # quality_profiles: - # - name: Bluray|WEB-1080p - # score: 1000 - # --HQ Release Groups section ends-- - - trash_ids: - # Audio - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - - c2998bd0d90ed5621d8df281e839436e # DD - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Bluray|WEB-1080p - score: 0 - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - quality_profiles: - - name: Bluray|WEB-1080p - score: -10000 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-2.yml b/docs/recyclarr-configs/radarr/sqp/sqp-2.yml deleted file mode 100644 index 7a7f1095d..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-2.yml +++ /dev/null @@ -1,129 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr-sqp-uhd: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-uhd - - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - f700d29429c023a5734505e77daeaea7 # DV (FEL) - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - - eecf3a857724171f968a66cb5719e152 # IMAX - # Uncomment the next line if you prefer IMAX Enhanced releases - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - b17886cb4158d9fea189859409975758 # HDR10+ Boost - Uncomment this line if you have a setup that supports HDR10+ - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - # Custom Scoring - - trash_ids: - # Resolution - - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: -10000 - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Remux|Bluray|IMAX-E|2160p - score: 0 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-3.yml b/docs/recyclarr-configs/radarr/sqp/sqp-3.yml deleted file mode 100644 index b4e4b1941..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-3.yml +++ /dev/null @@ -1,126 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr-sqp-uhd: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-uhd - - quality_profiles: - - name: Remux|IMAX-E|2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - f700d29429c023a5734505e77daeaea7 # DV (FEL) - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - - eecf3a857724171f968a66cb5719e152 # IMAX - # Uncomment the next line if you prefer IMAX Enhanced releases - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - b17886cb4158d9fea189859409975758 # HDR10+ Boost - Uncomment this line if you have a setup that supports HDR10+ - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Remux|IMAX-E|2160p - # Custom Scoring - - trash_ids: - # Resolution - - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p - quality_profiles: - - name: Remux|IMAX-E|2160p - score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Remux|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 - quality_profiles: - - name: Remux|IMAX-E|2160p - score: -10000 - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Remux|IMAX-E|2160p - score: 0 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-4.yml b/docs/recyclarr-configs/radarr/sqp/sqp-4.yml deleted file mode 100644 index f33706095..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-4.yml +++ /dev/null @@ -1,125 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr-sqp-uhd: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-uhd - - quality_profiles: - - name: WEBDL|IMAX-E|2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - - eecf3a857724171f968a66cb5719e152 # IMAX - # Uncomment the next line if you prefer IMAX Enhanced releases - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - b17886cb4158d9fea189859409975758 # HDR10+ Boost - Uncomment this line if you have a setup that supports HDR10+ - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: WEBDL|IMAX-E|2160p - # Custom Scoring - - trash_ids: - # Resolution - - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p - quality_profiles: - - name: WEBDL|IMAX-E|2160p - score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: WEBDL|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 - quality_profiles: - - name: WEBDL|IMAX-E|2160p - score: -10000 - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: WEBDL|IMAX-E|2160p - score: 0 diff --git a/docs/recyclarr-configs/radarr/sqp/sqp-5.yml b/docs/recyclarr-configs/radarr/sqp/sqp-5.yml deleted file mode 100644 index 97acf2055..000000000 --- a/docs/recyclarr-configs/radarr/sqp/sqp-5.yml +++ /dev/null @@ -1,128 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr-sqp-uhd: # A custom name used to identify this particular instance. - base_url: [radarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: sqp-uhd - - quality_profiles: - - name: Bluray|IMAX-E|2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - - 2f22d89048b01681dde8afe203bf2e95 # DTS X - - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - - 3cafb66171b47f226146a0770576870f # TrueHD - - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - - e7c2fcae07cbada050a0af3357491d7b # PCM - - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - - 185f1dd7264c4562b9022d963ac37424 # DD+ - - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - - 1c1a4c5e823891c75bc50380a6866f73 # DTS - - 240770601cc226190c367ef59aba7463 # AAC - - c2998bd0d90ed5621d8df281e839436e # DD - # HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # Movie Versions - - 0f12c086e289cf966fa5948eac571f44 # Hybrid - - 570bc9ebecd92723d2d21500f4be314c # Remaster - - eca37840c13c6ef2dd0262b141a5482f # 4K Remaster - - e0c07d59beb37348e975a930d5e50319 # Criterion Collection - - 9d27d9d2181838f76dee150882bdc58c # Masters of Cinema - - db9b4c4b53d312a3ca5f1378f6440fc9 # Vinegar Syndrome - - 957d0f44b592285f26449575e8b1167e # Special Edition - - eecf3a857724171f968a66cb5719e152 # IMAX - # Uncomment the next line if you prefer IMAX Enhanced releases - # - 9f6cbff8cfe4ebbc1bde14c7b7bec0de # IMAX Enhanced - # HQ Release Groups - - 3a3ff47579026e76d6504ebea39390de # Remux Tier 01 - - 9f98181fe5a3fbeb0cc29340da2a468a # Remux Tier 02 - - 8baaf0b3142bf4d94c42a724f034e27a # Remux Tier 03 - - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - 839bea857ed2c0a8e084f3cbdbd65ecb # x265 (no HDR/DV) - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Optional - # Uncomment any of the following optional custom formats if you want them to be added to the quality profile - # - b6832f586342ef70d9c128d40c07b872 # Bad Dual Groups - # - b17886cb4158d9fea189859409975758 # HDR10+ Boost - Uncomment this line if you have a setup that supports HDR10+ - # - 90cedc1fea7ea5d11298bebd3d1d3223 # EVO (no WEBDL) - # - ae9b7c9ebde1f3bd336a8cbd1ec4c5e5 # No-RlsGroup - # - 7357cf5161efbf8c4d5d0c30b4815ee2 # Obfuscated - # - 5c44f52a8714fdd79bb4d98e2673be1f # Retags - # - f537cf427b64c38c8e36298f657e4828 # Scene - # - 0a3f082873eb454bde444150b70253cc # Extras - # - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - # Resolution - - 820b09bb9acbfde9c35c71e0e565dad8 # 1080p - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: Bluray|IMAX-E|2160p - # Custom Scoring - - trash_ids: - # Resolution - - fb392fb0d61a010ae38e49ceaa24a1ef # 2160p - quality_profiles: - - name: Bluray|IMAX-E|2160p - score: 151 - - trash_ids: - # DV (WEBDL) - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - quality_profiles: - - name: Bluray|IMAX-E|2160p - # If you and all of your users have a setup that fully supports DV, then uncomment the next line to override the default DV (WEBDL) score of -10000 - # score: 0 - # If you are only running one Radarr instance, you can comment out the next six lines so you will get the HD release if there is no UHD version - - trash_ids: - # Misc - - 2899d84dc9372de3408e6d8cc18e9666 # x264 - quality_profiles: - - name: Bluray|IMAX-E|2160p - score: -10000 - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: Bluray|IMAX-E|2160p - score: 0 diff --git a/docs/recyclarr-configs/radarr/uhd-bluray-web.yml b/docs/recyclarr-configs/radarr/uhd-bluray-web.yml deleted file mode 100644 index 80e943eb6..000000000 --- a/docs/recyclarr-configs/radarr/uhd-bluray-web.yml +++ /dev/null @@ -1,96 +0,0 @@ -# Updated: 2023-05-25 -radarr: - radarr: # A custom name used to identify this particular instance. - base_url: Put your Radarr URL here - api_key: Put your API key here - - quality_definition: - type: movie - - quality_profiles: - - name: UHD Bluray + WEB - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Audio - Uncomment the next section if you are using the Advanced Audio Formats - # - 496f355514737f7d83bf7aa4d24f8169 # TrueHD Atmos - # - 2f22d89048b01681dde8afe203bf2e95 # DTS X - # - 417804f7f2c4308c1f4c5d380d4c4475 # ATMOS (undefined) - # - 1af239278386be2919e1bcee0bde047e # DD+ ATMOS - # - 3cafb66171b47f226146a0770576870f # TrueHD - # - dcf3ec6938fa32445f590a4da84256cd # DTS-HD MA - # - a570d4a0e56a2874b64e5bfa55202a1b # FLAC - # - e7c2fcae07cbada050a0af3357491d7b # PCM - # - 8e109e50e0a0b83a5098b056e13bf6db # DTS-HD HRA - # - 185f1dd7264c4562b9022d963ac37424 # DD+ - # - f9f847ac70a0af62ea4a08280b859636 # DTS-ES - # - 1c1a4c5e823891c75bc50380a6866f73 # DTS - # - 240770601cc226190c367ef59aba7463 # AAC - # - c2998bd0d90ed5621d8df281e839436e # DD - # All HDR Formats - - e23edd2482476e595fb990b12e7c609c # DV HDR10 - - 58d6a88f13e2db7f5059c41047876f00 # DV - - 55d53828b9d81cbe20b02efd00aa0efd # DV HLG - - a3e19f8f627608af0211acd02bf89735 # DV SDR - - b974a6cd08c1066250f1f177d7aa1225 # HDR10+ - - dfb86d5941bc9075d6af23b09c2aeecd # HDR10 - - e61e28db95d22bedcadf030b8f156d96 # HDR - - 2a4d9069cc1fe3242ff9bdaebed239bb # HDR (undefined) - - 08d6d8834ad9ec87b1dc7ec8148e7a1f # PQ - - 9364dd386c9b4a1100dde8264690add7 # HLG - # DV (WEBDL) - The next line is uncommented by default, and ensures that releases with Dolby Vision will only be grabbed if they have HDR10 fallback. You can comment the line out if you do not need HDR10 fallback - - 923b6abef9b17f937fab56cfcf89e1f1 # DV (WEBDL) - # HDR10Plus Boost - Uncomment the next line if any of your devices DO support HDR10+ - # - b17886cb4158d9fea189859409975758 # HDR10Plus Boost - # Movie Versions - - 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 - # HQ Release Groups - - 4d74ac4c4db0b64bff6ce0cffef99bf0 # UHD Bluray Tier 01 - - a58f517a70193f8e578056642178419d # UHD Bluray Tier 02 - - e71939fae578037e7aed3ee219bbe7c1 # UHD Bluray Tier 03 - - c20f169ef63c5f40c2def54abaf4438e # WEB Tier 01 - - 403816d65392c79236dcb6dd591aeda4 # WEB Tier 02 - - af94e0fe497124d1f9ce732069ec8c3b # WEB Tier 03 - # Misc - - e7718d7a3ce595f289bfee26adc178f5 # Repack/Proper - - ae43b294509409a6a13919dedd4764c4 # Repack2 - # Unwanted - - ed38b889b31be83fda192888e2286d83 # BR-DISK - - 90a6f9a284dff5103f6346090e6280c8 # LQ - - dc98083864ea246d05a42df0d05f81cc # x265 (HD) - - b8cd450cbfa689c0259a01d9e29ba3d6 # 3D - - bfd8eb01832d646a0a89c4deb46f8564 # Upscaled - - 9c38ebb7384dada637be8899efa68e6f # SDR - # Streaming Services - - cc5e51a9e85a6296ceefe097a77f12f4 # BCORE - - 2a6039655313bf5dab1e43523b62c374 # MA - quality_profiles: - - name: UHD Bluray + WEB - # Custom Scoring - - trash_ids: - # Streaming Services - - b3b3a6ac74ecbd56bcdbefa4799fb9df # AMZN - - 40e9380490e748672c2522eaaeb692f7 # ATVP - - 84272245b2988854bfb76a16e60baea5 # DSNP - - 509e5f41146e278f9eab1ddaceb34515 # HBO - - 5763d1b0ce84aff3b21038eea8e9b8ad # HMAX - - 526d445d4c16214309f0fd2b3be18a89 # Hulu - - 6a061313d22e51e0f25b7cd4dc065233 # MAX - - 170b1d363bd8516fbf3a3eb05d4faff6 # NF - - bf7e73dd1d85b12cc527dc619761c840 # Pathe - - c9fd353f8f5f1baf56dc601c4cb29920 # PCOK - - e36a0ba1bc902b26ee40818a1d59b8bd # PMTP - - c2863d2a50c9acad1fb50e53ece60817 # STAN - quality_profiles: - - name: UHD Bluray + WEB - score: 0 diff --git a/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml b/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml deleted file mode 100644 index 970156732..000000000 --- a/docs/recyclarr-configs/sonarr/anime-sonarr-v4.yml +++ /dev/null @@ -1,117 +0,0 @@ -# This config file is for use with Sonarr V4 only -sonarr: - sonarr-anime: # A custom name used to identify this particular instance. - base_url: [sonarr_url_goes_here] - api_key: [api_key_goes_here] - - quality_definition: - type: anime - - quality_profiles: - - name: Remux-1080p - Anime - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Anime CF/Scoring - - 949c16fe0a8147f50ba82cc2df9411c9 # Anime BD Tier 01 (Top SeaDex Muxers) - - ed7f1e315e000aef424a58517fa48727 # Anime BD Tier 02 (SeaDex Muxers) - - 096e406c92baa713da4a72d88030b815 # Anime BD Tier 03 (SeaDex Muxers) - - 30feba9da3030c5ed1e0f7d610bcadc4 # Anime BD Tier 04 (SeaDex Muxers) - - 545a76b14ddc349b8b185a6344e28b04 # Anime BD Tier 05 (Remuxes) - - 25d2afecab632b1582eaf03b63055f72 # Anime BD Tier 06 (FanSubs) - - 0329044e3d9137b08502a9f84a7e58db # Anime BD Tier 07 (P2P/Scene) - - c81bbfb47fed3d5a3ad027d077f889de # Anime BD Tier 08 (Mini Encodes) - - e0014372773c8f0e1bef8824f00c7dc4 # Anime Web Tier 01 (Muxers) - - 19180499de5ef2b84b6ec59aae444696 # Anime Web Tier 02 (Top FanSubs) - - c27f2ae6a4e82373b0f1da094e2489ad # Anime Web Tier 03 (Official Subs) - - 4fd5528a3a8024e6b49f9c67053ea5f3 # Anime Web Tier 04 (Official Subs) - - 29c2a13d091144f63307e4a8ce963a39 # Anime Web Tier 05 (FanSubs) - - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) - - e3515e519f3b1360cbfc17651944354c # Anime LQ Groups - - d2d7b8a9d39413da5f44054080e028a3 # v0 - - 273bd326df95955e1b6c26527d1df89b # v1 - - 228b8ee9aa0a609463efca874524a6b8 # v2 - - 0e5833d3af2cc5fa96a0c29cd4477feb # v3 - - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 - # Anime Streaming Services - - 3e0b26604165f463f3e8e192261e7284 # CR - - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi - - 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: - - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global - - 4c67ff059210182b59cdd41697b8cb08 # Bilibili - - 570b03b3145a25011bf073274a407259 # HIDIVE - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # no score in guide - # Anime CF/Scoring - - trash_ids: - - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 - - 07a32f77690263bb9fda1842db7e273f # VOSTFR - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 - - trash_ids: - - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 - quality_profiles: - - name: Remux-1080p - Anime - score: 450 # required as this differs from the standard scoring - - trash_ids: - - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 - quality_profiles: - - name: Remux-1080p - Anime - score: 400 # required as this differs from the standard scoring - - trash_ids: - - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 - 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 - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # Adjust scoring as desired - - trash_ids: - - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # Adjust scoring as desired - - trash_ids: - - b2550eb333d27b75833e25b8c2557b38 # 10bit - quality_profiles: - - name: Remux-1080p - Anime - score: 0 # Adjust scoring as desired - - trash_ids: - - b4a1b3d705159cdca36d71e57ca86871 # Anime Raws - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 # Adjust scoring as desired - - trash_ids: - - 9c14d194486c4014d422adc64092d794 # Dubs Only - quality_profiles: - - name: Remux-1080p - Anime - score: -10000 # Adjust scoring as desired diff --git a/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml deleted file mode 100644 index c76c2f016..000000000 --- a/docs/recyclarr-configs/sonarr/french-anime-multi-v4.yml +++ /dev/null @@ -1,154 +0,0 @@ -# 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 "Anime MULTi" present dans le guide -# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#exemple-pour-les-animes -sonarr: - sonarr_french_anime_multi: - # 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: anime - - quality_profiles: - - name: FR-ANIME-MULTi - reset_unmatched_scores: true - - custom_formats: - # La liste de Formats Personnalisés à synchroniser avec Sonarr. - - trash_ids: - # ===== MULTi Audio ===== - - 2f6e84efc47246ec9071e311e71c4953 # Multi-Audio - - 7982e39789f17864f57b11f1996844f4 # Multi-French - # Décommentez la ligne suivante si vous voulez donner un léger bonus au score de la release si elle possède effectivement un audio français. - # - 4721382d9ee05f1b4967a25e75072911 # French Audio - # ===== Versions françaises ===== - # Ceci permets malgré tout de renommer vos releases avec VOSTFR si c'est le cas. - - 07a32f77690263bb9fda1842db7e273f # VOSTFR - - 84f0acbda9c0c9de783894fb66df25aa # FanSUB - # ===== Indésirables ===== - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ - - b4a1b3d705159cdca36d71e57ca86871 # Anime Raws - - e3515e519f3b1360cbfc17651944354c # Anime LQ Groups - - 9c14d194486c4014d422adc64092d794 # Dubs Only - - ea0bb4b6ba388992fad1092703b5ff7b # FastSUB - # ===== Versions ===== - - d2d7b8a9d39413da5f44054080e028a3 # v0 - - 273bd326df95955e1b6c26527d1df89b # v1 - - 228b8ee9aa0a609463efca874524a6b8 # v2 - - 0e5833d3af2cc5fa96a0c29cd4477feb # v3 - - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 - # ===== Streaming Service ===== - - d54cd2bf1326287275b56bccedb72ee2 # ADN - - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global - - 4c67ff059210182b59cdd41697b8cb08 # Bilibili - - 3e0b26604165f463f3e8e192261e7284 # CR - - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi - - 570b03b3145a25011bf073274a407259 # HIDIVE - - 44a8ee6403071dd7b8a3a8dd3fe8cb20 # VRV - - e5e6405d439dcd1af90962538acd4fe0 # WKN - # ===== Autres ===== - - b2550eb333d27b75833e25b8c2557b38 # 10bit - - cddfb4e32db826151d97352b8e37c648 # x264 - - c9eafd50846d299b862ca9bb6ea91950 # x265 - # ===== HQ Source Groups ===== - - db13a377f7afb29975ea39470434d2ef # FR Anime Tier 01 - - 4e6134a384dbc0ef166234cc0e45d26d # FR Anime Tier 02 - - db34d4357937fbfe89b63ba095f22155 # FR Anime Tier 03 - - 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 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 - # d'un MULTi/VOSTFR car celle-ci possède un score plus important. - # - # Vous pouvez aussi les activer dans le cas où vous avez configuré Bazarr. - # - 949c16fe0a8147f50ba82cc2df9411c9 # Anime BD Tier 01 (Top SeaDex Muxers) - # - ed7f1e315e000aef424a58517fa48727 # Anime BD Tier 02 (SeaDex Muxers) - # - 096e406c92baa713da4a72d88030b815 # Anime BD Tier 03 (SeaDex Muxers) - # - 30feba9da3030c5ed1e0f7d610bcadc4 # Anime BD Tier 04 (SeaDex Muxers) - # - 545a76b14ddc349b8b185a6344e28b04 # Anime BD Tier 05 (Remuxes) - # - 25d2afecab632b1582eaf03b63055f72 # Anime BD Tier 06 (FanSubs) - # - 0329044e3d9137b08502a9f84a7e58db # Anime BD Tier 07 (P2P/Scene) - # - c81bbfb47fed3d5a3ad027d077f889de # Anime BD Tier 08 (Mini Encodes) - # - e0014372773c8f0e1bef8824f00c7dc4 # Anime Web Tier 01 (Muxers) - # - 19180499de5ef2b84b6ec59aae444696 # Anime Web Tier 02 (Top FanSubs) - # - c27f2ae6a4e82373b0f1da094e2489ad # Anime Web Tier 03 (Official Subs) - # - 4fd5528a3a8024e6b49f9c67053ea5f3 # Anime Web Tier 04 (Official Subs) - # - 29c2a13d091144f63307e4a8ce963a39 # Anime Web Tier 05 (FanSubs) - # - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) - quality_profiles: - - name: FR-ANIME-MULTi - - - trash_ids: - - d660701077794679fd59e8bdf4ce3a29 # AMZN - quality_profiles: - - name: FR-ANIME-MULTi - score: 1 - - - trash_ids: - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - quality_profiles: - - name: FR-ANIME-MULTi - score: 4 - - - trash_ids: - - d34870697c9db575f17700212167be23 # NF - quality_profiles: - - name: FR-ANIME-MULTi - score: 2 - - - trash_ids: - - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 - quality_profiles: - - name: FR-ANIME-MULTi - score: -10000 - - # ==== Scores Optionnels ==== - # Décommenter le score associé si c'est ce que vous souhaitez - - # Si vous préférez les releases non censurées - - trash_ids: - - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored - quality_profiles: - - name: FR-ANIME-MULTi - # score: 101 - - # Si vous préférez avoir des versions Dual Audio (audio original et anglais) au cas où Sonarr ne trouve pas de sortie VOSTFR ou MULTi. - - trash_ids: - - 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio - quality_profiles: - - name: FR-ANIME-MULTi - # score: 101 - - # Si vous ne voulez pas non-plus de FanSUB. - # Pensez à le supprimer de la ligne 21 et le Format Personnalisé suivant aussi dans ce cas. - - trash_ids: - - 84f0acbda9c0c9de783894fb66df25aa # FanSUB - quality_profiles: - - name: FR-ANIME-MULTi - # score: -10000 - - # Les groupes FanSUB peuvent être notés soit 1400 (par défaut) soit 1000 - # selon que vous souhaitez privilégier les sorties FanSUB ou SeaDex. - # Ils peuvent aussi être supprimés si vous ne souhaitez pas de FanSUB. - - trash_ids: - - 44b6c964dad997577d793fd004a39224 # FR Anime FanSub - quality_profiles: - - name: FR-ANIME-MULTi - # score: 1000 - - # Les Formats Personnalisés suivants sont optionnels et peuvent être inclus ou non. - # Cela est dû au fait que certains d'entre eux ont tendance à publier des anime doublés. - - trash_ids: - - ddb8eaa9c85a549c50034d280539d54d # FR WEB Tier 01 - - a4c51febd4d8b2a0db10a3c974f21d92 # FR WEB Tier 02 - - dbfc0a4b5cb4cbd693311c4482ae9683 # FR WEB Tier 03 - quality_profiles: - - name: FR-ANIME-MULTi - score: 1100 diff --git a/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml b/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml deleted file mode 100644 index 70898fe1f..000000000 --- a/docs/recyclarr-configs/sonarr/french-anime-vostfr-v4.yml +++ /dev/null @@ -1,152 +0,0 @@ -# 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 "Anime VOSTFR" present dans le guide -# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#exemple-pour-les-animes -sonarr: - sonarr_french_anime_vostfr: - # 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: anime - - quality_profiles: - - name: FR-ANIME-VOSTFR - reset_unmatched_scores: true - - # La liste de Formats Personnalisés à synchroniser avec Sonarr. - custom_formats: - - trash_ids: - # ===== Versions françaises ===== - - 84f0acbda9c0c9de783894fb66df25aa # FanSUB - # ===== Indésirables ===== - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ - - b4a1b3d705159cdca36d71e57ca86871 # Anime Raws - - e3515e519f3b1360cbfc17651944354c # Anime LQ Groups - - 9c14d194486c4014d422adc64092d794 # Dubs Only - - ea0bb4b6ba388992fad1092703b5ff7b # FastSUB - # ===== Versions ===== - - d2d7b8a9d39413da5f44054080e028a3 # v0 - - 273bd326df95955e1b6c26527d1df89b # v1 - - 228b8ee9aa0a609463efca874524a6b8 # v2 - - 0e5833d3af2cc5fa96a0c29cd4477feb # v3 - - 4fc15eeb8f2f9a749f918217d4234ad8 # v4 - # ===== Streaming Service ===== - - d54cd2bf1326287275b56bccedb72ee2 # ADN - - 7dd31f3dee6d2ef8eeaa156e23c3857e # B-Global - - 4c67ff059210182b59cdd41697b8cb08 # Bilibili - - 3e0b26604165f463f3e8e192261e7284 # CR - - 1284d18e693de8efe0fe7d6b3e0b9170 # FUNi - - 570b03b3145a25011bf073274a407259 # HIDIVE - - 44a8ee6403071dd7b8a3a8dd3fe8cb20 # VRV - - e5e6405d439dcd1af90962538acd4fe0 # WKN - # ===== Autres ===== - - b2550eb333d27b75833e25b8c2557b38 # 10bit - - cddfb4e32db826151d97352b8e37c648 # x264 - - c9eafd50846d299b862ca9bb6ea91950 # x265 - # ===== HQ Source Groups ===== - - db13a377f7afb29975ea39470434d2ef # FR Anime Tier 01 - - 4e6134a384dbc0ef166234cc0e45d26d # FR Anime Tier 02 - - db34d4357937fbfe89b63ba095f22155 # FR Anime Tier 03 - - 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 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 - # d'un VOSTFR car celle-ci possède un score plus important. - # - # Vous pouvez aussi les activer dans le cas où vous avez configuré Bazarr. - # - 949c16fe0a8147f50ba82cc2df9411c9 # Anime BD Tier 01 (Top SeaDex Muxers) - # - ed7f1e315e000aef424a58517fa48727 # Anime BD Tier 02 (SeaDex Muxers) - # - 096e406c92baa713da4a72d88030b815 # Anime BD Tier 03 (SeaDex Muxers) - # - 30feba9da3030c5ed1e0f7d610bcadc4 # Anime BD Tier 04 (SeaDex Muxers) - # - 545a76b14ddc349b8b185a6344e28b04 # Anime BD Tier 05 (Remuxes) - # - 25d2afecab632b1582eaf03b63055f72 # Anime BD Tier 06 (FanSubs) - # - 0329044e3d9137b08502a9f84a7e58db # Anime BD Tier 07 (P2P/Scene) - # - c81bbfb47fed3d5a3ad027d077f889de # Anime BD Tier 08 (Mini Encodes) - # - e0014372773c8f0e1bef8824f00c7dc4 # Anime Web Tier 01 (Muxers) - # - 19180499de5ef2b84b6ec59aae444696 # Anime Web Tier 02 (Top FanSubs) - # - c27f2ae6a4e82373b0f1da094e2489ad # Anime Web Tier 03 (Official Subs) - # - 4fd5528a3a8024e6b49f9c67053ea5f3 # Anime Web Tier 04 (Official Subs) - # - 29c2a13d091144f63307e4a8ce963a39 # Anime Web Tier 05 (FanSubs) - # - dc262f88d74c651b12e9d90b39f6c753 # Anime Web Tier 06 (FanSubs) - quality_profiles: - - name: FR-ANIME-VOSTFR - - - trash_ids: - - d660701077794679fd59e8bdf4ce3a29 # AMZN - quality_profiles: - - name: FR-ANIME-VOSTFR - score: 1 - - - trash_ids: - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - quality_profiles: - - name: FR-ANIME-VOSTFR - score: 4 - - - trash_ids: - - d34870697c9db575f17700212167be23 # NF - quality_profiles: - - name: FR-ANIME-VOSTFR - score: 2 - - - trash_ids: - - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 - quality_profiles: - - name: FR-ANIME-VOSTFR - score: -10000 - - # ===== MULTi Audio ===== - # Nécessaire vu qu'on ne souhaite pas de MULTis - - trash_ids: - - 2f6e84efc47246ec9071e311e71c4953 # Multi-Audio - quality_profiles: - - name: FR-ANIME-VOSTFR - score: -10000 - - # ===== Versions françaises ===== - - trash_ids: - - 07a32f77690263bb9fda1842db7e273f # VOSTFR - quality_profiles: - - name: FR-ANIME-VOSTFR - score: 101 - - # ==== Scores Optionnels ==== - # Décommenter le score associé si c'est ce que vous souhaitez - - # Si vous préférez les releases non censurées - - trash_ids: - - 026d5aadd1a6b4e550b134cb6c72b3ca # Uncensored - quality_profiles: - - name: FR-ANIME-VOSTFR - # score: 101 - - # Si vous préférez avoir des versions Dual Audio (audio original et anglais) au cas où Sonarr ne trouve pas de sortie VOSTFR ou MULTi. - - trash_ids: - - 418f50b10f1907201b6cfdf881f467b7 # Anime Dual Audio - quality_profiles: - - name: FR-ANIME-VOSTFR - # score: 101 - - # Si vous ne voulez pas non-plus de FanSUB. - # Pensez à le supprimer de la ligne 21 et le Format Personnalisé suivant aussi dans ce cas. - - trash_ids: - - 84f0acbda9c0c9de783894fb66df25aa # FanSUB - quality_profiles: - - name: FR-ANIME-VOSTFR - # score: -10000 - - # Les groupes FanSUB peuvent être notés soit 1400 (par défaut) soit 1000 - # selon que vous souhaitez privilégier les sorties FanSUB ou SeaDex. - # Ils peuvent aussi être supprimés si vous ne souhaitez pas de FanSUB. - - trash_ids: - - 44b6c964dad997577d793fd004a39224 # FR Anime FanSub - quality_profiles: - - name: FR-ANIME-VOSTFR - # score: 1000 diff --git a/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml deleted file mode 100644 index 62b222f34..000000000 --- a/docs/recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml +++ /dev/null @@ -1,128 +0,0 @@ -# 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 1080p MULTi" present dans le guide -# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#webdl-1080p -sonarr: - sonarr_french_multi_web_1080p: - # 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-1080p - 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 - # ===== Indésirables ===== - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ - - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ - - 47435ece6b99a0b477caf360e79ba0bb # x265 (HD) - # ===== 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 - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - 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-1080p - - - trash_ids: - - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 - quality_profiles: - - name: FR-MULTi-WEB-1080p - 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-1080p - # score: 101 - - trash_ids: - - 7ae924ee9b2f39df3283c6c0beb8a2aa # VOF - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - b6816a0e1d4b64bf3550ad3b74b009b6 # VFI - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - 34789ec3caa819f087e23bbf9999daf7 # VF2 - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - 7a7f4e4f58bd1058440236d033a90b67 # VFQ - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - 82085412d9a53ba8d8e46fc624eb701d # VQ - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - 0ce1e39a4676c6692ce47935278dac76 # VFB - quality_profiles: - - name: FR-MULTi-WEB-1080p - # score: 101 - - trash_ids: - - 07a32f77690263bb9fda1842db7e273f # VOSTFR - quality_profiles: - - name: FR-MULTi-WEB-1080p diff --git a/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml b/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml deleted file mode 100644 index c38ab25a7..000000000 --- a/docs/recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml +++ /dev/null @@ -1,102 +0,0 @@ -# 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 1080p VOSTFR" present dans le guide -# https://trash-guides.info/Sonarr/sonarr-setup-quality-profiles-french-fr/#webdl-1080p -sonarr: - sonarr_french_vostfr_web_1080p: - # 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-1080p - reset_unmatched_scores: true - - # La liste de Formats Personnalisés à synchroniser avec Sonarr. - custom_formats: - - trash_ids: - # ===== Indésirables ===== - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 3ba797e5dc13af4b8d9bb25e83d90de2 # FR LQ - - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ - - 47435ece6b99a0b477caf360e79ba0bb # x265 (HD) - - 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 - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - 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-1080p - - - trash_ids: - - 15a05bc7c1a36e2b57fd628f8977e2fc # AV1 - quality_profiles: - - name: FR-VOSTFR-WEB-1080p - 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-1080p - 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-1080p - 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-1080p - # score: -10000 diff --git a/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml b/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml deleted file mode 100644 index 79fd75ce9..000000000 --- a/docs/recyclarr-configs/sonarr/french-web-2160p-multi-v4.yml +++ /dev/null @@ -1,143 +0,0 @@ -# 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 - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - 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: - - 34789ec3caa819f087e23bbf9999daf7 # 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 deleted file mode 100644 index 1c73622c6..000000000 --- a/docs/recyclarr-configs/sonarr/french-web-2160p-vostfr-v4.yml +++ /dev/null @@ -1,117 +0,0 @@ -# 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 - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - 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 deleted file mode 100644 index 288b5ee3d..000000000 --- a/docs/recyclarr-configs/sonarr/web-1080p-v4.yml +++ /dev/null @@ -1,52 +0,0 @@ -# This config file is for use with Sonarr V4 only -# Updated: 2023-05-25 -sonarr: - sonarr: # A custom name used to identify this particular instance. - base_url: Put your Sonarr URL here - api_key: Put your API key here - - quality_definition: - type: series - - quality_profiles: - - name: WEB-1080p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # Unwanted - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ - - 47435ece6b99a0b477caf360e79ba0bb # x265 (HD) - # Misc - - ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper - - eb3d5cc0a2be0db205fb823640db6a3c # Repack v2 - - 44e7c4de10ae50265753082e5dc76047 # Repack v3 - # Streaming Services - - d660701077794679fd59e8bdf4ce3a29 # AMZN - - f67c9ca88f463a48346062e8ad07713f # ATVP - - 36b72f59f4ea20aad9316f475f2d9fbb # DCU - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - - 7a235133c87f7da4c8cccceca7e3c7a6 # HBO - - a880d6abc21e7c16884f3ae393f84179 # HMAX - - f6cce30f1733d5c8194222a7507909bb # HULU - - 0ac24a2a68a9700bcb7eeca8e5cd644c # iT - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - d34870697c9db575f17700212167be23 # NF - - b2b980877494b560443631eb1f473867 # NLZ - - 1656adc6d7bb2c8cca6acfb6592db421 # PCOK - - c67a75ae4a1715f2bb4d492755ba4195 # PMTP - - 3ac5d84fce98bab1b531393e9c82f467 # QIBI - - c30d2958827d1867c73318a5a2957eb1 # RED - - ae58039e1319178e6be73caab5c42166 # SHO - - 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN - - 5d2317d99af813b6529c7ebf01c83533 # VDL - - 77a7b25585c18af08f60b1547bb9b4fb # CC - # HQ Source Groups - - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 - - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 - - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 - - d0c516558625b04b363fa6c5c2c7cfd4 # WEB Scene - quality_profiles: - - name: WEB-1080p diff --git a/docs/recyclarr-configs/sonarr/web-2160p-v4.yml b/docs/recyclarr-configs/sonarr/web-2160p-v4.yml deleted file mode 100644 index e0888595e..000000000 --- a/docs/recyclarr-configs/sonarr/web-2160p-v4.yml +++ /dev/null @@ -1,69 +0,0 @@ -# This config file is for use with Sonarr V4 only -# Updated: 2023-06-03 -sonarr: - sonarr: # A custom name used to identify this particular instance. - base_url: Put your Sonarr URL here - api_key: Put your API key here - - quality_definition: - type: series - - quality_profiles: - - name: WEB-2160p - reset_unmatched_scores: true - - custom_formats: - # Scores from TRaSH json - - trash_ids: - # HDR Formats - - 7878c33f1963fefb3d6c8657d46c2f0a # DV HDR10 - - 1f733af03141f068a540eec352589a89 # DV HLG - - 27954b0a80aab882522a88a4d9eae1cd # DV SDR - - 6d0d8de7b57e35518ac0308b0ddf404e # DV - - bb019e1cd00f304f80971c965de064dc # HDR (undefined) - - 3e2c4e748b64a1a1118e0ea3f4cf6875 # HDR - - 3497799d29a085e2ac2df9d468413c94 # HDR10 - - a3d82cbef5039f8d295478d28a887159 # HDR10+ - - 17e889ce13117940092308f48b48b45b # HLG - - 2a7e3be05d3861d6df7171ec74cad727 # PQ - # DV (WEBDL) - The next line is uncommented by default, and ensures that releases with Dolby Vision will only be grabbed if they have HDR10 fallback. You can comment the line out if you do not need HDR10 fallback - - 9b27ab6498ec0f31a3353992e19434ca # DV (WEBDL) - # HDR10Plus Boost - Uncomment the next line if any of your devices DO support HDR10+ - # - 0dad0a507451acddd754fe6dc3a7f5e7 # HDR10Plus Boost - # Unwanted UHD - - 85c61753df5da1fb2aab6f2a47426b09 # BR-DISK - - 9c11cd3f07101cdba90a2d81cf0e56b4 # LQ - - 2016d1676f5ee13a5b7257ff86ac9a93 # SDR - # Misc - - ec8fa7296b64e8cd390a1600981f3923 # Repack/Proper - - eb3d5cc0a2be0db205fb823640db6a3c # Repack v2 - - 44e7c4de10ae50265753082e5dc76047 # Repack v3 - # Streaming Services - - d660701077794679fd59e8bdf4ce3a29 # AMZN - - f67c9ca88f463a48346062e8ad07713f # ATVP - - 36b72f59f4ea20aad9316f475f2d9fbb # DCU - - 89358767a60cc28783cdc3d0be9388a4 # DSNP - - 7a235133c87f7da4c8cccceca7e3c7a6 # HBO - - a880d6abc21e7c16884f3ae393f84179 # HMAX - - f6cce30f1733d5c8194222a7507909bb # HULU - - 0ac24a2a68a9700bcb7eeca8e5cd644c # iT - - 81d1fbf600e2540cee87f3a23f9d3c1c # MAX - - d34870697c9db575f17700212167be23 # NF - - b2b980877494b560443631eb1f473867 # NLZ - - 1656adc6d7bb2c8cca6acfb6592db421 # PCOK - - c67a75ae4a1715f2bb4d492755ba4195 # PMTP - - 3ac5d84fce98bab1b531393e9c82f467 # QIBI - - c30d2958827d1867c73318a5a2957eb1 # RED - - ae58039e1319178e6be73caab5c42166 # SHO - - 1efe8da11bfd74fbbcd4d8117ddb9213 # STAN - - 5d2317d99af813b6529c7ebf01c83533 # VDL - - 77a7b25585c18af08f60b1547bb9b4fb # CC - - 43b3cf48cb385cd3eac608ee6bca7f09 # UHD Streaming Boost - - d2d299244a92b8a52d4921ce3897a256 # UHD Streaming Cut - # HQ Source Groups - - e6258996055b9fbab7e9cb2f75819294 # WEB Tier 01 - - 58790d4e2fdcd9733aa7ae68ba2bb503 # WEB Tier 02 - - d84935abd3f8556dcd51d4f27e22d0a6 # WEB Tier 03 - - d0c516558625b04b363fa6c5c2c7cfd4 # WEB Scene - quality_profiles: - - name: WEB-2160p diff --git a/docs/recyclarr-configs/templates.json b/docs/recyclarr-configs/templates.json deleted file mode 100644 index d8e1435a3..000000000 --- a/docs/recyclarr-configs/templates.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "radarr": [ - { - "template": "radarr/hd-bluray-web.yml", - "id": "hd-bluray-web" - }, - { - "template": "radarr/uhd-bluray-web.yml", - "id": "uhd-bluray-web" - }, - { - "template": "radarr/remux-web-1080p.yml", - "id": "remux-web-1080p" - }, - { - "template": "radarr/remux-web-2160p.yml", - "id": "remux-web-2160p" - }, - { - "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", - "hidden": true - }, - { - "template": "radarr/sqp/sqp-2.yml", - "id": "sqp-2", - "hidden": true - }, - { - "template": "radarr/sqp/sqp-3.yml", - "id": "sqp-3", - "hidden": true - }, - { - "template": "radarr/sqp/sqp-4.yml", - "id": "sqp-4", - "hidden": true - }, - { - "template": "radarr/sqp/sqp-5.yml", - "id": "sqp-5", - "hidden": true - } - ], - "sonarr": [ - { - "template": "sonarr/web-1080p-v4.yml", - "id": "web-1080p-v4" - }, - { - "template": "sonarr/web-2160p-v4.yml", - "id": "web-2160p-v4" - }, - { - "template": "sonarr/anime-sonarr-v4.yml", - "id": "anime-sonarr-v4" - }, - { - "template": "sonarr/french-web-1080p-multi-v4.yml", - "id": "french-web-1080p-multi-v4" - }, - { - "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" - }, - { - "template": "sonarr/french-anime-vostfr-v4.yml", - "id": "french-anime-vostfr-v4" - } - ] -} From b168a9df67095f58ebfb0074b2f0e4a6d5ddc207 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:33:41 +0100 Subject: [PATCH 3/4] Update README.md Add newline for lint fix --- docs/recyclarr-configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/recyclarr-configs/README.md b/docs/recyclarr-configs/README.md index d89079503..a9f1b726b 100644 --- a/docs/recyclarr-configs/README.md +++ b/docs/recyclarr-configs/README.md @@ -1,3 +1,3 @@ # Relocated -The pre-built Recyclarr config files have been relocated here: [Recyclarr config-templates GitHub Repository](https://github.com/recyclarr/config-templates) \ No newline at end of file +The pre-built Recyclarr config files have been relocated here: [Recyclarr config-templates GitHub Repository](https://github.com/recyclarr/config-templates) From b01a50696acc5f1d041fb1e6865dda7777099851 Mon Sep 17 00:00:00 2001 From: yammes08 <111231042+yammes08@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:42:24 +0100 Subject: [PATCH 4/4] Empty Recyclarr config guide pages - Empty the existing Recyclarr config guide pages and replace with the new link. This page is already subject to a redirect so won't been seen, but the original content now throws errors as the config files themselves are no longer in the TRaSH repo --- docs/Recyclarr/recyclarr-configs-sqp.md | 164 +--------- docs/Recyclarr/recyclarr-configs.md | 402 +----------------------- 2 files changed, 2 insertions(+), 564 deletions(-) diff --git a/docs/Recyclarr/recyclarr-configs-sqp.md b/docs/Recyclarr/recyclarr-configs-sqp.md index e4a701e1b..887e2e0df 100644 --- a/docs/Recyclarr/recyclarr-configs-sqp.md +++ b/docs/Recyclarr/recyclarr-configs-sqp.md @@ -1,165 +1,3 @@ # Collection of Recyclarr SQP configs -The Special Quality Profiles are Custom made and tested Quality Profile for specific needs or preferences. Here you will find a collection of Recyclarr configs based on the SQPs: - -- [Streaming Optimized (SQP-1)](/SQP/1){:target="_blank" rel="noopener noreferrer"} -- [Streaming Optimized (SQP-1 2160p)](/SQP/1-4k){:target="_blank" rel="noopener noreferrer"} -- [UHD Remux|Bluray|IMAX-E (SQP-2)](/SQP/2){:target="_blank" rel="noopener noreferrer"} -- [UHD Remux|IMAX-E (SQP-3)](/SQP/3){:target="_blank" rel="noopener noreferrer"} -- [UHD WEBDL|IMAX-E (SQP-4)](/SQP/4){:target="_blank" rel="noopener noreferrer"} -- [UHD Bluray|IMAX-E (SQP-5)](/SQP/5){:target="_blank" rel="noopener noreferrer"} - -!!! warning - - - Anything here is for private use only and not for public use. :bangbang: - - I expect from the users that got the link to this page to honour it. :bangbang: - - Yes, you can talk in the public channels that you use a specific SQP. - - If others are interested they can join. - ---8<-- "includes/support.md" - ---- - -## INDEX - ---- - -| Radarr | -| ----------------------------------------------------------------- | -| [Streaming Optimized (SQP-1)](#streaming-optimized-sqp-1) | -| [Streaming Optimized (SQP-1 2160p)](#streaming-optimized-sqp-1-2160p) | -| [UHD Remux\|Bluray\|IMAX-E (SQP-2)](#uhd-remuxblurayimax-e-sqp-2) | -| [UHD Remux\|IMAX-E (SQP-3)](#uhd-remuximax-e-sqp-3) | -| [UHD WEBDL\|IMAX-E (SQP-4)](#uhd-webdlimax-e-sqp-4) | -| [UHD Bluray\|IMAX-E (SQP-5)](#uhd-blurayimax-e-sqp-5) | - ---- - -## Radarr - ---- - -### Streaming Optimized (SQP-1) - -??? question "Streaming Optimized (SQP-1) - [CLICK TO EXPAND]" - - - You want maximum compatibility between all devices and still a HQ releases. - - You run 2 instances of Radarr and want both version or just for the 1080p ones. - - You want to have minimum till none transcoding for low powered devices or remote streaming. - - If available for you Streaming optimized. (Optimized for PLEX, emby, Jellyfin, and other streaming platforms) - - Small sizes. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-1.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### Streaming Optimized (SQP-1 2160p) - -??? question "Streaming Optimized (SQP-1 2160p) - [CLICK TO EXPAND]" - - - You want 2160p with DV + HDR10 but don't care about HD audio (TrueHD, DTS-HD, DTS-X). - - You want maximum compatibility between all devices and still a HQ releases. - - You run 2 instances of Radarr and want both version or you want to use this as your main. - - You want to have minimum till none transcoding for low powered devices or remote streaming. - - You're using your smart tv app as media player device. - - Optimized for PLEX, Emby, Jellyfin, and other streaming platforms. - - Encoded lossless audio track to Dolby Digital Plus 7.1 with Dolby Digital 5.1 fallback. - - Dolby Vision with HDR10 fallback. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-1-2160p.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### UHD Remux|Bluray|IMAX-E (SQP-2) - -??? question "UHD Remux|Bluray|IMAX-E (SQP-2) - [CLICK TO EXPAND]" - - - You got a decent audio setup. (that supports all HD audio formats) - - You got a setup that completely supports DoVi from start to end. - - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) - - You don't want to wait for the HQ Encodes to be released, to watch it. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-2.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### UHD Remux|IMAX-E (SQP-3) - -??? question "UHD Remux|IMAX-E (SQP-3) - [CLICK TO EXPAND]" - - - You got a decent audio setup. (that supports all HD audio formats) - - You got a setup that completely supports DoVi from start to end. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) - - You want the highest quality possible, with the option to upgrade to IMAX Enhanced. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-3.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### UHD WEBDL|IMAX-E (SQP-4) - -??? question "UHD WEBDL|IMAX-E (SQP-4) - [CLICK TO EXPAND]" - - - You got a setup that completely supports DoVi from start to end. - - HDR/DoVi (Depending what's offered and often both) - - If available HD Audio (Atmos, TrueHD etc...) - - You're okay with WEBDL, with the option to upgrade to IMAX Enhanced. - - You don't need the huge Remuxes or UHD Bluray Encodes but still want HDR Formats. - - You want a smaller files for your kids movies (Disney/Pixar etc) - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### UHD Bluray|IMAX-E (SQP-5) - -??? question "UHD Bluray|IMAX-E (SQP-5) - [CLICK TO EXPAND]" - - - You got a decent audio setup. (that supports all HD audio formats) - - You got a setup that completely supports DoVi from start to end. - - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/sqp/sqp-5.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- +This page has been relocated here: [Recyclarr - Pre-Built SQP Configuration Files](https://recyclarr.dev/wiki/sqp-configs/) diff --git a/docs/Recyclarr/recyclarr-configs.md b/docs/Recyclarr/recyclarr-configs.md index 6fa6db59d..9c3ae862f 100644 --- a/docs/Recyclarr/recyclarr-configs.md +++ b/docs/Recyclarr/recyclarr-configs.md @@ -1,403 +1,3 @@ # Collection of Recyclarr configs -Here you will find a collection of Recyclarr configs based on the following guides: - -- [Radarr - How to setup Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} -- [Radarr - How to setup Quality Profiles Anime](/Radarr/radarr-setup-quality-profiles-anime){:target="_blank" rel="noopener noreferrer"} -- [Sonarr - How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} -- [Sonarr - How to setup Quality Profiles Anime](/Sonarr/sonarr-setup-quality-profiles-anime){:target="_blank" rel="noopener noreferrer"} -- [Sonarr - How to setup Quality Profiles French](/Sonarr/sonarr-setup-quality-profiles-french){:target="_blank" rel="noopener noreferrer"} - - - ---8<-- "includes/support.md" - ---- - -## INDEX - ---- - -| Radarr | Sonarr | -| ----------------------------------------------------------------- | --------------------------------------------------- | -| [HD Bluray + WEB](#hd-bluray-web) | [WEB-1080p](#web-1080p) | -| [UHD Bluray + WEB](#uhd-bluray-web) | [WEB-2160p](#web-2160p) | -| [Remux + WEB 1080p](#remux-web-1080p) | [Anime (Sonarr)](#anime-sonarr) | -| [Remux + WEB 2160p](#remux-web-2160p) | [French WEB-1080p MULTi](#french-web-1080p-multi) | -| [Anime (Radarr)](#anime-radarr) | [French WEB-1080p VOSTFR](#french-web-1080p-vostfr) | -| [French HD Bluray + WEB MULTi](#french-hd-bluray-web-multi) | [French Anime MULTi](#french-anime-multi) | -| [French HD Bluray + WEB VOSTFR](#french-hd-bluray-web-vostfr) | [French Anime VOSTFR](#french-anime-vostfr) | -| [French UHD Bluray + WEB MULTi](#french-uhd-bluray-web-multi) | | -| [French UHD Bluray + WEB VOSTFR](#french-hd-bluray-web-vostfr) | | -| [French Remux + WEB 1080p MULTi](#french-remux-web-1080p-multi) | | -| [French Remux + WEB 1080p VOSTFR](#french-remux-web-1080p-vostfr) | | -| [French Remux + WEB 2160p MULTi](#french-remux-web-2160p-multi) | | -| [French Remux + WEB 2160p VOSTFR](#french-remux-web-2160p-vostfr) | | - ---- - -## Radarr - ---- - -### HD Bluray + WEB - -??? question "HD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality HD Encodes (Bluray-720p/1080p) - - Size: 6-15 GB for a Bluray-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/hd-bluray-web.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### UHD Bluray + WEB - -??? question "UHD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality UHD Encodes (Bluray-2160p) - - Size: 20-60 GB for a Bluray-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/uhd-bluray-web.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### Remux + WEB 1080p - -??? question "Remux + WEB 1080p - [CLICK TO EXPAND]" - - If you prefer 1080p Remuxes (Remux-1080p) - - Size: 20-40 GB for a Remux-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/remux-web-1080p.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### Remux + WEB 2160p - -??? question "Remux + WEB 2160p - [CLICK TO EXPAND]" - - If you prefer 2160p Remuxes (Remux-2160p) - - Size: 40-100 GB for a Remux-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/remux-web-2160p.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### Anime (Radarr) - -??? question "Anime (Radarr) - [CLICK TO EXPAND]" - - It's recommended to run two Radarr instances. One for Anime Movies and one for Normal Movies, or you can make use of Quality Profiles and score different Custom Formats (CFs) as required. - - The aim of this guide is to grab the best release overall (as per [SeaDex](https://sneedex.moe/){:target="_blank" rel="noopener noreferrer"}) and not necessarily just dual audio. - The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="_blank" rel="noopener noreferrer"} or [AB](https://animebytes.tv/){:target="_blank" rel="noopener noreferrer"} - - !!! info "" - Nyaa is a public tracker while AB is an invite only tracker. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/anime-radarr.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French HD Bluray + WEB MULTi - -??? question "HD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality HD Encodes (Bluray-720p/1080p) - French MULTi - - Size: 6-15 GB for a Bluray-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-hd-bluray-web-multi.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French HD Bluray + WEB VOSTFR - -??? question "HD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality HD Encodes (Bluray-720p/1080p) - French VOSTFR - - Size: 6-15 GB for a Bluray-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-hd-bluray-web-vostfr.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French UHD Bluray + WEB MULTi - -??? question "UHD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality UHD Encodes (Bluray-2160p) - French MULTi - - Size: 20-60 GB for a Bluray-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-uhd-bluray-web-multi.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French UHD Bluray + WEB VOSTFR - -??? question "UHD Bluray + WEB - [CLICK TO EXPAND]" - - If you prefer High Quality UHD Encodes (Bluray-2160p) - French VOSTFR - - Size: 20-60 GB for a Bluray-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-uhd-bluray-web-vostfr.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Remux + WEB 1080p MULTi - -??? question "Remux + WEB 1080p - [CLICK TO EXPAND]" - - If you prefer 1080p Remuxes (Remux-1080p) - French MULTi - - Size: 20-40 GB for a Remux-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-remux-web-1080p-multi.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Remux + WEB 1080p VOSTFR - -??? question "Remux + WEB 1080p - [CLICK TO EXPAND]" - - If you prefer 1080p Remuxes (Remux-1080p) - French VOSTFR - - Size: 20-40 GB for a Remux-1080p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-remux-web-1080p-vostfr.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Remux + WEB 2160p MULTi - -??? question "Remux + WEB 2160p - [CLICK TO EXPAND]" - - If you prefer 2160p Remuxes (Remux-2160p) - French MULTi - - Size: 40-100 GB for a Remux-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-remux-web-2160p-multi.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Remux + WEB 2160p VOSTFR - -??? question "Remux + WEB 2160p - [CLICK TO EXPAND]" - - If you prefer 2160p Remuxes (Remux-2160p) - French VOSTFR - - Size: 40-100 GB for a Remux-2160p depending on the running time. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/radarr/french-remux-web-2160p-vostfr.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -## Sonarr - ---- - -### WEB-1080p - -??? question "WEB-1080p - [CLICK TO EXPAND]" - - If you prefer 720p/1080p WEBDL (WEB-1080p) - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/web-1080p-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### WEB-2160p - -??? question "WEB-2160p - [CLICK TO EXPAND]" - - If you prefer 2160p WEBDL (WEB-2160p) - - The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without DV/HDR is a minimal profit. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/web-2160p-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### Anime (Sonarr) - -??? question "Anime (Sonarr) - [CLICK TO EXPAND]" - - It's recommended to run two Sonarr instances. One for Anime and one for normal TV shows, or you can make use of Quality Profiles and score different Custom Formats (CFs) as required. - - The aim of this guide is to grab the best release overall (as per [SeaDex](https://sneedex.moe/){:target="_blank" rel="noopener noreferrer"}) and not necessarily just dual audio. - The vast majority of releases can be found on [Nyaa](https://nyaa.si/){:target="_blank" rel="noopener noreferrer"} or [AB](https://animebytes.tv/){:target="_blank" rel="noopener noreferrer"} - - !!! info "" - Nyaa is a public tracker while AB is an invite only tracker. - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/anime-sonarr-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French WEB-1080p MULTi - -??? question "French WEB-1080p MULTi - [CLICK TO EXPAND]" - - If you prefer 720p/1080p WEBDL (WEB-1080p) - French MULTi - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-web-1080p-multi-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French WEB-1080p VOSTFR - -??? question "French WEB-1080p VOSTFR - [CLICK TO EXPAND]" - - If you prefer 720p/1080p WEBDL (WEB-1080p) - French VOSTFR - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-web-1080p-vostfr-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Anime MULTi - -??? question "French Anime MULTi - [CLICK TO EXPAND]" - - If you are looking to grab Anime with MULTi audio (original + French). - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-anime-multi-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- - -### French Anime VOSTFR - -??? question "French Anime VOSTFR - [CLICK TO EXPAND]" - - If you are looking to grab Anime with French sub (VOSTFR) - -??? example "YAML - [CLICK TO EXPAND]" - - ```yaml - [[% filter indent(width=4) %]][[% include 'recyclarr-configs/sonarr/french-anime-vostfr-v4.yml' %]][[% endfilter %]] - ``` - -[TOP](#index) - ---- +This page has been relocated here: [Recyclarr - Pre-Built Configuration Files](https://recyclarr.dev/wiki/guide-configs/)