Hi all, I've added this to my nickelmenu config file:
Code:
menu_item : main : Toggle screensaver : cmd_output : 500: quiet: test -e /mnt/onboard/.kobo/screensaver_old
chain_failure : skip : 3
chain_success : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver_old /mnt/onboard/.kobo/screensaver
chain_success : dbg_toast : Screensaver on
chain_always : skip : -1
chain_failure : cmd_spawn : quiet: mv /mnt/onboard/.kobo/screensaver /mnt/onboard/.kobo/screensaver_old
chain_success : dbg_toast : Screensaver off
And it works great, except when I connect to Calibre to import new books it then imports the screensavers from .kobo/screensaver_old into the library.
If I wanted to exclude only this particular folder from syncing to my kobo library using the ExcludeSyncFolders in the Kobo eReader.conf file, how exactly would I do so?