pandora_client/config.example.json

11 lines
259 B
JSON
Raw Normal View History

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