Fixing check failures

This commit is contained in:
Qualis Svagtlys 2024-01-07 11:13:06 -06:00
parent 3595165394
commit a6225c24a7
2 changed files with 0 additions and 21 deletions

View file

@ -1,3 +0,0 @@
presets:

View file

@ -1,18 +0,0 @@
presets:
# Use with "YouTube Releases" to parse out each videos album and title and save accordingly
"YouTube Music Releases":
regex:
skip_if_match_fails: True
from:
title:
match: '^(?:(?:.+?)(?= - | \/{2} )(?: - | \/{2} ))*([^\[\{\(\|]*?)\s*(?=\{|\(|\||\[|$).*'
capture_group_names:
- "captured_track_title"
capture_group_defaults:
- "{title}"
description:
match: '^(?:Provided)(?:.*\n){4}([^\[\{\(\|]*?)\s*(?=\{|\(|\||\[|$|\n).*'
capture_group_names: "captured_track_album"
capture_group_defaults: "Singles"