add support for glob matchers

This commit is contained in:
2020-11-28 18:19:43 +01:00
parent 458b7b9aa1
commit 595fbbb3ed
3 changed files with 30 additions and 9 deletions

View File

@@ -1,7 +1,8 @@
from: ./music
to: ./converted_test
matches:
- regex: \.flac$
- glob: "**/*.flac"
# or `regex: "\.flac$"`
to:
codec: opus
bitrate: 160