-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleted books still displayed in ibook export options #48
Comments
ibook: |
Can you describe the feature you want? |
When running the ibook export command, ibook is listing books that are not in my library (they were deleted a long time ago). Where is it getting the list? No feature is needed - only a fix. |
from ibook local sqlite db |
for #40, some people also want to keep this historical information 🤣 |
#40 is for delta sync of annotations of deleted books. Other people want to keep the annotations. I have no annotations or books in my Books app library. Everything has been deleted. But, ibook plugin shows previously deleted pdfs and book samples. It's a different issue. |
maybe you can export-single-book-by-search, not export all . |
I'm already using it. It lists 20 books I don't have in my library. 🤷♂️ |
If you really don't want to list books that are not on your library, I will add toggle setting to filter deleted book. |
A toggle to hide deleted books would be helpful. Many people download many book samples and pdfs only to view them temporarily in Apple Books. Thank you for the plugin and your support. 👍 |
I reorganized the logic, you should delete the records on icloud, but not delete the local records. when you delete book, you should choice "delete all" |
The current logic is based on the ibook library, if you delete book, you will choice delete all(icloud / local), the book info will not at library(and local sqlite db will delete this record) |
the version of my ibook is 5.1 (5743), I don't know if yours is the same version |
I think it's not really something in the purview of the plugin, although the toggle would be a nice to have. They have the same logic when it comes to apps purchased on the App Store, you can hide them, but never really delete them from your iCloud account history. |
Deleted books (from Apple Books) are still displayed in book export options. Reinstalling ibook plugin, logging out of iCloud, and restarting the workstation does not resolve the issue. Is there a way to clear the cache or folder?
The text was updated successfully, but these errors were encountered: