create: Forgot to add Sing Along Verisons

This commit is contained in:
kmcclainmt 2025-04-04 16:06:57 -07:00
parent 72a532cdda
commit b9cb0e462a
4 changed files with 19 additions and 0 deletions

View File

@ -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: []

View File

@ -116,6 +116,8 @@ custom_formats:
score: -10000
- name: Generated Dynamic HDR
score: -10000
- name: Sing Along Versions
score: -10000
- name: TrueHD
score: -10000
- name: TrueHD ATMOS

View File

@ -132,6 +132,8 @@ custom_formats:
score: -10000
- name: Generated Dynamic HDR
score: -10000
- name: Sing Along Versions
score: -10000
- name: TrueHD
score: -10000
- name: TrueHD ATMOS

View File

@ -0,0 +1,5 @@
name: Sing Along Versions
pattern: (?<=\\b[12]\\d{3}\\b).*\\b(Sing[-_. ]Along)\\b
description: ''
tags: []
tests: []