fe1219878e
Use nested attribute assignment instead of dynamic blocks for specifications, quality_groups, and format_items. Remove unsupported season_search_maximum_single_episode_age from indexer configs. Flatten custom format specifications to use value/min/max directly.
18 lines
462 B
YAML
18 lines
462 B
YAML
include_custom_format_when_renaming: false
|
|
specifications:
|
|
- name: hdr10
|
|
implementation: ReleaseTitleSpecification
|
|
negate: false
|
|
required: true
|
|
value: hdr10
|
|
- name: x265
|
|
implementation: ReleaseTitleSpecification
|
|
negate: false
|
|
required: true
|
|
value: (((x|h)\.?265)|(HEVC))
|
|
- name: Surround Sound
|
|
implementation: ReleaseTitleSpecification
|
|
negate: false
|
|
required: true
|
|
value: DTS.?(HD|ES|X(?!\D))|TRUEHD|ATMOS|DD(\+|P).?([5-9])|EAC3.?([5-9])
|