Thank you @BionicGecko
The tool in your link is just an bash script that queries an SQLite database in /var/local, so after a bit of tinkering I have adapted it to my use case of changing other covers and hiding some items.
I have currently hidden the "Kindle Feedback" booklet with
sqlite3 cc.db "UPDATE Entries SET p_isVisibleInHome = 0 WHERE p_titles_0_nominal = 'Feedback Kindle'"
Do you reckon this might create any issue?
Last edited by rand_kindle_user; 02-14-2025 at 05:54 AM.
Reason: Typo
|