You can match several channels with a name but providers tend to change the quality. Also I've seen HD being worse than regular in some cases so we can't rely on regexes.
It would be great if we could say:
for channel regex ABC:
- process all streams
- create one channel named
ABC HD: only put streams that are 1080p, order them by quality
- create one channel named
ABC: only put streams that are 720p, order them by quality
- if any channel is empty, disable it/remove/remove from profile
Should be simple to add, thoughts? Might be able to send a PR with some guidance. Maybe add a concept of channel tag like 1080 and 720 or random user values, then we can add both tags to the channel. Cluster the streams by quality, create the ABC and ABC HD channels.
The main reason for this is that plex and other players do not like when the stream changes and the resolution also changes.
Thanks