add support for regex & glob pattern for same match entry

This commit is contained in:
2020-12-22 15:22:28 +01:00
parent 85e6a0cbeb
commit 4af2e1504c
3 changed files with 29 additions and 22 deletions

View File

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