Quote:
Originally Posted by petercreasey
Gentlemen, I appreciate all the assistance.
I just now hooked up my Forma with Calibre, then exited Calibre and unplugged my Forma.
I turned my Forma ON and it imported content and the missing book is now on my Forma and usable. Also, my Forma is now running 4.38.23171.
First glance indicates my Forma might be "whole" again but I'll do some more using and checking.
If (IF?) it is now "whole", any explanations as to what has transpired?
|
I suggest you install NickelMenu. You can have an option to rescan all of your eBooks. It sounds to me like your Kobo never did the scanning for new eBooks after you unplugged it from the computer.
Here is my NickelMenu config that has the option to rescan all eBooks.
Code:
# Thursday, September 3, 2020, at 8:45 p.m.
# -----------------------------------------------------------------------------
menu_item : main : Frontlight On : cmd_spawn : quiet :ioctl /dev/ntx_io 241 -v 3
menu_item : main : Frontlight Off : cmd_spawn : quiet : ioctl /dev/ntx_io 241 -v 0
#
menu_item : main : Dark Mode : nickel_setting : toggle : dark_mode
menu_item : main : Invert & Reboot : nickel_setting :toggle: invert
chain_success : power : reboot
#
menu_item : main : Reboot : power : reboot
menu_item : main : Shutdown : power : shutdown
#
menu_item :main :> Portrait :nickel_orientation :portrait
menu_item :main :> Landscape :nickel_orientation :landscape
menu_item :main :> Reverse Portrait :nickel_orientation :inverted_portrait
menu_item :main :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item :main :Import books :nickel_misc :rescan_books_full
menu_item:main:Toggle Screenshots:nickel_setting:toggle:screenshots
menu_item : main : USB : nickel_misc : force_usb_connection
#
# -----------------------------------------------------------------------------
menu_item : reader : Frontlight On : cmd_spawn : quiet :ioctl /dev/ntx_io 241 -v 3
menu_item : reader : Frontlight Off : cmd_spawn : quiet : ioctl /dev/ntx_io 241 -v 0
#
menu_item : reader : Dark Mode : nickel_setting : toggle : dark_mode
#
menu_item :reader :> Portrait :nickel_orientation :portrait
menu_item :reader :> Landscape :nickel_orientation :landscape
menu_item :reader :> Reverse Portrait :nickel_orientation :inverted_portrait
menu_item :reader :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item:reader:Toggle Screenshots:nickel_setting:toggle:screenshots
#
menu_item:reader:Home:nickel_misc:home
menu_item:reader:My Books:nickel_open:library:library
#
# -----------------------------------------------------------------------------
menu_item : reader : Frontlight On : cmd_spawn : quiet :ioctl /dev/ntx_io 241 -v 3
menu_item : reader : Frontlight Off : cmd_spawn : quiet : ioctl /dev/ntx_io 241 -v 0
#
menu_item : library : Dark Mode : nickel_setting : toggle : dark_mode
menu_item : library : Invert & Reboot : nickel_setting :toggle: invert
chain_success : power : reboot
#
menu_item : library : Reboot : power : reboot
menu_item : library : Shutdown : power : shutdown
#
menu_item :library :> Portrait :nickel_orientation :portrait
menu_item :library :> Landscape :nickel_orientation :landscape
menu_item :library :> Reverse Portrait :nickel_orientation :inverted_portrait
menu_item :library :> Reverse Landscape :nickel_orientation :inverted_landscape
#
menu_item:library:Toggle Screenshots:nickel_setting:toggle:screenshots
menu_item : library : USB : nickel_misc : force_usb_connection