Fix naming

This commit is contained in:
Johan van Eck 2025-07-26 12:26:15 +03:00
parent 91821f4c51
commit ae132ff1c4
237 changed files with 1808 additions and 1070 deletions

50
custom_formats/pcm.yml Normal file
View file

@ -0,0 +1,50 @@
name: PCM
trash_id: e7c2fcae07cbada050a0af3357491d7b
trash_scores:
default: 2250
sqp-1-1080p: 0
sqp-1-web-1080p: 0
sqp-1-2160p: 0
sqp-1-web-2160p: 0
description: '[Custom format from TRaSH-Guides.](https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#pcm)'
metadata:
includeInRename: false
tags:
- Release Title
conditions:
- name: PCM
negate: false
required: true
type: release_title
pattern: PCM
- name: Not AAC
negate: true
required: true
type: release_title
pattern: Not AAC
- name: Not FLAC
negate: true
required: true
type: release_title
pattern: Not FLAC
- name: Not DTS
negate: true
required: true
type: release_title
pattern: Not DTS
- name: Not TrueHD/ATMOS
negate: true
required: true
type: release_title
pattern: Not TrueHD/ATMOS
- name: Not Basic Dolby Digital
negate: true
required: true
type: release_title
pattern: Not Basic Dolby Digital
- name: 'Not Dolby Digital Plus '
negate: true
required: true
type: release_title
pattern: 'Not Dolby Digital Plus '
tests: []