TRaSH-Guides / Guides

Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.
https://trash-guides.info/
MIT License
1.77k stars 222 forks source link

[Bug] make the regex case incensitive with the (?i) modifier #1964

Closed remisharrock closed 3 months ago

remisharrock commented 3 months ago

Guide Name

Description

regex do not catch case sensitive words sometimes. For example: H 265 is not captured fox the x265 regex because H is uppercase.

Expected Behavior

we should catch words in a case insensitive manner by adding the (?i) at the begining of regex.

Screenshots

No response

Additional Context

I have added a pull request for one example: https://github.com/TRaSH-Guides/Guides/pull/1963

bakerboy448 commented 3 months ago

Invalid bug report

Not a bug and will never be accepted as a bug: Custom formats are case insensitive. Starr Ui and Starr docs are clear on this.

please utilize discord for support

remisharrock commented 3 months ago

My bad sorry, Indeed. I just figured that my problem was for 2160p that are negated ! Sorry I was messed up 😛