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/Sonarr/sonarr-collection-of-custom...

76 KiB

Collection of Custom Formats

Here I will try to list a collection of the most needed and commonly used Custom Formats. These have been collected from either discussions on Discord or that I created with help from others. Special thanks to everyone that helped testing and creating these Custom Formats.

With Sonarr V4+, Custom Formats are much more advanced/powerful than with the release profiles, although this also means a Custom Format is much more complicated to setup.

I also made 3 guides related to this one.

  • How to import Custom Formats{:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats.
  • How to upgrade Custom Formats{:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to upgrade your existing Custom Formats.
  • How to setup Quality Profiles{:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. You can use these to get an idea on how to setup your own.

!!! tip

I also suggest to change the Propers and Repacks settings in Sonarr

`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 preferences will be used instead.

--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
ATMOS (undefined) DTS-HD HRA 3.0 Sound DV HLG
DD+ ATMOS AAC 4.0 Sound DV SDR
TrueHD DD 5.1 Surround HDR10+
DTS-HD MA MP3 6.1 Surround HDR10
DD+ Opus 7.1 Surround HDR
DTS-ES 9.1 Surround HDR (undefined)
DTS PQ
HLG

Series Versions Unwanted HQ Source Groups Streaming Services
Hybrid BR-DISK Remux Tier 01 Amazon
Remaster LQ Remux Tier 02 Apple TV+
x265 (HD) HD Bluray Tier 01 DC Universe
HD Bluray Tier 02 Disney+
WEB Tier 01 HBO Max
WEB Tier 02 HBO
WEB Tier 03 Hulu
WEB Scene NLZiet
Netflix
Paramount+
Peacock TV
Quibi
SHOWTIME
Stan
Videoland
YouTube Red
iTunes
CANAL+
SALTO
RTBF
Comedy Central

Misc Optional French Audio Version French Source Groups
Repack/Proper Bad Dual Groups Multi-French FR Remux Tier 01
Repack v2 DV (WEBDL) Multi-Audio FR HD Bluray Tier 01
Repack v3 HDR10+ Boost French Audio FR WEB Tier 01
Multi No-RlsGroup VFF FR WEB Tier 02
MPEG2 Obfuscated VOF FR WEB Tier 03
x264 Retags VFI FR Anime Tier 01
x265 Scene VFQ FR Anime Tier 02
Season Packs VQ FR Anime FanSub
x265 (no HDR/DV) VFB FR Scene Groups
AV1 VOSTFR FR LQ
SDR FanSUB
DV (FEL) FastSUB
HFR

Anime Source Groups Anime Source Groups Anime Misc/Streaming Services 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) B-Global
Anime BD Tier 07 (P2P/Scene) Anime Raws Bilibili
Crunchyroll
Funimation
HIDIVE
VRV
ADN
WKN

Audio Advanced


TrueHD ATMOS

??? question "TrueHD ATMOS - [CLICK TO EXPAND]"

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

Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DTS X

??? question "DTS X - [CLICK TO EXPAND]"

DTS:X is an object-based audio codec, which aims to create a multi-dimensional sound that “moves around you like it would in real life”

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


ATMOS (undefined)

??? question "ATMOS (undefined) - [CLICK TO EXPAND]"

Handles cases where only Atmos is specified in title but not DD+ or TrueHD (Where it is not specified if it is Lossy or Lossless)

!!! note
    Give this the same score as Lossy Atmos, and then on import, it will get changed to either lossy or lossless based on mediainfo.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DDPlus ATMOS

DDPlus = DD+

??? question "DD+ ATMOS - [CLICK TO EXPAND]"

Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


TrueHD

??? question "TrueHD - [CLICK TO EXPAND]"

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

Dolby TrueHD is a lossless, multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Disc and compatible hardware.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DTS-HD MA

??? question "DTS-HD MA - [CLICK TO EXPAND]"

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

DTS-HD Master Audio is a multi-channel, lossless audio codec developed by DTS as an extension of the lossy DTS Coherent Acoustics codec (DTS CA; usually itself referred to as just DTS). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FLAC

??? question "FLAC - [CLICK TO EXPAND]"

FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


PCM

??? question "PCM - [CLICK TO EXPAND]"

PCM is the method of encoding typically used for uncompressed digital audio

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DTS-HD HRA

??? question "DTS-HD HRA - [CLICK TO EXPAND]" Description placeholder

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DDPlus

Dolby Digital Plus = DD+ = DDPlus

??? question "DD+ - [CLICK TO EXPAND]"

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

Dolby Digital Plus, also known as Enhanced AC-3 (and commonly abbreviated as DD+ or E-AC-3, or EC-3) is a digital audio compression scheme developed by Dolby Labs for transport and storage of multi-channel digital audio. It is a successor to Dolby Digital (AC-3).

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DTS-ES

??? question "DTS-ES - [CLICK TO EXPAND]"

DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1, and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DTS

DTS = Basic DTS

??? question "DTS - [CLICK TO EXPAND]" Description placeholder

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


AAC

??? question "AAC - [CLICK TO EXPAND]"

Advanced Audio Coding

[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Advanced_Audio_Coding){:target="_blank" rel="noopener noreferrer"}
Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DD

(Basic) Dolby Digital = DD

??? question "DD - [CLICK TO EXPAND]"

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

Dolby Digital, also known as Dolby AC-3, the audio compression is lossy.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


MP3

??? question "MP3 - [CLICK TO EXPAND]" Description placeholder

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Opus

??? question "Opus - [CLICK TO EXPAND]"

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

Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format, while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors.Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher-quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Audio Channels


1.0 Mono

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


2.0 Stereo

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


3.0 Sound

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


4.0 Sound

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


5.1 Surround

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


6.1 Surround

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


7.1 Surround

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


9.1 Surround

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR Formats


DV HDR10

Dolby Vision = DoVi = DV

??? question "DV HDR10 - [CLICK TO EXPAND]"

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DV

Dolby Vision = DoVi = DV

??? question "DV - [CLICK TO EXPAND]"

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DV HLG

Dolby Vision = DoVi = DV

??? question "DV HLG - [CLICK TO EXPAND]"

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DV SDR

Dolby Vision = DoVi = DV

??? question "DV SDR - [CLICK TO EXPAND]"

Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile.

Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR10Plus

HDR10Plus = HDR10+

??? question "HDR10+ - [CLICK TO EXPAND]"

**HDR10+ enhances upon a pre-existing HDR10 base layer allowing backwards compatibility with HDR10 devices. It adds dynamic metadata for the devices that support it.**

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

HDR10+, also known as HDR10 Plus, is an HDR video format, announced on 20 April 2017. It is the same as HDR10 but with the addition of a system of dynamic metadata developed by Samsung. It is free to use for content creators and has a maximum $10,000 annual license for some manufacturers. It has been positioned as an alternative to Dolby Vision without the same expenses.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR10

HDR10

??? question "HDR10 - [CLICK TO EXPAND]"

**HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices. It adds static metadata upon the PQ10 format.**

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

HDR10 Media Profile, more commonly known as HDR10, is an open HDR standard announced on 27 August 2015 by the Consumer Technology Association. It is the most widespread of the HDR formats. It is not backward compatible with SDR displays. It is technically limited to a maximum of 10,000 nits peak brightness; however, HDR10 content is commonly mastered with a peak brightness between 1000 and 4000 nits.

HDR10 lacks dynamic metadata. On HDR10 displays that have lower color volume than the HDR10 content (e.g. lower peak brightness capability), the HDR10 metadata provides information to help the display adjust to the video. The metadata, however, is static and constant with respect to each individual video and doesn't inform the display exactly how the content should be adjusted. The interaction between display capabilities, video metadata, and the ultimate output (i.e. the presentation of the video) is mediated by the display, with the result that the original producer's intent may not be preserved.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR

HDR

??? question "HDR - [CLICK TO EXPAND]"

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

High-dynamic-range video (HDR video) is video having a dynamic range greater than that of standard-dynamic-range video (SDR video).HDR video involves capture, production, content/encoding, and display. HDR capture and displays are capable of brighter whites and deeper blacks. To accommodate this, HDR encoding standards allow for a higher maximum luminance and use at least a 10-bit dynamic range (color depth, compared to 8-bit for non-professional and 10-bit for professional SDR video) in order to maintain precision across this extended range.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR (undefined)

??? question "HDR (undefined) - [CLICK TO EXPAND]"

Some groups don't add HDR to their 4K release name so I suggest to add this Custom Format at the same score as you add one of your HDR Custom Formats.

For now it's only FraMeSToR/HQMUX that doesn't add HDR to their release name but in the feature we can add more to it if needed.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


PQ

PQ = PQ10

??? question "PQ - [CLICK TO EXPAND]"

**PQ10 is the most basic HDR format which all other common formats are based upon. It is the barebones SMPTE 2084 specification and has no metadata.**

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

PQ10, sometimes simply referred as the PQ format, is an HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata. It uses the PQ transfer function, Rec. 2020 color primaries and a bit depth of 10-bits. It is not backward compatible with SDR.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HLG

HLG = HLG10

??? question "HLG - [CLICK TO EXPAND]"

**HLG does not use dynamic metadata and is backwards compatible with SDR devices. It is mostly used in broadcasting.**

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

HLG10, commonly simply referred as the HLG format, is an HDR format that can be used for both video and still images. It uses the HLG transfer function, Rec. 2020 color primaries, and a bit depth of 10 bits. The format is backwards compatible with SDR UHDTV but not with older SDR displays that do not implement the Rec. 2020 color standards. It doesn't use metadata and is royalty free.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Series Versions


Hybrid

??? question "Hybrid - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


Remaster

??? question "Remaster - [CLICK TO EXPAND]"

[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 EXPAND]"

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

TOP


Unwanted


BR-DISK

??? question "BR-DISK - [CLICK TO EXPAND]"

This is a custom format to help Sonarr 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 `-1000` or even `-10000`

!!! note

    Depending on your renaming scheme it could happen that Sonarr will match renamed files after they are downloaded and imported as `BR-DISK`,
    This is a cosmetic annoyance until I 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.
    - Sonarr v3/v4 uses dynamic custom formats.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


LQ

Low Quality Releases = LQ

??? question "LQ - [CLICK TO EXPAND]"

A collection of known Low Quality groups that are often banned from the the top trackers because their lack of quality.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


x265 (HD)

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

??? question "x265 (HD) - [CLICK TO EXPAND]"

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

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

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

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Misc


Repack/Proper

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Repack v2

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Repack v3

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


x264

??? question "x264 - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


x265

??? question "x265 - [CLICK TO EXPAND]"

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"}.

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


MPEG2

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Multi

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Optional


Bad Dual Groups

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DV (WEBDL)

Dolby Vision = DoVi = DV

??? question "DV (WEBDL) - [CLICK TO EXPAND]" This is a special Custom Format that block WEBDLs with Dolby Vision but without HDR10 fallback.

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 `-1000` or even `-10000`

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

Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors (typically a green hue) if you want to play it on a not Dolby Vision compatible setup.

Remuxes and Bluray have a fallback to HDR10.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HDR10Plus Boost

??? question "HDR10+ Boost - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


No-RlsGroup

??? question "No-RlsGroup - [CLICK TO EXPAND]"

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 stripping 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 EXPAND]"

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

TOP


Obfuscated

??? question "Obfuscated - [CLICK TO EXPAND]"

Optional (use these only if you dislike renamed releases)

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Retags

??? question "Retags - [CLICK TO EXPAND]"

Optional (use these only if you dislike retagged releases)

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Scene

??? question "Scene - [CLICK TO EXPAND]"

This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Season Pack

??? question "Season Pack - [CLICK TO EXPAND]"

This Custom Format can be used depending if you prefer or not prefer a season pack

- Give it a score of `10` if you prefer a season pack.
- Give it a score of `-10000` if you don't prefer a season pack.
- `/\bS\d+\b(?!E\d+\b)/i` season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course.
- keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference [Sonarr/Sonarr#3562](https://github.com/Sonarr/Sonarr/issues/3562){:target="_blank" rel="noopener noreferrer"}

!!! danger "WARNING"
    - This Custom Format could result in a download loop :bangbang:
    - This will upgrade also your already downloaded single episodes :bangbang:

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/season-pack.json' %]][[% endfilter %]]
```

TOP


x265 (no HDR/DV)

??? question "x265 (no HDR/DV) - [CLICK TO EXPAND]"

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

**But it will allow 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: `{{ sonarr['cf']['x265-no-hdrdv']['trash_score'] }}`

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


AV1

??? question "AV1 - [CLICK TO EXPAND]"

- 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 EXPAND]"

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

TOP


SDR

??? question "SDR - [CLICK TO EXPAND]"

- This will help to prevent to grab UHD/4k releases without HDR Formats.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DV FEL

??? question "DV (FEL) - [CLICK TO EXPAND]"

- 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 EXPAND]"

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

TOP


HFR

??? question "HFR - [CLICK TO EXPAND]"

- 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 EXPAND]"

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

