From 9ab8661420df049ba1c7e07f40ff6d797cad70e8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 24 Feb 2011 13:28:34 +0100 Subject: [PATCH] add config example --- config.example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..1f88a83 --- /dev/null +++ b/config.example.json @@ -0,0 +1,8 @@ +{ + "url": "http://pandora_url/api/", + "username": "username", "password": "password" + "cache": "~/.ox/client.sqlite", + "volumes": { + "my videos": "/home/example/Movies" + } +}