Add Sonarr formats

This commit is contained in:
Johan van Eck 2025-07-26 17:13:45 +03:00
parent 8e2e83c509
commit dfe37a51a4
3889 changed files with 32544 additions and 17423 deletions

View file

@ -0,0 +1,36 @@
name: radarr-HDR10
description: '[Custom format from TRaSH-Guides.](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#hdr10)'
tags:
- Release Title
conditions:
- name: radarr-HDR10
negate: false
required: true
type: release_title
pattern: HDR10
- name: radarr-Not DV HDR10
negate: true
required: true
type: release_title
pattern: Not DV HDR10
- name: radarr-Not PQ
negate: true
required: true
type: release_title
pattern: Not PQ
- name: radarr-Not HLG
negate: true
required: true
type: release_title
pattern: Not HLG
- name: radarr-Not SDR
negate: true
required: true
type: release_title
pattern: Not SDR
- name: radarr-Not DV
negate: true
required: true
type: release_title
pattern: Not DV
tests: []