TOP


HQ Source Groups


Remux Tier 01

??? question "Remux Tier 01 - [CLICK TO EXPAND]"

- Groups doing remuxes with multiple sources(discs) mixing what's best.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Remux Tier 02

??? question "Remux Tier 02 - [CLICK TO EXPAND]"

- Groups that only use one source.(So called one disc wonders.)
- Groups that use an automated way.
- Groups that don't check their stuff.
- Groups that haven't released much. (yet)
- Groups that retired and don't have the best quality by todays standards.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP

HD Bluray Tier 01

??? question "HD Bluray Tier 01 - [CLICK TO EXPAND]"

- Groups that created encodes from the remuxes without micro-sizing them.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HD Bluray Tier 02

??? question "HD Bluray Tier 02 - [CLICK TO EXPAND]"

- Groups that created encodes from the remuxes without micro-sizing them.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP

WEB Tier 01

??? question "WEB Tier 01 - [CLICK TO EXPAND]"

- Groups that are on a certain list and active
- Groups that are on a certain list and did a minimum of x releases
- Groups that are not on the list but have a few releases on their name, but won't be trumped by a season pack on the top tier trackers
- Hybrid releases

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


WEB Tier 02

??? question "WEB Tier 02 - [CLICK TO EXPAND]"

- Groups that are on a certain list and are less or not active anymore
- Groups that only did a few releases
- Groups that are not on the list but have a few releases on their name

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


