m3u-filter
m3u-filter copied to clipboard
Group with parenthesis () does not return results in source.yml
With the following test template in source.yml
- name: ENTERTAINMENT
value: >-
(Name ~ "^XYZ.*$")
All XYZ with normal group names are found, but when they are in a group for example "Entertainment (ABC)" they are not found, however can confirm they are found in the web gui when something like "^XYZ$" is used as a regex
I can also search for the group ok with an escaped regex in the web gui "^ENTERTAINMENT \(ABC\)"