View Single Post
Old 06-19-2023, 01:05 AM   #1034
allanahk
Connoisseur
allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.allanahk ought to be getting tired of karma fortunes by now.
 
allanahk's Avatar
 
Posts: 71
Karma: 2202292
Join Date: Nov 2018
Device: Kobo Libra 2
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?
allanahk is offline   Reply With Quote