WEB Tier 03

??? question "WEB Tier 03 - [CLICK TO EXPAND]"

- Groups that are on a certain list and are less or not active anymore
- Groups that hardly done any releases
- Groups that are not on the list but have a few releases on their name

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


WEB Scene

??? question "WEB Scene - [CLICK TO EXPAND]"

One of the few scene groups that released quality releases.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Streaming Services


AMZN

Amazon

??? question "Amazon - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


ATVP

Apple TV+

??? question "Apple TV+ - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DCU

DC Universe

??? question "DC Universe - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


DSNP

Disney+

??? question "Disney+ - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HMAX

HBO Max

??? question "HBO Max - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HBO

HBO

??? question "HBO - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Hulu

Hulu

??? question "Hulu - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


NLZ

NLZiet

??? question "NLZiet - [CLICK TO EXPAND]"

NLZIET is the online service of Dutch broadcasters that provides non-stop tv, commercial-free. The streaming service brings the best of all channels straight to your preferred device and lets you see your favorite tv content in high quality on all available platforms; anytime and anywhere.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


NF

Netflix

??? question "Netflix - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


PMTP

Paramount+

??? question "Paramount+ - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


PCOK

Peacock TV

??? question "Peacock TV - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Qibi

Quibi

??? question "Quibi - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


