From 956638327524fa6c0367e8a2cc265f25719ef6c9 Mon Sep 17 00:00:00 2001 From: skeezix Date: Sat, 22 May 2010 20:58:24 -0400 Subject: [PATCH] mmenu conf fix, look for cached images in mmcblk0 as well as mmcblk[12] .. doh --- deployment/etc/pandora/conf/mmenu.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/etc/pandora/conf/mmenu.conf b/deployment/etc/pandora/conf/mmenu.conf index d4165ff..f638c4f 100644 --- a/deployment/etc/pandora/conf/mmenu.conf +++ b/deployment/etc/pandora/conf/mmenu.conf @@ -55,7 +55,7 @@ do_cache 1 # if 1, will try to cache previews to SD, for performance boost cache_searchpath /media/mmcblk[12]p? # devices to consider for caching to, in order cache_minfree 500 # if free space is less than this (in KB), move to next device cache_path /pandora/appdata/mmenu.pvwcache # where to write cached images to -cache_findpath /media/mmcblk[12]p?/pandora/appdata/mmenu.pvwcache # where to look for cached preview pics +cache_findpath /media/mmcblk?p?/pandora/appdata/mmenu.pvwcache # where to look for cached preview pics [categories] catmap_searchpath /media/*/pandora/mmenu:/etc/pandora/mmenu:./minimenu -- 2.39.2