Add Sonarr formats
This commit is contained in:
parent
8e2e83c509
commit
dfe37a51a4
3889 changed files with 32544 additions and 17423 deletions
21
custom_formats/sonarr-x265 (no HDR-DV).yml
Normal file
21
custom_formats/sonarr-x265 (no HDR-DV).yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: sonarr-x265 (no HDR-DV)
|
||||
description: '[Custom format from TRaSH-Guides.](https://trash-guides.info/Sonarr/Sonarr-collection-of-custom-formats/#x265-no-hdrdv)'
|
||||
tags:
|
||||
- Resolution
|
||||
conditions:
|
||||
- name: sonarr-x265-HEVC
|
||||
negate: false
|
||||
required: true
|
||||
type: release_title
|
||||
pattern: x265/HEVC
|
||||
- name: sonarr-Not HDR-DV
|
||||
negate: true
|
||||
required: true
|
||||
type: release_title
|
||||
pattern: Not HDR/DV
|
||||
- name: sonarr-Not 2160p
|
||||
negate: true
|
||||
required: true
|
||||
type: resolution
|
||||
resolution: 2160p
|
||||
tests: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue