Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 02-22-2018, 07:54 AM   #1
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
Help - transfer between PCs

I have amassed a very large ebook library over the years - about 90,000 books - up to 160,000 if you include duplicate formats.

My PC is on its last legs and I'm trying to transfer the library to a new PC. The old one is Windows 7 the new one Windows 10.

After quite a few export errors due to memory out fails, I managed to transfer 253 data files to the new PC. When I try to import I get the error message calibre, version 3.17.0
ERROR: Not valid: The folder E:\Programs\Calibre\Calibre Library is not valid: The exported data in part-0211.calibre-data is not valid, version (1819501834) is higher than maximum supported version. You might need to upgrade calibre first.

Traceback (most recent call last):
File "site-packages\calibre\gui2\dialogs\exim.py", line 257, in select_import_folder
File "site-packages\calibre\utils\exim.py", line 256, in __init__
ValueError: The exported data in part-0211.calibre-data is not valid, version (1819501834) is higher than maximum supported version. You might need to upgrade calibre first.

Both PCs have 3.17.0.

Can anybody help? I'm starting to cry.

Thanks

Booker

Bookerblood is offline   Reply With Quote
Old 02-22-2018, 08:09 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,408
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Moderator Notice
I think you meant to post this in the calibre forum instead of the calibre companion forum. I will move it.
chaley is offline   Reply With Quote
Advert
Old 02-22-2018, 10:09 AM   #3
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: 45,305
Karma: 27111242
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Out of memory errors can typically be remedies by using a 64bit version, or you can simply copy over the library folder, as described in the note here: https://manual.calibre-ebook.com/faq...ter-to-another
kovidgoyal is online now   Reply With Quote
Old 02-22-2018, 11:14 AM   #4
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
This usually happen when your system is blocking access.

Quote:
E:\Programs\Calibre\Calibre Library is not valid:
You really should not copy a library into Windows PROGRAM directory. User data should copy in a user directory.

