summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-27 23:13:56 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-27 23:13:56 (GMT)
commitb79d589aad52792560eb8d42946cb96872973da2 (patch)
treec33d118fc4a9aed0c978803a3e60112c2c20da50 /sample
parentf1511737680385da81972bb76ec1ba1f2b6c46a1 (diff)
make hash algorithm configurable
Diffstat (limited to 'sample')
-rw-r--r--sample/file-hasher-requst.json16
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"
+ ]
+ }
}