You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/docs/Radarr/Radarr-collection-of-custom...

84 KiB

Collection of Custom Formats

Below is a collection of what we've come to regard as the most needed and commonly used Custom Formats. These CFs have been collected from discussions on Discord or created with help from others.

Special thanks to everyone that has helped in the creation and testing of these Custom Formats, my team at TRaSH guides, Team Radarr, and the community.

With Radarr V3, Custom Formats are much more advanced/powerful than with V2, although this also means a Custom Format can require more knowledge to set up or create.

After requesting with Team Radarr, we now have the option to import/export the Custom Formats in a JSON format. This provides everyone with an easy way to share and use Custom Formats.

We've made 3 guides related to this.

  • How to import Custom Formats{:target="_blank" rel="noopener noreferrer"} - Explains how to import the Custom Formats.
  • How to upgrade Custom Formats{:target="_blank" rel="noopener noreferrer"} - Explains how to upgrade your existing Custom Formats.
  • How to set up Quality Profiles{:target="_blank" rel="noopener noreferrer"} - Explains how to make the most use of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences.

!!! tip

It also is recommended to change the Propers and Repacks settings in Radarr's `Settings`.

`Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](#repackproper) Custom Format.

![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png)

This way you make sure the Custom Format scoring and preferences will be fully utilized.

--8<-- "includes/support.md"


INDEX


Audio Advanced #1 Audio Advanced #2 Audio Channels HDR Formats
TrueHD ATMOS FLAC 1.0 Mono DV HDR10+
DTS X PCM 2.0 Stereo DV HDR10
ATMOS (undefined) DTS-HD HRA 3.0 Sound DV
DD+ ATMOS AAC 4.0 Sound DV HLG
TrueHD DD 5.1 Surround DV SDR
DTS-HD MA MP3 6.1 Surround HDR10+
DD+ Opus 7.1 Surround HDR10
DTS-ES 9.1 Surround HDR
DTS HDR (undefined)
PQ
HLG

Movie Versions Unwanted HQ Release Groups
4K Remaster 3D Remux Tier 01
Criterion Collection BR-DISK Remux Tier 02
Hybrid Extras Remux Tier 03
IMAX Enhanced LQ UHD Bluray Tier 01
IMAX LQ (Release Title) UHD Bluray Tier 02
Masters of Cinema Upscaled UHD Bluray Tier 03
Open Matte x265 (HD) HD Bluray Tier 01
Remaster HD Bluray Tier 02
Special Edition HD Bluray Tier 03
Theatrical Cut WEB Tier 01
Vinegar Syndrome WEB Tier 02
WEB Tier 03

General Streaming Services Asian Streaming Services Dutch Streaming Services
Amazon FOD Pathe Thuis
Apple TV+ Disney+ Hotstar Videoland
Bravia Core TVer
Criterion Channel TVING
Disney+ U-NEXT
HBO VIU
HBO Max
Hulu
Max
Movies Anywhere
Netflix
Peacock TV
Paramount+
Stan
UK Streaming Services Misc Streaming Services Anime Streaming Services
BBC iPlayer Crave VRV
ITVX OViD
NOW Star+

Misc Optional French Audio Version French Source Groups
Dutch Groups AV1 Multi-French FR Remux Tier 01
FreeLeech Bad Dual Groups Multi-Audio FR Remux Tier 02
MPEG2 DV (Disk) French Audio FR UHD Bluray Tier 01
Multi DV (WEBDL) VFF FR UHD Bluray Tier 02
Repack/Proper DV HDR10+ Boost VOF FR HD Bluray Tier 01
Repack2 EVO (no WEBDL) VFI FR HD Bluray Tier 02
x264 HDR10+ Boost VF2 FR WEB Tier 01
x265 HFR VFQ FR WEB Tier 02
x266 Internal VOQ FR Scene Groups
Line/Mic Dubbed VQ FR LQ
No-RlsGroup VFB
Obfuscated VOSTFR
Retags FanSUB
Scene FastSUB
SDR (no WEBDL)
SDR
VP9
x265 (no HDR/DV)

Anime Anime Anime Anime Optional
Anime BD Tier 01 (Top SeaDex Muxers) Anime Web Tier 01 (Muxers) v0 Uncensored
Anime BD Tier 02 (SeaDex Muxers) Anime Web Tier 02 (Top FanSubs) v1 10bit
Anime BD Tier 03 (SeaDex Muxers) Anime Web Tier 03 (Official Subs) v2 Anime Dual Audio
Anime BD Tier 04 (SeaDex Muxers) Anime Web Tier 04 (Official Subs) v3 Dubs Only
Anime BD Tier 05 (Remuxes) Anime Web Tier 05 (FanSubs) v4
Anime BD Tier 06 (FanSubs) Anime Web Tier 06 (FanSubs)
Anime BD Tier 07 (P2P/Scene) Anime Raws
Anime BD Tier 08 (Mini Encodes) Anime LQ Groups

Audio Advanced


TrueHD ATMOS

??? question "TrueHD ATMOS - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/truehd-atmos.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/truehd-atmos.json' %]][[% endfilter %]]
```

TOP


DTS X

??? question "DTS:X - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dts-x.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dts-x.json' %]][[% endfilter %]]
```

TOP


ATMOS (undefined)

??? question "ATMOS (undefined) - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/atmos-undefined.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/atmos-undefined.json' %]][[% endfilter %]]
```

TOP


DDPlus ATMOS

