diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-27 22:31:03 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-27 22:31:03 (GMT) |
commit | f1511737680385da81972bb76ec1ba1f2b6c46a1 (patch) | |
tree | ed14ac1afe969579be5a4d00a1a71e3304ad3332 /sample | |
parent | a04eca625d537ea899a4a88642c0a70e1d2032d5 (diff) |
parse file-haser config as json from stdin
Diffstat (limited to 'sample')
-rw-r--r-- | sample/file-hasher-requst.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sample/file-hasher-requst.json b/sample/file-hasher-requst.json new file mode 100644 index 0000000..4ef0497 --- /dev/null +++ b/sample/file-hasher-requst.json @@ -0,0 +1,10 @@ +{ + "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" + ] +} |