Sonarr version: 4.0.14.2939-ls283 by linuxserver.io
Mono version (if Sonarr is not running on Windows): Not sure where to find that? I see .NET (6.0.13)
OS: RaspberryPi OS (6.12.25+rpt-rpi-2712 aarch64), Docker-CE v28.1.1
Debug logs: PrivateBin
Description of issue:
Hi all,
I’d appreciate some advice on what I’m doing wrong. I’m new to all the *arr.
I’m trying to
- Restrict all new downloads of episodes in Sonarr to 1080p x265.
- Prioritise ELiTE rips over any other (like Megusta), unless there are no ELiTE then it would download other rips.
So far, I’ve done the following:
- Created 2 custom formats.
Format 1:
Condition 1:
- Release Title
- Regex: [xh][ ._-]?265|\bHEVC(\b|\d)
- Required = true
Condition 2:
- Release Title name: Elite
- Regex: (?i)\bELiTE\b
But that didn’t seem to work… So I also created another format:
Format 2 name: x265
Condition 1:
- Release Title
- Regex: [xh][ ._-]?265|\bHEVC(\b|\d)
- Required = true
Condition 2:
- Name: Not Remux
- Source: Blueray Raw
- Negate: true
- Required: true
Quality Profile:
Name: 1080p HEVC
Custom Format:
- Format 1 (Score 10)
- Format 2 (Score 9) << does this need to be 10?
Qualities selected are Blueray-1080-, WEB 1080p, HDTV-1080p.
But again it’s still not working. Instead, it seems to only download h264 rips for series I have monitoring for new episodes.
For example - an automated download below:
$ tree
.
├── Law & Order - Organized Crime
│ └── law.and.order.organized.crime.s05e07.1080p.web.h264-successfulcrab[EZTVx.to].mkv[eztvx.to].mkv
<snip>
Every other attempt from all the other shows I have monitoring still download h264.
I just did a test with the episode in the above debug log link, by hitting “quick search” - please let me know if there’s another recommended way and I’ll do so. The result, it’s downloading an h264 version of it, not h265.
Let me know if there’s anything else you need.
Ta.