??? question "DD+ ATMOS - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/ddplus-atmos.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ddplus-atmos.json' %]][[% endfilter %]]
```

TOP


TrueHD

??? question "TrueHD - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/truehd.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/truehd.json' %]][[% endfilter %]]
```

TOP


DTS-HD MA

??? question "DTS-HD MA - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dts-hd-ma.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dts-hd-ma.json' %]][[% endfilter %]]
```

TOP


FLAC

??? question "FLAC - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/flac.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/flac.json' %]][[% endfilter %]]
```

TOP


PCM

??? question "PCM - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/pcm.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pcm.json' %]][[% endfilter %]]
```

TOP


DTS-HD HRA

??? question "DTS-HD HRA - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dts-hd-hra.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dts-hd-hra.json' %]][[% endfilter %]]
```

TOP


DDPlus

Dolby Digital Plus = DD+ = DDPlus

??? question "DD+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/ddplus.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ddplus.json' %]][[% endfilter %]]
```

TOP


DTS-ES

??? question "DTS-ES - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dts-es.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dts-es.json' %]][[% endfilter %]]
```

TOP


DTS

DTS = Basic DTS

??? question "DTS - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dts.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dts.json' %]][[% endfilter %]]
```

TOP


AAC

??? question "AAC - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/aac.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/aac.json' %]][[% endfilter %]]
```

TOP


DD

(Basic) Dolby Digital = DD

??? question "DD - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dd.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dd.json' %]][[% endfilter %]]
```

TOP


MP3

??? question "MP3 - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/mp3.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/mp3.json' %]][[% endfilter %]]
```

TOP


Opus

??? question "Opus - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/opus.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/opus.json' %]][[% endfilter %]]
```

TOP


Audio Channels


1.0 Mono

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/10-mono.json' %]][[% endfilter %]]
```

TOP


2.0 Stereo

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/20-stereo.json' %]][[% endfilter %]]
```

TOP


3.0 Sound

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/30-sound.json' %]][[% endfilter %]]
```

TOP


4.0 Sound

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/40-sound.json' %]][[% endfilter %]]
```

TOP


5.1 Surround

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/51-surround.json' %]][[% endfilter %]]
```

TOP


6.1 Surround

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/61-surround.json' %]][[% endfilter %]]
```

TOP


7.1 Surround

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/71-surround.json' %]][[% endfilter %]]
```

TOP


9.1 Surround

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/91-surround.json' %]][[% endfilter %]]
```

TOP


HDR Formats


DV HDR10Plus

DV = DoVi = Dolby Vision
HDR10+ = HDR10P = HDR10Plus

??? question "DV HDR10+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dv-hdr10plus.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hdr10plus.json' %]][[% endfilter %]]
```

TOP


DV HDR10

DV = DoVi = Dolby Vision

??? question "DV HDR10 - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dv-hdr10.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hdr10.json' %]][[% endfilter %]]
```

TOP


DV

DV = DoVi = Dolby Vision

??? question "DV - [Click to show/hide]"

--8<-- "includes/cf-descriptions/dv.md"

<! -- the reason why we didn't use here include-markdown is because all the headers when using include-markdown will be looking in /includes and not the current markdown file, in this case the pointer to #dv-webdl in includes/dv.md -->

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv.json' %]][[% endfilter %]]
```

TOP


DV HLG

DV = DoVi = Dolby Vision

??? question "DV HLG - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dv-hlg.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hlg.json' %]][[% endfilter %]]
```

TOP


DV SDR

DV = DoVi = Dolby Vision

??? question "DV SDR - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dv-sdr.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-sdr.json' %]][[% endfilter %]]
```

TOP


HDR10Plus

HDR10+ = HDR10P = HDR10Plus

??? question "HDR10+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hdr10plus.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hdr10plus.json' %]][[% endfilter %]]
```

TOP


HDR10

HDR10

??? question "HDR10 - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hdr10.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hdr10.json' %]][[% endfilter %]]
```

TOP


HDR

HDR

??? question "HDR - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hdr.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hdr.json' %]][[% endfilter %]]
```

TOP


HDR (undefined)

??? question "HDR (undefined) - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hdr-undefined.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hdr-undefined.json' %]][[% endfilter %]]
```

TOP


PQ

PQ = PQ10

??? question "PQ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/pq.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pq.json' %]][[% endfilter %]]
```

TOP


HLG

HLG = HLG10

??? question "HLG - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hlg.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hlg.json' %]][[% endfilter %]]
```

TOP


Movie Versions


Hybrid

??? question "Hybrid - [Click to show/hide]"

A hybrid release means any combination of sources (video + audio) and not a direct encode of a single source. Generally you can be sure that any hybrid that has been put together is the best quality release of a particular title.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hybrid.json' %]][[% endfilter %]]
```

TOP


Remaster

??? question "Remaster - [Click to show/hide]"

[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Remaster){:target="_blank" rel="noopener noreferrer"}

For the software term, see Software remastering.
Remaster (also digital remastering and digitally remastered) refers to changing the quality of the sound or of the image, or both, of previously created recordings, either audiophonic, cinematic, or videographic.

??? example "JSON - [Click to show/hide]"

```json
 [[% filter indent(width=4) %]][[% include 'json/radarr/cf/remaster.json' %]][[% endfilter %]]
