create: Forgot to add Sing Along Verisons
This commit is contained in:
parent
72a532cdda
commit
b9cb0e462a
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: Sing Along Versions
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
conditions:
|
||||||
|
- name: Sing Along
|
||||||
|
type: release_title
|
||||||
|
required: true
|
||||||
|
negate: false
|
||||||
|
pattern: Sing Along Versions
|
||||||
|
tests: []
|
||||||
|
|
@ -116,6 +116,8 @@ custom_formats:
|
||||||
score: -10000
|
score: -10000
|
||||||
- name: Generated Dynamic HDR
|
- name: Generated Dynamic HDR
|
||||||
score: -10000
|
score: -10000
|
||||||
|
- name: Sing Along Versions
|
||||||
|
score: -10000
|
||||||
- name: TrueHD
|
- name: TrueHD
|
||||||
score: -10000
|
score: -10000
|
||||||
- name: TrueHD ATMOS
|
- name: TrueHD ATMOS
|
||||||
|
|
|
||||||
|
|
@ -132,6 +132,8 @@ custom_formats:
|
||||||
score: -10000
|
score: -10000
|
||||||
- name: Generated Dynamic HDR
|
- name: Generated Dynamic HDR
|
||||||
score: -10000
|
score: -10000
|
||||||
|
- name: Sing Along Versions
|
||||||
|
score: -10000
|
||||||
- name: TrueHD
|
- name: TrueHD
|
||||||
score: -10000
|
score: -10000
|
||||||
- name: TrueHD ATMOS
|
- name: TrueHD ATMOS
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,5 @@
|
||||||
|
name: Sing Along Versions
|
||||||
|
pattern: (?<=\\b[12]\\d{3}\\b).*\\b(Sing[-_. ]Along)\\b
|
||||||
|
description: ''
|
||||||
|
tags: []
|
||||||
|
tests: []
|
||||||
Loading…
Reference in New Issue