Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 06-16-2017, 08:58 AM   #1
mazeckenrode
Junior Member
mazeckenrode began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2017
Device: Windows Tablet
Books MIA after Calibre v3 Upgrade

After upgrading to Calibre v3, none of the books that were already in my library under the previous version show up now. I’ve verified that all the books are still where they’re supposed to be on my hard drive, and that Calibre does in fact recognize that location as my Calibre library. Why doesn’t Calibre show these books, and how do I fix it?
mazeckenrode is offline   Reply With Quote
Old 06-16-2017, 09:09 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,926
Karma: 22669820
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
https://manual.calibre-ebook.com/faq...libre-is-blank
kovidgoyal is offline   Reply With Quote
Old 06-16-2017, 09:38 AM   #3
mazeckenrode
Junior Member
mazeckenrode began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2017
Device: Windows Tablet
Books MIA after Calibre v3 Upgrade

Thank you, and sorry that I missed that in the FAQ. I have now had Calibre restore the database, however it has done so with the error message “The following folders were ignored” returned for seven of my books, without giving an explanation why.
mazeckenrode is offline   Reply With Quote
Old 07-27-2021, 10:40 AM   #4
ableal
Enthusiast
ableal began at the beginning.
 
Posts: 28
Karma: 10
Join Date: May 2009
Device: BeBook (2009), Kobo Clara HD (2018), Kobo Libra 2 (2022)
Quote:
Originally Posted by mazeckenrode View Post
[..] with the error message “The following folders were ignored” returned for seven of my books, without giving an explanation why.
Well, I just had this happen to me for one book. Long story short, make the
"calibre_id" number in line 4 of the metadata.opf match the number in the book folder.

I.e., if the folder is "Clever Book Title (1234)", line 4 of the metadata.opf file inside should be:
<dc:identifier opf:scheme="calibre" id="calibre_id">1234</dc:identifier>

Worked for me (TM).

----

Long story: I was fixing a library synced across several machines, one of the sync agents had quit and some changes were not properly propagated (not Calibre's fault, of course). After fixing a couple dozen duplicate ids (renames failed to propagate), there was one "The following folders were ignored" warning. The problem may have been there before, not sure.

Google found me very few results for that error message: basically this thread, and the source code at https://fossies.org/linux/calibre/sr.../db/restore.py. I think that the restore function compares the id encoded in the folder to the one in the metadata.opf file, and in case of mismatch throws the error:

[...]
194 mi = parsed_opf.to_book_metadata()
[...]
200 if int(mi.application_id) == book_id:
[...]
211 self.mismatched_dirs.append(dirpath)
[...]

earlier:
98 ans += 'The following folders were ignored:\n'
99 for x in self.mismatched_dirs:
ableal is offline   Reply With Quote
Reply

Tags
books, library error


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Kindle MIA dreoporto57 Amazon Kindle 14 09-13-2010 09:46 PM


All times are GMT -4. The time now is 03:52 AM.


MobileRead.com is a privately owned, operated and funded community.