```

TOP


4K Remaster

??? question "4K Remaster - [Click to show/hide]"

A remastered or mastered in 4K should give you usually the best picture and audio currently for the movie. Both are just names to describe the best possible currently for the movie.

To be clear, the final digital films on the Mastered in 4K Blu-rays still only have the same 1920 x 1080 pixels of actual resolution as normal Blu-rays. But the argument goes that because these full HD files were derived from higher-resolution masters, their images will be more precise, with better colors, less noise, and enhanced sharpness and detail. Not least because the higher-resolution mastering process will provide more detail from the original print for the Blu-ray masters to draw on when going through their (hopefully…) frame-by-frame compression process.

Another important element of the Mastered in 4K discs is that theyre all mastered with x.v.YCC color specification. This delivers an expanded color range closer to that contained in original source material.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/4k-remaster.json' %]][[% endfilter %]]
```

TOP


Criterion Collection

??? question "Criterion Collection - [Click to show/hide]"

The Criterion Collection, Inc. (or simply Criterion) is an American home video distribution company which focuses on licensing "important classic and contemporary films" and selling them to film aficionados. Criterion has helped to standardize characteristics of home video such as film restoration, using the letterbox format for widescreen films, and adding bonus features and commentary tracks.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/criterion-collection.json' %]][[% endfilter %]]
```

TOP


Masters of Cinema

??? question "Masters of Cinema - [Click to show/hide]"

Masters of Cinema is a line of DVD and Blu-ray releases published through Eureka Entertainment. Because of the uniformly branded and spine-numbered packaging and the standard inclusion of booklets and analysis by recurring film historians, the line is often perceived as the UK equivalent of The Criterion Collection.

??? example "JSON - [Click to show/hide}"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/masters-of-cinema.json' %]][[% endfilter %]]
```

TOP


Vinegar Syndrome

??? question "Vinegar Syndrome - [Click to show/hide]"

Vinegar Syndrome is a US-based company founded in 2012 to preserve and distribute old X-rated films. Over time, they expanded their catalog to include other types of cult and exploitation films, specializing in horror and action genres.

??? example "JSON - [Click to show/hide}"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vinegar-syndrome.json' %]][[% endfilter %]]
```

TOP


Theatrical Cut

??? question "Theatrical Cut - [Click to show/hide]"

The Theatrical Cut is the version of the film that was shown at cinemas.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/theatrical-cut.json' %]][[% endfilter %]]
```

TOP


Special Edition

??? question "Special Edition - [Click to show/hide]"

Custom format for several Special Editions

- The Director's Cut is the version edited by the Director, usually for additional home media releases.
- An Extended Cut is usually any version of the film which is longer than the theatrical cut (though in very rare cases, its shorter).

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/special-edition.json' %]][[% endfilter %]]
```

TOP


IMAX

??? question "IMAX - [Click to show/hide]"

[From In Depth Cine](https://www.indepthcine.com/videos/imax){:target="_blank" rel="noopener noreferrer"}

IMAX films are shot in tall aspect ratios, typically 1.9:1 or sometimes 1.43:1. Most IMAX film releases also have scenes shot at wider aspect ratios and, as a result, the aspect ratio will change throughout. Because they are shot on large format cameras, there is often less film grain present. This results in a clearer picture.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/imax.json' %]][[% endfilter %]]
```

TOP


IMAX Enhanced

??? question "IMAX Enhanced - [Click to show/hide]"

**Get more picture and less black bars (letterboxing).**

