Automated update from GitHub Actions

This commit is contained in:
Github Actions 2025-07-27 14:00:39 +00:00
parent ad0d2544bc
commit b26b47bcdd
15 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
name: Radarr - ATMOS
pattern: \b(ATMOS|CtrlHD|W4NK3R|DON)(\b|\d)
pattern: \bATMOS(\b|\d)
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - CTFOH
pattern: ^(CTFOH)$
pattern: (CTFOH)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - Dolby Digital Plus
pattern: \bDD[P+]|\b(e[-_. ]?ac-?3)\b
pattern: \bDD[P+](?!A)|\b(e[-_. ]?ac-?3)\b
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - E
pattern: ^(E)$
pattern: ^(ENJOi|EUBDS)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - FraMeSToR
pattern: \b(FraMeSToR)\b
pattern: ^(FraMeSToR)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - NIMA4K
pattern: ^(NIMA4K)$
pattern: (NIMA4K)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - Not Hybrid Release Group
pattern: -HYBRID
pattern: \b(HYBRID)\b
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - QfG
pattern: ^(QfG)$
pattern: (QfG)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - TrueHD
pattern: True[ .-]?HD|W4NK3R|HQMUX
pattern: True[ .-]?HD
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - TvR
pattern: ^(TvR)$
pattern: (TvR)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Radarr - ZigZag
pattern: ^(ZigZag)$
pattern: "\\[ZigZag\\]|-ZigZab\b"
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Sonarr - Dolby Digital Plus
pattern: \bDD[P+]|\b(e[-_. ]?ac-?3)\b
pattern: \bDD[P+](?!A)|\b(e[-_. ]?ac-?3)\b
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Sonarr - FraMeSToR
pattern: \b(FraMeSToR)\b
pattern: ^(FraMeSToR)$
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Sonarr - Not Hybrid Release Group
pattern: -HYBRID
pattern: \b(HYBRID)\b
description: ''
tags: []
tests: []

View file

@ -1,5 +1,5 @@
name: Sonarr - ZigZag
pattern: ^(ZigZag)$
pattern: "\\[ZigZag\\]|-ZigZab\b"
description: ''
tags: []
tests: []