If you want make a manual copy, copy the complete directory including all sub directories and files in your user directory (this is something like c:\users\YOUR_USERNAME\... at your new PC. Take care to copy your calibre preference directory too to the correct place (usually c:\Users\YOUR_USERNAME\AppData\Roaming\calibre\

You will find all information's regarding backup in calibre's manual: https://manual.calibre-ebook.com/faq...backup-calibre


Edit: had't update the window and not seen Kovid already gave you a answer

Last edited by Divingduck; 02-22-2018 at 11:19 AM.
Divingduck is offline   Reply With Quote
Old 02-22-2018, 12:02 PM   #5
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by Bookerblood View Post
...
My PC is on its last legs and I'm trying to transfer the library to a new PC. ...
EXACTLY how?

In times past, I've encountered issues when copying things like the calibre library across a network. The issue is not with calibre, but with the network, primarily the drivers for the network interfaces/cards in one or both of the machines. Copying a massive number of small files creates additional network traffic and that can expose flaws in the drivers' use of buffers and caches. Files would get lost, transfer would get interupted, and/or files would get corrupted.

My old "fix" for this was to create a single ZIP file containing the complete folder tree of the collection of small files (e.g. calibre library, large collection of small JPEGs, ...) and then transfer that ZIP over the network, unZIPing it on the target machine after the transfer completes. I still do this for some things since the ZIPping and unZIPping on modern machines is efficient and the network transfer of one thousand 1mb files takes substantially longer than transferring a single 1gb file.
dwig is offline   Reply With Quote
Advert
Old 02-22-2018, 12:22 PM   #6
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
Thanks for the replies but to clarify I followed the export process instructions.

The last time I tried I didn't get an out of memory error, and I ended with 253 data files in the newly created folder. This folder was then copied to the new PC (via an external hard drive)and the import previously exported data clicked and pointed to the newly created folder containing the transferred data files. This produced the error message about the latest version of Calibre (which I have).

When an export completes correctly does this produce "data files" or does that suggest has the export has not completed correctly?

I'm not very techie but I've spent untold man hours creating and tidying up the library over the last seven years or so. I don't really want to have to add all the individual books and merge and edit them again.

Thanks

Booker
Bookerblood is offline   Reply With Quote
Old 02-22-2018, 12:23 PM   #7
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
Please see my message posted lower down in this thread.
Bookerblood is offline   Reply With Quote
Old 02-22-2018, 12:32 PM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,005
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Bookerblood View Post
Thanks for the replies but to clarify I followed the export process instructions.

The last time I tried I didn't get an out of memory error, and I ended with 253 data files in the newly created folder. This folder was then copied to the new PC (via an external hard drive)and the import previously exported data clicked and pointed to the newly created folder containing the transferred data files. This produced the error message about the latest version of Calibre (which I have).

When an export completes correctly does this produce "data files" or does that suggest has the export has not completed correctly?

I'm not very techie but I've spent untold man hours creating and tidying up the library over the last seven years or so. I don't really want to have to add all the individual books and merge and edit them again.

Thanks

Booker
you have 253 'part' files
What size (count) was the old Library? Are these mostly Manga or other image rich documents?

(FWIW I back up 4 text Libraries (w/covers) and only get 16 'part' files )
theducks is offline   Reply With Quote
Old 02-22-2018, 12:56 PM   #9
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
Hi theducks,

It's a big library - close on 90,000 entries on Calibre - but with most titles having duplicate formats closer to 160,000 books and of course all had been correctly added / edited so had cover images and supporting " blurb" text. The size of the library folder is about 253GB.
Bookerblood is offline   Reply With Quote
Old 02-22-2018, 01:12 PM   #10
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,005
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Bookerblood View Post
Hi theducks,

It's a big library - close on 90,000 entries on Calibre - but with most titles having duplicate formats closer to 160,000 books and of course all had been correctly added / edited so had cover images and supporting " blurb" text. The size of the library folder is about 253GB.
Well, that explains it.

Personally, I would get a USB <> drive cable (or cabinet) and just pop out the old drive, then use the cable to copy to your new PC (drive)
<and prepare to WAIT, 253 G >
theducks is offline   Reply With Quote
Old 02-22-2018, 01:26 PM   #11
Adoby
Handy Elephant
Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.Adoby ought to be getting tired of karma fortunes by now.
 
Adoby's Avatar
 
Posts: 1,737
Karma: 26785684
Join Date: Dec 2009
Location: Southern Sweden, far out in the quiet woods
Device: Samsung Galaxy Tab S8 Ultra
* Make sure you run the latest 64-bit Calibre on the new machine.
* Create a new test library with one or two books on the old machine.
* Migrate the test library and check that every thing works correctly and you can access the test library.
* Make sure you use reasonable paths. With that many books I would think that shallow paths could be important. Make sure the Calibre library is located in a sub folder in the root folder of the HDD and not among any program folders.
* Migrate the main Calibre library like you did the test library. You can for instance restore a backup of the old library on the new computer, using an external HDD.
* Make sure you can access the library correctly on the new computer.
* Run "Check library" and fix any problems.

You can also simply remove the old HDD and attach it (possibly using an USB3 HDD dock) to the new PC and copy over the files. Keep the old HDD as backup.

Then consider splitting your library in several parts. For instance periodicals, fiction, nonfiction, garbage, new. Make sure that everything not in the garbage or new libraries is pristine without any duplicates and with perfect meta data and covers and is fully readable without any further fixes, conversions or editing.

Optional: Seek help for your hoarding disorder.

Last edited by Adoby; 02-22-2018 at 01:38 PM.
Adoby is offline   Reply With Quote
Old 02-22-2018, 02:35 PM   #12
dwig
Wizard
dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.dwig ought to be getting tired of karma fortunes by now.
 
dwig's Avatar
 
Posts: 1,613
Karma: 6718541
Join Date: Dec 2004
Location: Paradise (Key West, FL)
Device: Current:Surface Go & Kindle 3 - Retired: DellV8p, Clie UX50, ...
Quote:
Originally Posted by theducks View Post
Well, that explains it.

Personally, I would get a USB <> drive cable (or cabinet) and just pop out the old drive, then use the cable to copy to your new PC (drive)
<and prepare to WAIT, 253 G >
+1.

Alternately, get a new external drive to use:
1.Copy library and config files from the old machine to the new external drive
2.Install calibre on the new machine and quit calibre (all components).
3.Connect external drive to new machine
4. Copy library and config files to new machine letting the copied files replace those created by the new machine's calibre installation.

Once you've verified the transfer went properly, the new external drive can be reused as a backup drive, which you of course need to have.
dwig is offline   Reply With Quote
Old 02-22-2018, 04:54 PM   #13
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,698
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none


BR
BetterRed is offline   Reply With Quote
Old 02-22-2018, 06:56 PM   #14
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
p.s just feel I need to say, after a night out, that the 90,000 books have been carefully curated and I'd read (lifetimes permitting) 95% of them. In other words for each of the 90,000 another 10/20 possible additions have been binned.

Thanks for the suggestions - shall try and try them tomorrow.
Bookerblood is offline   Reply With Quote
Old 02-23-2018, 09:06 AM   #15
Bookerblood
Member
Bookerblood doesn't litterBookerblood doesn't litter
 
Posts: 12
Karma: 120
Join Date: Aug 2015
Device: Kindle
Thanks, Guys - I shall try what is suggested. I understand the Library file. Are the configuration files all the folders and applications within the program files?
Bookerblood is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
calibre and HD PCs anacreon Calibre 6 03-13-2016 09:26 AM
Calibre settings on two PCs ClairePMR Calibre 2 03-13-2012 11:27 AM
Faster booting PCs! kennyc Lounge 5 10-01-2010 02:42 PM
multiple PCs with different OS dsvick Calibre 14 11-26-2009 10:57 PM


All times are GMT -4. The time now is 01:29 AM.


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