[From Wired](https://www.wired.com/story/what-is-imax-enhanced/){:target="_blank" rel="noopener noreferrer"}

IMAX Enhanced is a standard for digital releases. It features scenes shot on IMAX cameras and produced in HDR10 DV. IMAX Enhanced releases are often higher bitrate than other WEB options and are encoded into various formats, including SDR conversions.

As a result of the higher bitrate and implied picture quality improvement, it is recommended to enable the IMAX Enhanced custom format on WEB profiles, especially for those seeking 'The IMAX Experience' - including less "black bars" or letterboxing.

![!Imax Enhanced Example](images/imax-e/imax-e.1.png)

![!Imax Enhanced Example](images/imax-e/imax-e.2.png)

![!Imax Enhanced Example](images/imax-e/imax-e.3.png)

![!Imax Enhanced Example](images/imax-e/imax-e.4.png)

![!Imax Enhanced Example](images/imax-e/imax-e.5.png)

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/imax-enhanced.json' %]][[% endfilter %]]
```

TOP


Open Matte

??? question "Open Matte - [Click to show/hide]"

Open matte is a filming technique that involves matting out the top and bottom of the film frame in the movie projector (known as a soft matte) for the widescreen theatrical release and then scanning the film without a matte (at Academy ratio) for a full screen home video release.

??? example "JSON - [Click to show/hide}"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/open-matte.json' %]][[% endfilter %]]
```

TOP


Unwanted


BR-DISK

??? question "BR-DISK - [Click to show/hide]"

This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.

You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`.

!!! note

    Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as `BR-DISK`,
    This is a cosmetic annoyance until we come up with another way to solve this,
    being that this Custom Format is used to not download BR-DISK it does its purpose as intended.
    Several reasons why this is happening:

    - Blame the often wrongly used naming of x265 encodes.
    - Radarr v3/v4 uses dynamic custom formats.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/br-disk.json' %]][[% endfilter %]]
```

TOP


LQ

Low Quality Releases = LQ

??? question "LQ - [Click to show/hide]"

- A collection of known low quality groups (often banned from the top trackers due to their lack of quality), banned or dishonest release groups, or rips/encodes from scene and quick-to-release P2P groups that, while adequate, are usually not considered high quality.
- Release Groups that break the Starr apps automation because their bad naming could potentially cause download loops, even if their overall quality is perfect.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/lq.json' %]][[% endfilter %]]
```

TOP


LQ (Release Title)

Low Quality Releases = LQ

??? question "LQ (Release Title)- [Click to show/hide]"

A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/lq-release-title.json' %]][[% endfilter %]]
```

TOP


3D

??? question "3D - [Click to show/hide]"

If you prefer or not prefer 3D.

You can use Custom Format or use Restrictions (`Settings` => `Indexers` => `Restrictions`) what ever you prefer.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/3d.json' %]][[% endfilter %]]
```

TOP


x265 (HD)

720/1080p no x265 = x265 (720/1080p) = x265 (HD)

??? question "x265 (HD) - [Click to show/hide]"

This blocks all 720/1080p (HD) releases that are encoded in x265.

In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-hd']['trash_scores']['default'] }}`

!!! failure ""
    --8<-- "includes/docker/x265.md"

        !!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x265-hd.json' %]][[% endfilter %]]
```

TOP


Upscaled

??? question "Upscaled - [Click to show/hide]"

This custom format is used to prevent Radarr from grabbing upscaled releases.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/upscaled.json' %]][[% endfilter %]]
```

TOP


Extras

??? question "Extras - [Click to show/hide]"

This custom format is used to prevent Radarr from grabbing releases containing only extras/bonus material.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/extras.json' %]][[% endfilter %]]
```

TOP


Optional


Bad Dual Groups

??? question "Bad dual groups - [Click to show/hide]" These groups take the original release and add their own language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe is that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as the first track. Also they often even translate/rename the release name to Portuguese.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bad-dual-groups.json' %]][[% endfilter %]]
```

TOP


DV (WEBDL)

DV = DoVi = Dolby Vision

??? question "DV (WEBDL) - [Click to show/hide]" This is a special Custom Format that blocks WEBDLs with Dolby Vision but without HDR10 fallback.

You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`.

This Custom Format works together with the normal [DV](#dv) Custom Format that you would use to prefer Dolby Vision.

Most WEBDL from Streaming Services don't have the fallback to HDR10. What can result during playback is issues with weird colors (typically a green hue) when you attempt to play it on a non Dolby Vision compatible setup.

Remuxes and Bluray have a fallback to HDR10.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-webdl.json' %]][[% endfilter %]]
```

TOP


EVO (no WEBDL)

??? question "EVO (no WEBDL) - [Click to show/hide]"

This group is often banned for the low-quality Blu-ray releases, but their WEB-DLs are okay.

You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/evo-no-webdl.json' %]][[% endfilter %]]
```

TOP


HDR10Plus Boost

??? question "HDR10+ Boost - [Click to show/hide]"

Optional. Use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hdr10plus-boost.json' %]][[% endfilter %]]
```

TOP


DV HDR10Plus Boost

??? question "DV HDR10+ Boost - [Click to show/hide]"

Optional: use this one if you want to upgrade from DV HDR10 to DV HDR10+ to support the best of both worlds.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hdr10plus-boost.json' %]][[% endfilter %]]
```

TOP


No-RlsGroup

??? question "No-RlsGroup - [Click to show/hide]"

Some indexers strip out the release group which could result in LQ groups getting a higher score.
For example, a lot of EVO releases end up stripped of the group name so they appear as "upgrades" and they end up getting a decent score if other things match

!!! warning

    If you don't use decent filenames (like not adding release groups) don't add this Custom Format, except if you want to upgrade them.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/no-rlsgroup.json' %]][[% endfilter %]]
```

TOP


Obfuscated

??? question "Obfuscated - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/obfuscated.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/obfuscated.json' %]][[% endfilter %]]
```

TOP


Retags

??? question "Retags - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/retags.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/retags.json' %]][[% endfilter %]]
```

TOP


Scene

??? question "Scene - [Click to show/hide]"

This Custom Format will try to recognize so-called "scene releases". Depending on your preferences, you can give it a negative score `-10000`, a positive score, or just skip adding it altogether.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/scene.json' %]][[% endfilter %]]
```

TOP


x265 (no HDR/DV)

??? question "x265 (no HDR/DV) - [Click to show/hide]"

This blocks most 720/1080p (HD) releases that are encoded in x265.

**But it will allow 720/1080p x265 releases if they have HDR and/or DV**

*Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.*

In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}`

!!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x265-no-hdrdv.json' %]][[% endfilter %]]
```

TOP


AV1

??? question "AV1 - [Click to show/hide]"

- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/av1.json' %]][[% endfilter %]]
```

TOP


VP9

??? question "VP9 - [Click to show/hide]"

- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vp9.json' %]][[% endfilter %]]
```

TOP


Internal

??? question "Internal - [Click to show/hide]"

- For those that prefer scene releases may want to boost internals as they generally have higher settings that may not conform to ruleset.
- In some rare cases P2P use also INTERNAL.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/internal.json' %]][[% endfilter %]]
```

TOP


SDR

??? question "SDR - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/sdr.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/sdr.json' %]][[% endfilter %]]
```

TOP


SDR (no WEBDL)

??? question "SDR (no WEBDL) - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/sdr-no-webdl.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/sdr-no-webdl.json' %]][[% endfilter %]]
```

TOP


DV (Disk)

??? question "DV (Disk) - [Click to show/hide]"

- This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-disk.json' %]][[% endfilter %]]
```

TOP


Line/Mic Dubbed

??? question "Line/Mic Dubbed - [Click to show/hide]"

- This seems to be often used with German releases, and this will block the low quality audio.
- Line Dubbed = Sound extracted in the cinema by cable.
- Mic Dubbed = Sound extracted in the cinema by a microphone.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/line-mic-dubbed.json' %]][[% endfilter %]]
```

TOP


HFR

??? question "HFR - [Click to show/hide]"

- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hfr.json' %]][[% endfilter %]]
```

TOP


Misc


Repack/Proper

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/repack-proper.json' %]][[% endfilter %]]
```

TOP


Repack2

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/repack2.json' %]][[% endfilter %]]
```

TOP


x264

??? question "x264 - [Click to show/hide]"

x264 is a *free software library* and *application* for encoding video streams into the [H.264/MPEG-4 AVC](https://en.wikipedia.org/wiki/H.264){:target="_blank" rel="noopener noreferrer"} compression format, and is released under the terms of the [GNU GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html){:target="_blank" rel="noopener noreferrer"}.

If you want maximum compatibility and have much better direct play support then use x264 for 720p/1080p.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x264.json' %]][[% endfilter %]]
```

TOP


x265

??? question "x265 - [Click to show/hide]"

x265 is a *free software library* and *application* for encoding video streams into the [H.265/MPEG-H HEVC](http://en.wikipedia.org/wiki/H.265){:target="_blank" rel="noopener noreferrer"} compression format, and is released under the terms of the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html){:target="_blank" rel="noopener noreferrer"}.

This applies to all x265/HEVC releases that are not Remux.

!!! failure ""
    Please don't forget to read the following [Microsized & Wrong Source](#microsized-wrong-source)

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x265.json' %]][[% endfilter %]]
```

TOP


x266

??? question "x266 - [Click to show/hide]"

Versatile Video Coding (VVC), also known as H.266, ISO/IEC 23090-3, and MPEG-I Part 3, is a video compression standard finalized on 6 July 2020. [Wikipedia](https://en.wikipedia.org/wiki/Versatile_Video_Coding){:target="_blank" rel="noopener noreferrer"}.

This applies to all x266/VVC releases that are not Remux.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/x266.json' %]][[% endfilter %]]
```

TOP


FreeLeech

??? question "FreeLeech - [Click to show/hide]"

Sometimes, torrent sites set a torrent to be freeleech. This means, that the download of this torrent will not count towards your download quota or ratio. This is really useful, if you do not have the best ratio yet.

!!! warning
    Keep in mind not all trackers support this option.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/freeleech.json' %]][[% endfilter %]]
```

TOP


Dutch Groups

??? question "Dutch Groups - [Click to show/hide]"

If you prefer movies with also a Dutch audio track.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dutch-groups.json' %]][[% endfilter %]]
```

TOP


MPEG2

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/mpeg2.json' %]][[% endfilter %]]
```

TOP


Multi

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/multi.json' %]][[% endfilter %]]
```

TOP


HQ Release Groups


Remux Tier 01

??? question "Remux Tier 01 - [Click to show/hide]"

Groups that:

- Have established themselves as consistently delivering high-quality releases.
- Produce remuxes from multiple sources (discs) and combine them to produce the best end result.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-01.json' %]][[% endfilter %]]
```

TOP


Remux Tier 02

??? question "Remux Tier 02 - [Click to show/hide]"

Groups that:

- Haven't released much. (yet)
- Produce remuxes from multiple sources (discs) and combine them to produce the best end result.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-02.json' %]][[% endfilter %]]
```

TOP


Remux Tier 03

??? question "Remux Tier 03 - [Click to show/hide]"

Groups that:

- Only use one source (poetically dubbed "one disc wonders").
- Use a fully automated method without double-checking.
- Don't check/review their releases prior to uploading.
- Haven't released much. (yet)
- Have retired and don't have the best quality by today's standards
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/remux-tier-03.json' %]][[% endfilter %]]
```

TOP


UHD Bluray Tier 01

??? question "UHD Bluray Tier 01 - [Click to show/hide]"

Groups that:

- Have established themselves as consistently delivering high-quality releases.
- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc).
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/uhd-bluray-tier-01.json' %]][[% endfilter %]]
```

TOP


UHD Bluray Tier 02

??? question "UHD Bluray Tier 02 - [Click to show/hide]"

Groups that:

- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc).
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/uhd-bluray-tier-02.json' %]][[% endfilter %]]
```

TOP


UHD Bluray Tier 03

??? question "UHD Bluray Tier 03 - [Click to show/hide]"

Groups that:

- Use remuxes as their source without micro-sizing them.
- HDR/DoVi (Depending on what's offered and often both).
- Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc) or Lossy audio formats (DD, DD+, etc).
- That are added for a specific reason for other guides quality profiles.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/uhd-bluray-tier-03.json' %]][[% endfilter %]]
```

TOP


HD Bluray Tier 01

??? question "HD Bluray Tier 01 - [Click to show/hide]"

Groups that:

- Have established themselves as consistently delivering high-quality releases.
- Use remuxes as their source without micro-sizing them.
- Have a minimum of GP releases. (best encode in it's class  1080p and lower)
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hd-bluray-tier-01.json' %]][[% endfilter %]]
```

TOP


HD Bluray Tier 02

??? question "HD Bluray Tier 02 - [Click to show/hide]"

Groups that:

- Use remuxes as their source without micro-sizing them.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hd-bluray-tier-02.json' %]][[% endfilter %]]
```

TOP


HD Bluray Tier 03

??? question "HD Bluray Tier 03 - [Click to show/hide]"

Groups that:

- Use remuxes as their source without micro-sizing them.
- That are added for a specific reason for other guides quality profiles.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hd-bluray-tier-03.json' %]][[% endfilter %]]
```

TOP


WEB Tier 01

??? question "WEB Tier 01 - [Click to show/hide]"

Groups that:

- Have established themselves as consistently delivering high-quality releases.
- Create hybrids.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/web-tier-01.json' %]][[% endfilter %]]
```

TOP


WEB Tier 02

??? question "WEB Tier 02 - [Click to show/hide]"

Groups that:

- Only have done a few releases
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/web-tier-02.json' %]][[% endfilter %]]
```

TOP


WEB Tier 03

??? question "WEB Tier 03 - [Click to show/hide]"

Groups that:

- That are added for a specific reason for other guides quality profiles.
- Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/web-tier-03.json' %]][[% endfilter %]]
```

TOP


Streaming Services


General Streaming Services

AMZN

Amazon Prime Video

??? question "Amazon Prime Video - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/amzn.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/amzn.json' %]][[% endfilter %]]
```

TOP


ATVP

Apple TV+

??? question "Apple TV+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/atvp.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/atvp.json' %]][[% endfilter %]]
```

TOP


BCORE

Bravia Core

??? question "Bravia Core - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/bcore.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/bcore.json' %]][[% endfilter %]]
```

TOP


CRiT

Criterion Channel

??? question "Criterion Channel - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/crit.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/crit.json' %]][[% endfilter %]]
```

TOP


DSNP

Disney+

??? question "Disney+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/dsnp.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dsnp.json' %]][[% endfilter %]]
```

TOP


HBO

HBO

??? question "HBO - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hbo.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hbo.json' %]][[% endfilter %]]
```

TOP


HMAX

HBO Max

??? question "Max (streaming service) aka HBO Max - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hmax.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hmax.json' %]][[% endfilter %]]
```

TOP


Hulu

Hulu

??? question "Hulu - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hulu.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hulu.json' %]][[% endfilter %]]
```

TOP


Max

Max (streaming service)

??? question "Max (streaming service) - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/hmax.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/max.json' %]][[% endfilter %]]
```

TOP


MA

Movies Anywhere

??? question "Movies Anywhere - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/ma.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ma.json' %]][[% endfilter %]]
```

TOP


NF

Netflix

??? question "Netflix - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/nf.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/nf.json' %]][[% endfilter %]]
```

TOP


PCOK

Peacock TV

??? question "Peacock TV - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/pcok.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pcok.json' %]][[% endfilter %]]
```

TOP


PMTP

Paramount+

??? question "Paramount+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/pmtp.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pmtp.json' %]][[% endfilter %]]
```

TOP


STAN

Stan

??? question "STAN - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/stan.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/stan.json' %]][[% endfilter %]]
```

TOP


Asian Streaming Services


FOD

FOD = Fuji Television On Demand

??? question "Fuji Television On Demand - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/fod.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/fod.json' %]][[% endfilter %]]
```

TOP


HTSR

Disney+ Hotstar

??? question "Disney+ Hotstar - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/htsr.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/htsr.json' %]][[% endfilter %]]
```

TOP


TVer

TVer

??? question "TVer - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/tver.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/tver.json' %]][[% endfilter %]]
```

TOP


TVING

TVING

??? question "TVING - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/tving.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/tving.json' %]][[% endfilter %]]
```

TOP


U-NEXT

U-NEXT

??? question "U-NEXT - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/u-next.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/u-next.json' %]][[% endfilter %]]
```

TOP


VIU

VIU

??? question "VIU - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/viu.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/viu.json' %]][[% endfilter %]]
```

TOP


Dutch Streaming Services


Pathe

Pathé Thuis

??? question "Pathé Thuis - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/pathe.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/pathe.json' %]][[% endfilter %]]
```

TOP


VDL

Videoland

??? question "Videoland - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/vdl.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vdl.json' %]][[% endfilter %]]
```

TOP


UK Streaming Services


iP

BBC iPlayer aka iP

??? question "BBC iPlayer aka iP - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/ip.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ip.json' %]][[% endfilter %]]
```

TOP


ITVX

ITVX aka ITV

??? question "ITVX aka ITV - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/itvx.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/itvx.json' %]][[% endfilter %]]
```

TOP


NOW

NOW

??? question "NOW - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/now.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/now.json' %]][[% endfilter %]]
```

TOP


Misc Streaming Services


Crav

Crave

??? question "CRAVE - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/crav.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/crav.json' %]][[% endfilter %]]
```

TOP


OViD

OViD

??? question "OViD - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/ovid.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/ovid.json' %]][[% endfilter %]]
```

TOP


STRP

Star+

??? question "Star+ - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/strp.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/strp.json' %]][[% endfilter %]]
```

TOP


Anime Streaming Services


VRV

??? question "VRV - [Click to show/hide]"

{! include-markdown "../../includes/cf-descriptions/vrv.md" !}

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/vrv.json' %]][[% endfilter %]]
```

TOP


Anime


Anime BD Tier 01 (Top SeaDex Muxers)

??? question "Anime BD Tier 01 (Top SeaDex Muxers) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-01-top-seadex-muxers.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 02 (SeaDex Muxers)

??? question "Anime BD Tier 02 (SeaDex Muxers) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-02-seadex-muxers.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 03 (SeaDex Muxers)

??? question "Anime BD Tier 03 (SeaDex Muxers) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-03-seadex-muxers.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 04 (SeaDex Muxers)

??? question "Anime BD Tier 04 (SeaDex Muxers) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-04-seadex-muxers.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 05 (Remuxes)

??? question "Anime BD Tier 05 (Remuxes) - [Click to show/hide]" Groups that are consistent and do Remuxes

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-05-remuxes.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 06 (FanSubs)

??? question "Anime BD Tier 06 (FanSubs) - [Click to show/hide]" FanSub groups that are consistent

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-06-fansubs.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 07 (P2P/Scene)

??? question "Anime BD Tier 07 (P2P/Scene) - [Click to show/hide]" Known P2P and Scene Anime groups

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-07-p2pscene.json' %]][[% endfilter %]]
```

TOP


Anime BD Tier 08 (Mini Encodes)

??? question "Anime BD Tier 08 (Mini Encodes) - [Click to show/hide]" Know groups that do mini encodes

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-bd-tier-08-mini-encodes.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 01 (Muxers)

??? question "Anime Web Tier 01 (Muxers) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-01-muxers.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 02 (Top FanSubs)

??? question "Anime Web Tier 02 (Top FanSubs) - [Click to show/hide]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-02-top-fansubs.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 03 (Official Subs)

??? question "Anime Web Tier 03 Official Subs) - [Click to show/hide]" Official sub groups that tend to be more consistent and release fast

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-03-official-subs.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 04 (Official Subs)

??? question "Anime Web Tier 04 (Official Subs) - [Click to show/hide]" Official sub groups

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-04-official-subs.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 05 (FanSubs)

??? question "Anime Web Tier 05 (FanSubs) - [Click to show/hide]" FanSub groups that are consistent

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-05-fansubs.json' %]][[% endfilter %]]
```

TOP


Anime Web Tier 06 (FanSubs)

??? question "Anime Web Tier 06 (FanSubs) - [Click to show/hide]" FanSub groups that are consistent

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-web-tier-06-fansubs.json' %]][[% endfilter %]]
```

TOP


Anime Raws

??? question "Anime Raws - [Click to show/hide]" A collection of know groups that release raws

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-raws.json' %]][[% endfilter %]]
```

TOP


Anime LQ Groups

??? question "Anime LQ Groups - [Click to show/hide]" A collection of known Low Quality groups.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-lq-groups.json' %]][[% endfilter %]]
```

TOP


Uncensored

??? question "Uncensored - [Click to show/hide]" This CF covers releases that are uncensored

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/uncensored.json' %]][[% endfilter %]]
```

TOP


v0

??? question "v0 - [Click to show/hide]" CF to cover releases named with v0 which we don't want

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/v0.json' %]][[% endfilter %]]
```

TOP


v1

??? question "v1 - [Click to show/hide]" CF to cover v1 releases

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/v1.json' %]][[% endfilter %]]
```

TOP


v2

??? question "v2 - [Click to show/hide]" CF to cover v2 releases

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/v2.json' %]][[% endfilter %]]
```

TOP


v3

??? question "v3 - [Click to show/hide]" CF to cover v3 releases

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/v3.json' %]][[% endfilter %]]
```

TOP


v4

??? question "v4 - [Click to show/hide]" CF to cover v4 releases

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/v4.json' %]][[% endfilter %]]
```

TOP


10bit

??? question "10bit - [Click to show/hide]" This CF covers releases that are 10bit

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/10bit.json' %]][[% endfilter %]]
```

TOP


Anime Dual Audio

??? question "Anime Dual Audio - [Click to show/hide]" This CF covers releases that have Dual Audio

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/anime-dual-audio.json' %]][[% endfilter %]]
```

TOP


Dubs Only

??? question "Dubs Only - [Click to show/hide]" This CF covers releases that only have Dubs

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dubs-only.json' %]][[% endfilter %]]
```

TOP


French Audio Version


Multi-French

??? question "Multi-French - [Click to show/hide]"

Recognize movies that include the original and the french audio. Work only after import as it need the result from FFprobe to get which audio are present. Will rename the release to keep the recognition of 'Multi' by the [Multi-Audio](#multi-audio) custom format.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/multi-french.json' %]][[% endfilter %]]
```

TOP


Multi-Audio

??? question "Multi-Audio - [Click to show/hide]"

A slightly modified [Multi](#multi) Custom Formats that recognize VF and VO inside the name.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/multi-audio.json' %]][[% endfilter %]]
```

TOP


French Audio

??? question "French Audio - [Click to show/hide]"

This will recognize every kind of French Audio.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-audio.json' %]][[% endfilter %]]
```

TOP


VFF

??? question "VFF - [Click to show/hide]"

Full French version (dubbing done in France) and French version (normally equivalent to VFQ).

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vff.json' %]][[% endfilter %]]
```

TOP


VOF

??? question "VOF - [Click to show/hide]"

Original French Version.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vof.json' %]][[% endfilter %]]
```

TOP


VFI

??? question "VFI - [Click to show/hide]"

International French Version.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfi.json' %]][[% endfilter %]]
```

TOP


VF2

??? question "VF2 - [Click to show/hide]"

VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ).

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vf2.json' %]][[% endfilter %]]
```

TOP


VFQ

??? question "VFQ - [Click to show/hide]"

Canadian French Version.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfq.json' %]][[% endfilter %]]
```

TOP


VOQ

??? question "VOQ - [Click to show/hide]"

Quebec Original Version.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-voq.json' %]][[% endfilter %]]
```

TOP


VQ

??? question "VQ - [Click to show/hide]"

Quebec Version (strong Quebec accent, ex: The Simpsons movie).

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vq.json' %]][[% endfilter %]]
```

TOP


VFB

??? question "VFB - [Click to show/hide]"

Belgian French Version.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vfb.json' %]][[% endfilter %]]
```

TOP


VOSTFR

??? question "VOSTFR - [Click to show/hide]"

Indicates soundtrack in the original language, with French subtitles. It should be noted that SUBFRENCH is included inside this Custom Format. However, SUB often mean that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix both, leading some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-vostfr.json' %]][[% endfilter %]]
```

TOP


FanSUB

??? question "FanSUB - [Click to show/hide]"

Action of subtitling a video for personal and non-professional purposes. The quality of FanSUBs can vary enormously (accuracy of translation, mistakes, etc.) and could lead to so called FastSUBs.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/fansub.json' %]][[% endfilter %]]
```

TOP


FastSUB

??? question "FastSUB - [Click to show/hide]"

FanSUB, but made as quickly as possible, at the expense of quality.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/fastsub.json' %]][[% endfilter %]]
```

TOP


French HQ Source Groups


FR Remux Tier 01

??? question "Remux Tier 01 - [Click to show/hide]"

- WiP
- Groups that produce remuxes from multiple sources (discs) and combine them to produce the best end result.
- Groups producing remuxes with a group from Remux Tier 01 or 02 adding the best available French Audio.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-remux-tier-01.json' %]][[% endfilter %]]
```

TOP


FR Remux Tier 02

??? question "Remux Tier 02 - [Click to show/hide]"

- WiP
- Groups that use an automated way.
- Groups actively doing remuxes from a single source (disc).
- Groups that had the best French audio track to an English release.
- Groups that haven't released much or are not well recognized. (yet)
- Groups that retired and don't have the best quality by today's standards.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-remux-tier-02.json' %]][[% endfilter %]]
```

TOP


FR UHD Bluray Tier 01

??? question "FR UHD Bluray Tier 01 - [Click to show/hide]"

- WiP
- Groups that created encodes from the remuxes without micro-sizing them.
- Groups that add the best French audio track to an English release from Tier 01 or 02.
- HDR/DoVi (Depending on what's offered and often both).
- HD Audio (Atmos, TrueHD etc...).

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-uhd-bluray-tier-01.json' %]][[% endfilter %]]
```

TOP


FR UHD Bluray Tier 02

??? question "FR UHD Bluray Tier 02 - [Click to show/hide]"

- WiP
- Groups that create encodes from a remux without micro-sizing them.
- Groups that had the best French audio track to an English release.
- HDR/DoVi (Depending on what's offered and often both).
- HD Audio (Atmos, TrueHD etc...).
- Groups that haven't released much or are not well recognized. (yet)
- Groups that retired and don't have the best quality by today's standards.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-uhd-bluray-tier-02.json' %]][[% endfilter %]]
```

TOP


FR HD Bluray Tier 01

??? question "FR HD Bluray Tier 01 - [Click to show/hide]"

- WiP
- Groups that create encodes from a remux without micro-sizing them.
- Groups that have a minimum count of great releases (best encode in its class 1080p and lower).
- Groups that add the best French audio track to an English release from Tier 01 or 02.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-hd-bluray-tier-01.json' %]][[% endfilter %]]
```

TOP


FR HD Bluray Tier 02

??? question "FR HD Bluray Tier 02 - [Click to show/hide]"

- WiP
- Groups that create encodes from a remux without micro-sizing them.
- Groups that havae the best French audio track to an English release.
- Groups that haven't released much or are not well recognized. (yet)
- Groups that retired and don't have the best quality by today's standards.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-hd-bluray-tier-02.json' %]][[% endfilter %]]
```

TOP


FR WEB Tier 01

??? question "FR WEB Tier 01 - [Click to show/hide]"

- WiP
- Groups that get their releases directly from the source.
- Groups that source and add the French audio track from the source to an English release from Tier 01 or 02.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-web-tier-01.json' %]][[% endfilter %]]
```

TOP


FR WEB Tier 02

??? question "FR WEB Tier 02 - [Click to show/hide]"

- WiP
- Groups that source and add the French audio track from the source to an English release.
- Groups that haven't released much or are not well recognized. (yet)
- Groups that retired and don't have the best quality by today's standards.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-web-tier-02.json' %]][[% endfilter %]]
```

TOP


FR Scene Groups

??? question "FR Scene Groups - [Click to show/hide]"

Known French Scene groups.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-scene.json' %]][[% endfilter %]]
```

TOP


FR LQ

French Low-Quality Releases = FR LQ

??? question "FR LQ - [Click to show/hide]"

A collection of known French Low-Quality groups that are often banned from the top trackers due to their lack of quality.

!!! note

    - Ads/Watermarks = Groups that are known to put ads or watermarks in their releases.
    - Bad/False releases = Groups that are known for lying about their quality, type, or the name of their releases.
    - DeTAG/ReTAG = Detagging or stealing groups.
    - Other reasons = Banned Release Groups.

??? example "JSON - [Click to show/hide]"

```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-lq.json' %]][[% endfilter %]]
```

TOP