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:
|
overrides:
|
||||||
# Captures 'Some - Song' from 'Emily Hopkins - Some - Song'
|
# Captures 'Some - Song' from 'Emily Hopkins - Some - Song'
|
||||||
captured_track_title: >-
|
captured_track_title: >-
|
||||||
|
{
|
||||||
%regex_capture_many(
|
%regex_capture_many(
|
||||||
title,
|
title,
|
||||||
[ ".*? - (.*)" ],
|
[ ".*? - (.*)" ],
|
||||||
[ title ]
|
[ title ]
|
||||||
)
|
)
|
||||||
|
}
|
||||||
track_title: "{%array_at(captured_track_title, 1)}"
|
track_title: "{%array_at(captured_track_title, 1)}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue