From 8224cd714bb1b066a58e0a71d8913a6477b4b9d1 Mon Sep 17 00:00:00 2001 From: WS64 Date: Sat, 16 Aug 2014 22:28:29 +0200 Subject: [PATCH] Added a sedond library path --- defaults.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defaults.lua b/defaults.lua index 228423fbe..9c7913baf 100644 --- a/defaults.lua +++ b/defaults.lua @@ -152,7 +152,8 @@ FRONTLIGHT_SENSITIVITY_DECREASE = 2 -- "/mnt/sd/.hidden" for Kobo with files in ".hidden" on the SD card -- "/mnt/onboard/MyPath" for Kobo with files in "MyPath" on the device itself -- "/mnt/us/documents/" for Kindle files in folder "documents" -LIBRARY_PATH = nil +SEARCH_LIBRARY_PATH = "" +SEARCH_LIBRARY_PATH2 = "" -- Search parameters SEARCH_CASESENSITIVE = false @@ -166,7 +167,7 @@ SEARCH_PATH = true -- Light parameter for Kobo KOBO_LIGHT_OFF_ON_SUSPEND = false KOBO_LIGHT_ON_START = -1 -- -1 or 0-100. -1 leaves light as it is, other sets light on start/wake up -KOBO_SCREEN_SAVER = "-" -- image or directory with pictures or "-" +KOBO_SCREEN_SAVER = "" -- image or directory with pictures or "-" -- #################################################################### -- following features are not supported right now