add support for glob matchers
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from: ./music
|
||||
to: ./converted_test
|
||||
matches:
|
||||
- regex: \.flac$
|
||||
- glob: "**/*.flac"
|
||||
# or `regex: "\.flac$"`
|
||||
to:
|
||||
codec: opus
|
||||
bitrate: 160
|
||||
|
||||
Reference in New Issue
Block a user