Commit graph

7 commits

Author SHA1 Message Date
Johan van Eck
c1a43d26e6 Add tags to regex_patterns 2025-07-27 21:28:21 +03:00
Johan van Eck
84e5f806c9 Prevent duplicate regex_patterns 2025-07-27 21:25:56 +03:00
Johan van Eck
dfe37a51a4 Add Sonarr formats 2025-07-26 17:13:45 +03:00
Johan van Eck
2cbea8c226 Small fixes to prevent changes when updating 2025-07-26 14:41:34 +03:00
Johan van Eck
6d3fce1018 Fix regex generation 2025-07-26 11:54:08 +03:00
Johan van Eck
0857ea9dc6 Add generated TRaSH-Guides with scripts 2025-07-26 10:10:07 +03:00
santiagosayshey
0935f85cb0 feat(format): Overhauled Langauge System
- Base language custom formats added, compiler will convert to other languages on the fly
- Not <Language>: Matches releases that don't include the specified language
- Not Only <Langauge>: Matches releases that include both the specified language, and others via parsed language logic
- Not Only <Langauge> (Missing): Matches releases that include both the specified language, and others via regex pattern "Dual Audio"
- New regex pattern to match dual audio
- Set default language to "Must Include English"
2024-12-18 23:28:52 +10:50