-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Calibre-Web has “archived” >1000k books, unprompted. #3101
Comments
There is indeed no option currently. Workaround is to open the app.db file in the calibre-web root folder with a SQLite editor, do a backup of the file before. Search for the ‚archived_book‘ table and delete all entries in this table. |
I started working on a feature like this, but got distracted several month ago |
Thank you both for your help. appreciate all your hard work! |
One thing for the reason: I don't think it came out of nowhere. I assume the following story:
This is necessary, because otherwise you would start syncing books of a certain shelf, but all books would stay on the reader. This would lead to the question: "What to do" to remove the books from the reader. Answer: Archive them manually. So the automatic version is the better one, and we need the button unarchive all. |
I ran into the same issue, for the same reasons @OzzieIsaacs played out. Is there any way in the meantime to just check all books and then click a single unarchive button? Or do I have to go into "Edit" for every single book? |
There is a pull request for this, but not merged. The other option is to edit the app.db file with a sqlite editor and delete the archived books table content |
Here is what I had to do:
|
I think this is really unintuitive. Essentially you lose the ability to ever sync only a shelf, if you didn't have that option selected initially. |
Describe the bug/problem
I love Calibre-Web. Thanks so much for putting in so much hard work to make our lives easier.
Over a 1000k books in my calibre library have somehow ended up in the Calibre-Web archive. This happened some months ago during installation and was not at my request.
I cannot find a way to unarchive them en masse.
To Reproduce
Steps to reproduce the behavior:
Logfile
I don’t think the logfile shows anything relevant here.
Expected behavior
A way to archive multiple books at a time, through some sort of “select all”.
Environment (please complete the following information):
Additional context
None I can think of
The text was updated successfully, but these errors were encountered: