Added globbing support for all searchpaths! (can now search /media/*/pandora/apps...
[pandora-libraries.git] / deployment / etc / pandora / conf / apps
index 80ab306..6cc8aa0 100644 (file)
@@ -3,7 +3,7 @@
 # Application configuration
 
 [autodiscovery]
-searchpath     /media:/usr/pandora/apps        # path to depth-search for PXMLs
+searchpath     /media:/media/*:/usr/pandora/apps       # path to depth-search for PXMLs
 
 # PXMLs may be overridden .. ie: overrides are a subset of PXML, where the values are copied over the full PXML
 [overrides]
@@ -11,5 +11,5 @@ searchpath    ~/pxml-overrides
 
 # [pnd] defines where to locate the pnd support scripts, so the user may override pnd_run.sh without clobbering built in
 [pnd]
-searchpath     /media/mmcblk0p1/pandora/scripts:/media/mmcblk1p1/pandora/scripts:/usr/pandora/scripts
+searchpath     /media/*/pandora/scripts:/usr/pandora/scripts
 runscript      pnd_run.sh