Meant to clean leftover Pocket articles on a Kobo Aura HD. It seems to work OK, but no guarantees.
Requires some extra work:
- Copy folders .kobo and .kobo-image from device memory to computer - e.g. in folder AuraDir
- Export AuraDir/.kobo/KoboReader.sqlite to AuraDir/sql/kobo.sql - Important to have a compact SQL format, as the program features very simple parsing - SqliteBrowser was used in testing (check "Keep column names in INSERT INTO", but NOT multiple rows in VALUES)
- Run program inside AuraDir
- Convert AuraDir/sql/kobo_new.sql to AuraDir/sql/KoboReader.sqlite (e.g. SqliteBrowser import)
- Replace AuraDir/.kobo/KoboReader.sqlite with AuraDir/sql/KoboReader.sqlite
- Delete folders .kobo and .kobo-image on device - May be a good idea to have a backup
- Copy folders .kobo and .kobo-image from AuraDir to device
Requires a C++11 compiler.