diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-27 23:13:56 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-27 23:13:56 (GMT) |
commit | b79d589aad52792560eb8d42946cb96872973da2 (patch) | |
tree | c33d118fc4a9aed0c978803a3e60112c2c20da50 /sample | |
parent | f1511737680385da81972bb76ec1ba1f2b6c46a1 (diff) |
make hash algorithm configurable
Diffstat (limited to 'sample')
-rw-r--r-- | sample/file-hasher-requst.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/sample/file-hasher-requst.json b/sample/file-hasher-requst.json index 4ef0497..d2a1446 100644 --- a/sample/file-hasher-requst.json +++ b/sample/file-hasher-requst.json @@ -1,10 +1,12 @@ { "threads": 2, - "dir": [ - "../../../../Music/Dead Man's Bones - Dead Man's Bones (2009)", - "../../../../Music/Hozier - Hozier" - ], - "m3u": [ - "../../../../Music/Hozier - From Eden/00-hozier-from_eden_ep-web-2014.m3u" - ] + "src": { + "dir": [ + "../../../../Music/Dead Man's Bones - Dead Man's Bones (2009)", + "../../../../Music/Hozier - Hozier" + ], + "m3u": [ + "../../../../Music/Hozier - From Eden/00-hozier-from_eden_ep-web-2014.m3u" + ] + } } |