Added a lame but working dbus watch ability..
[pandora-libraries.git] / deployment / etc / pandora / conf / apps
1
2 # Open Pandora
3 # Application configuration
4
5 [autodiscovery]
6 # searchpath is a list of paths (colon separated) in which to look for PXML.xml or .pnd-file applications
7 searchpath      /media/*/pandora/apps:/media/*/pandora/desktop:/media/*/pandora/menu:/usr/pandora/apps
8 # notifypath is a list of paths to monitor; if anything in those paths changes, the searchpath is rescanned
9 # note that for each path chunk, all current subdirs of that path are also watched)
10 notifypath      /media/*/pandora/apps:/media/*/pandora/desktop:/media/*/pandora/menu:/usr/pandora/apps
11
12 # PXMLs may be overridden .. ie: overrides are a subset of PXML, where the values are copied over the full PXML
13 [overrides]
14 # searchpath to look for PXML overrides (which are named by the unique-id)
15 searchpath      ~/pxml-overrides
16
17 # [pnd] defines where to locate the pnd support scripts, so the user may override pnd_run.sh without clobbering built in
18 [pnd]
19 # if you wish to make pnd_run.sh etc be findable on SD, prepend "/media/*/pandora/scripts:" to the 'searchpath'
20 searchpath      /usr/pandora/scripts
21 runscript       pnd_run.sh
22
23 # [pndnotifyd] sets some extra pndnotifyd specific items
24 [pndnotifyd]
25 # logging level 0 means to include debug; level 1 (regular), 2 (warnings), 3 (errors)
26 #loglevel       0