SHO

SHOWTIME

??? question "SHOWTIME - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VDL

Videoland

??? question "Videoland - [CLICK TO EXPAND]"

Videoland is a Dutch OTT online service provider owned by RTL Nederland. Originally it was a retail chain of video rental stores. Its main competitor is Netflix.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


STAN

Stan

??? question "STAN - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


RED

RED = Youtube Red = Youtube Premium

??? question "Youtube Red - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


IT

iT = iTunes

??? question "iTunes - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


CANALPlus

CANALPlus = CANAL+/MyCANAL

??? question "Canal+ - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


SALTO

SALTO = SⱯLTO

??? question "SⱯLTO - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


RTBF

RTBF = Radio-télévision belge de la Communauté française (Radio Télévision Belge Francophone)

??? question "RTBF - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


CC

CC = Comedy Central

??? question "CC - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime


Anime BD Tier 01 (Top SeaDex Muxers)

??? question "Anime BD Tier 01 (Top SeaDex Muxers) - [CLICK TO EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/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 EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/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 EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/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 EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime BD Tier 05 (Remuxes)

??? question "Anime BD Tier 05 (Remuxes) - [CLICK TO EXPAND]" Groups that are consistent and do Remuxes

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime BD Tier 06 (FanSubs)

??? question "Anime BD Tier 06 (FanSubs) - [CLICK TO EXPAND]" FanSub groups that are consistent

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime BD Tier 07 (P2P/Scene)

??? question "Anime BD Tier 07 (P2P/Scene) - [CLICK TO EXPAND]" Known P2P and Scene Anime groups

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime BD Tier 08 (Mini Encodes)

??? question "Anime BD Tier 08 (Mini Encodes) - [CLICK TO EXPAND]" Know groups that do mini encodes

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Web Tier 01 (Muxers)

??? question "Anime Web Tier 01 (Muxers) - [CLICK TO EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Web Tier 02 (Top FanSubs)

??? question "Anime Web Tier 02 (Top FanSubs) - [CLICK TO EXPAND]" Groups that do the best releases as per SeaDex. They are more consistent and trump others

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/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 EXPAND]" Official sub groups that tend to be more consistent and release fast

??? example "JSON - [CLICK TO EXPAND]"

```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/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 EXPAND]" Official sub groups

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Web Tier 05 (FanSubs)

??? question "Anime Web Tier 05 (FanSubs) - [CLICK TO EXPAND]" FanSub groups that are consistent

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Web Tier 06 (FanSubs)

??? question "Anime Web Tier 06 (FanSubs) - [CLICK TO EXPAND]" FanSub groups that are consistent

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Raws

??? question "Anime Raws - [CLICK TO EXPAND]" A collection of know groups that release raws

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime LQ Groups

??? question "Anime LQ Groups - [CLICK TO EXPAND]" A collection of known Low Quality groups.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Uncensored

??? question "Uncensored - [CLICK TO EXPAND]" This CF covers releases that are uncensored

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


v0

??? question "v0 - [CLICK TO EXPAND]" CF to cover releases named with v0 which we don't want

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


v1

??? question "v1 - [CLICK TO EXPAND]" CF to cover v1 releases

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


v2

??? question "v2 - [CLICK TO EXPAND]" CF to cover v2 releases

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


v3

??? question "v3 - [CLICK TO EXPAND]" CF to cover v3 releases

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


v4

??? question "v4 - [CLICK TO EXPAND]" CF to cover v4 releases

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


B-Global

??? question "B-Global - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Bilibili

??? question "Bilibili - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


cr

Crunchyroll

??? question "Crunchyroll - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


funi

Funimation

??? question "Funimation - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


HIDIVE

??? question "HIDIVE - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VRV

??? question "VRV - [CLICK TO EXPAND]" From Wikipedia, the free encyclopedia{:target="_blank" rel="noopener noreferrer"}

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


ADN

ADN = Animation Digital Network

??? question "ADN - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


WKN

WKN = Wakanim

??? question "WKN - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


10bit

??? question "10bit - [CLICK TO EXPAND]" This CF covers releases that are 10bit

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Anime Dual Audio

??? question "Anime Dual Audio - [CLICK TO EXPAND]" This CF covers releases that have Dual Audio

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


Dubs Only

??? question "Dubs Only - [CLICK TO EXPAND]" This CF covers releases that only have Dubs

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


French Audio Version


Multi-French

??? question "Multi-French - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


Multi-Audio

??? question "Multi-Audio - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


French Audio

??? question "French Audio - [CLICK TO EXPAND]"

This will recognize every kind of French Audio.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VFF

??? question "VFF - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VOF

??? question "VOF - [CLICK TO EXPAND]"

Original French Version.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VFI

??? question "VFI - [CLICK TO EXPAND]"

International French Version. VF[1-9] or FR[1-9] indicates the number of dubs present (normally VF2 being VFF and VFQ) and is considered as an International French release.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VFQ

??? question "VFQ - [CLICK TO EXPAND]"

Canadian French Version.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VQ

??? question "VQ - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VFB

??? question "VFB - [CLICK TO EXPAND]"

Belgian French Version.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


VOSTFR

??? question "VOSTFR - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


FanSUB

??? question "FanSUB - [CLICK TO EXPAND]"

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 EXPAND]"

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

TOP


FastSUB

??? question "FastSUB - [CLICK TO EXPAND]"

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


French HQ Source Groups


FR Remux Tier 01

??? question "Remux Tier 01 - [CLICK TO EXPAND]"

- WIP
- Groups doing remuxes with multiple sources (discs) mixing what's best.
- Groups active doing remuxes from a single sources (discs).

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR HD Bluray Tier 01

??? question "FR HD Bluray Tier 01 - [CLICK TO EXPAND]"

- WIP
- Groups that created encodes from the remuxes without micro-sizing them.
- Groups that source and add the best French audio track from the source to an English release from Tier 01 or 02.
- Groups that have a minimum of great releases (best encode in it's class 1080p and lower).

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR WEB Tier 01

??? question "FR WEB Tier 01 - [CLICK TO EXPAND]"

- 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 EXPAND]"

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

TOP


FR WEB Tier 02

??? question "FR WEB Tier 02 - [CLICK TO EXPAND]"

- WIP
- Groups that get their releases directly from the source but are not so active.
- Groups that source and add the French audio track from the source to an English release.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR WEB Tier 03

??? question "FR WEB Tier 03 - [CLICK TO EXPAND]"

- WIP
- Groups that haven't released much or are not well recognized. (yet)
- Groups that retired and don't have the best quality by todays standards.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR Anime Tier 01

??? question "FR Anime Tier 01 - [CLICK TO EXPAND]"

- WIP
- Groups that are know to be still active and doing only Anime
- Groups which releases are at least comparable to SeaDex recommended.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR Anime Tier 02

??? question "FR Anime Tier 02 - [CLICK TO EXPAND]"

- WIP
- Groups that are known to be still active and doing only Anime but with few releases per year.
- Groups that are known to be still active and doing Anime and other type of release.
- Groups that haven't released much or are not well recognized. (yet)
- Groups doing only anime, that have retired (or no longer exist) and may not have the best quality by todays standards.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR Anime FanSub

??? question "FR Anime FanSub - [CLICK TO EXPAND]"

Known good groups that are doing only FanSub and in good quality.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR Scene Groups

??? question "FR Scene Groups - [CLICK TO EXPAND]"

Known French Scene groups.

??? example "JSON - [CLICK TO EXPAND]"

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

TOP


FR LQ

French Low Quality Releases = FR LQ

??? question "FR LQ - [CLICK TO EXPAND]"

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

!!! note

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

??? example "JSON - [CLICK TO EXPAND]"

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

TOP