- add option to customize path parsing
https://wiki.0x2620.org/wiki/pandora_client/plugins - dont send ignored files
This commit is contained in:
parent
8790f223fc
commit
b631af59d5
3 changed files with 98 additions and 41 deletions
11
config.plugin_example.py
Normal file
11
config.plugin_example.py
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"url": "http://pandora_url/api/",
|
||||
"profile": "480p.webm",
|
||||
"username": "username",
|
||||
"password": "password",
|
||||
"cache": "~/.ox/project.sqlite",
|
||||
"plugin.d": "~/.ox/projectname.d",
|
||||
"volumes": {
|
||||
"my videos": "/home/example/Movies"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue