Hacked around pndnotifyd so it supports two sets of paths now -- menu path and deskto...
[pandora-libraries.git] / testdata / conf / apps
1
2 # Open Pandora
3 # Application configuration
4
5 [autodiscovery]
6 searchpath      /mnt/sd?/pandora/apps:./testdata/app?   # path to depth-search for PXMLs
7 notifypath      /media:/media/*/pandora/apps:./testdata/app?
8
9 # PXMLs may be overridden .. ie: overrides are a subset of PXML, where the values are copied over the full PXML
10 [overrides]
11 searchpath      ~/pxml-overrides:./testdata/apps-override
12
13 # [pnd] defines where to locate the pnd support scripts, so the user may override pnd_run.sh without clobbering built in
14 [pnd]
15 searchpath      /mnt/sd?/pandora/scripts:./testdata/scripts
16 runscript       pnd_run.sh
17
18 # [pndnotifyd] sets some extra pndnotifyd specific items
19 [pndnotifyd]
20 # logging level 0 means to include debug; level 1 (regular), 2 (warnings), 3 (errors)
21 loglevel        1