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" + } +}