I am trying to set up an advanced pass that will only record episodes of a show that are in HD.
The canonical solution to that appears to be the use of Tags. On my server (in Docker on a Synology), I have a selection of 4 seemingly related tags: HD 1080i, HD 720p, HD unknown, and HDTV.
Here's how these behave on my server:
Tag used / Episodes matching
No Tag / 28
HD 1080i / 9
HD 720p / 0
HD Unknown / 0
HDTV / 0
There does not appear to be a tag that lets me record all HD formats (I expected HDTV would do that).
I thought, I could get around that by adding multiple tags (every HD tag in the list). Unfortunately, that doesn't work either because every new tag I add replaces the previous tag.
This wouldn't be the first time I'm making a silly mistake, but to me this behavior appears to be wrong.