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 name: Radarr - ATMOS
pattern: \b(ATMOS|CtrlHD|W4NK3R|DON)(\b|\d) pattern: \bATMOS(\b|\d)
description: '' description: ''
tags: [] tags: []
tests: [] tests: []

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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