brackets
This commit is contained in:
parent
72d42a20c4
commit
ae73c20859
1 changed files with 7 additions and 5 deletions
|
|
@ -26,9 +26,11 @@ presets:
|
|||
overrides:
|
||||
# Captures 'Some - Song' from 'Emily Hopkins - Some - Song'
|
||||
captured_track_title: >-
|
||||
%regex_capture_many(
|
||||
title,
|
||||
[ ".*? - (.*)" ],
|
||||
[ title ]
|
||||
)
|
||||
{
|
||||
%regex_capture_many(
|
||||
title,
|
||||
[ ".*? - (.*)" ],
|
||||
[ title ]
|
||||
)
|
||||
}
|
||||
track_title: "{%array_at(captured_track_title, 1)}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue