Automated update from GitHub Actions
This commit is contained in:
parent
ad0d2544bc
commit
b26b47bcdd
15 changed files with 15 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - ATMOS
|
||||
pattern: \b(ATMOS|CtrlHD|W4NK3R|DON)(\b|\d)
|
||||
pattern: \bATMOS(\b|\d)
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - CTFOH
|
||||
pattern: ^(CTFOH)$
|
||||
pattern: (CTFOH)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - E
|
||||
pattern: ^(E)$
|
||||
pattern: ^(ENJOi|EUBDS)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - FraMeSToR
|
||||
pattern: \b(FraMeSToR)\b
|
||||
pattern: ^(FraMeSToR)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - NIMA4K
|
||||
pattern: ^(NIMA4K)$
|
||||
pattern: (NIMA4K)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - Not Hybrid Release Group
|
||||
pattern: -HYBRID
|
||||
pattern: \b(HYBRID)\b
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - QfG
|
||||
pattern: ^(QfG)$
|
||||
pattern: (QfG)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - TrueHD
|
||||
pattern: True[ .-]?HD|W4NK3R|HQMUX
|
||||
pattern: True[ .-]?HD
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - TvR
|
||||
pattern: ^(TvR)$
|
||||
pattern: (TvR)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Radarr - ZigZag
|
||||
pattern: ^(ZigZag)$
|
||||
pattern: "\\[ZigZag\\]|-ZigZab\b"
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Sonarr - FraMeSToR
|
||||
pattern: \b(FraMeSToR)\b
|
||||
pattern: ^(FraMeSToR)$
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Sonarr - Not Hybrid Release Group
|
||||
pattern: -HYBRID
|
||||
pattern: \b(HYBRID)\b
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
name: Sonarr - ZigZag
|
||||
pattern: ^(ZigZag)$
|
||||
pattern: "\\[ZigZag\\]|-ZigZab\b"
|
||||
description: ''
|
||||
tags: []
|
||||
tests: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue