diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-27 23:28:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-27 23:28:29 (GMT) |
commit | 001a2fdead2ffb499e78dece93d7bbd027c3765c (patch) | |
tree | b603835af452d28600f1613c03a914c3b62d8913 /sample | |
parent | b79d589aad52792560eb8d42946cb96872973da2 (diff) |
make valid extensions configurable as well
Diffstat (limited to 'sample')
-rw-r--r-- | sample/file-hasher-requst.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample/file-hasher-requst.json b/sample/file-hasher-requst.json index d2a1446..d0b11ba 100644 --- a/sample/file-hasher-requst.json +++ b/sample/file-hasher-requst.json @@ -1,8 +1,10 @@ { "threads": 2, + "valid-ext": [ "flac", "ogg", "wav", "mp3", "aac", "mp4", "m4a" ], "src": { "dir": [ "../../../../Music/Dead Man's Bones - Dead Man's Bones (2009)", + "../../../../Music/Woodkid - The Golden Age", "../../../../Music/Hozier - Hozier" ], "m3u": [ |