pgaskin / KoboStuff

Automatically updated Kobo firmware download page. Also see pgaskin/kfwproxy for the backend.
https://pgaskin.net/KoboStuff/kobofirmware.html
MIT License
49 stars 4 forks source link

Removing recommended online books #2

Closed unknown321 closed 3 years ago

unknown321 commented 6 years ago

I had a selection of online-only books on my KoboH2O. There was no way to remove them from the list of my books (probably because of skipped registration), I could only mark them as 'not interested'.

You can remove them like this from .kobo/KoboReader.sqlite:

delete from content where ContentID not like '%onboard%';

pgaskin commented 6 years ago

That seems to work. The only thing you might want to change is the %onboard%, because that would make it remove books stored on an external SD card. It should work if you use %mnt%.

unknown321 commented 6 years ago

Depends on device, I don't have sd card so it did exactly what I wanted without any issues. Anyway, I think this should be in the tips.

pgaskin commented 6 years ago

Yep. I haven't updated the tips recently, but once I get around to it, I'll add your tip. Thanks!