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.
recyclarr/src/Trash.Tests/Radarr/CustomFormat/Processors/Data/CF_Markdown1.md

1.5 KiB

Score [480]

??? example "json"

```json
{
    "trash_id": "4eb3c272d48db8ab43c2c85283b69744",
    "name": "DTS-HD/DTS:X",
    "includeCustomFormatWhenRenaming": false,
    "specifications": [{
        "name": "dts.?(hd|es|x(?!\\d))",
        "implementation": "ReleaseTitleSpecification",
        "negate": false,
        "required": false,
        "fields": {
            "value": "dts.?(hd|es|x(?!\\d))"
        }
    }]
}
```

TOP


Surround Sound

If you prefer all kind of surround sounds

!!! warning

Don't use this Custom Format in combination with the `Audio Advanced` CF if you want to fine tune your audio formats or else it will add up the scores.

Score [500]

??? example "json"

```json
{
    "trash_id": "43bb5f09c79641e7a22e48d440bd8868",
    "name": "Surround Sound",
    "includeCustomFormatWhenRenaming": false,
    "specifications": [{
        "name": "dts\\-?(hd|x)|truehd|atmos|dd(\\+|p)(5|7)",
        "implementation": "ReleaseTitleSpecification",
        "negate": false,
        "required": false,
        "fields": {
            "value": "dts\\-?(hd|x)|truehd|atmos|dd(\\+|p)(5|7)"
        }
    }]
}
```

```json
{
    "trash_id": "abc",
    "name": "No Score"
}
```

```json
{
    "trash_id": "xyz",
    "name": "One that won't be in config"
}
```