pandora_client/config.example.json

11 lines
259 B
JSON
Raw Permalink Normal View History

2011-02-24 12:28:34 +00:00
{
"url": "http://pandora_url/api/",
"profile": "480p.webm",
2011-12-28 08:53:53 +00:00
"username": "username", "password": "password",
2011-02-24 12:28:34 +00:00
"cache": "~/.ox/client.sqlite",
2012-01-04 07:01:43 +00:00
"media-cache": "~/.ox/media",
2011-02-24 12:28:34 +00:00
"volumes": {
"my videos": "/home/example/Movies"
}
}