View Single Post
Old 07-04-2010, 04:31 PM   #27
Lady Fitzgerald
Wizard
Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.Lady Fitzgerald ought to be getting tired of karma fortunes by now.
 
Lady Fitzgerald's Avatar
 
Posts: 2,013
Karma: 251649
Join Date: Apr 2010
Location: Tempe, AZ, USA, Earth
Device: JetBook Lite (away from home) + 1 spare, 32" TV (at home)
Quote:
Originally Posted by Starson17 View Post
This is easier than programming in Basic 8.0, but you have to know the steps, so lets take them one at a time. Start with Preferences|Advanced Open Configuration Directory, and open it, (close Calibre to be ultra safe) then make a copy of it. Call it "calibre2" (or whatever). On my machine it will be at:
"C:\Users\Starson17\AppData\Roaming\calibre2"
The old config will be at
"C:\Users\Starson17\AppData\Roaming\calibre"

Now make 2 bat files on your desktop as follows:
right click on desktop and select New|New Text Document
and change its name to CalibreLib1.bat

Put this inside it with notepad:
Code:
set CALIBRE_CONFIG_DIRECTORY=C:\Users\Starson17\AppData\Roaming\calibre
calibre
Then copy that bat file, rename it as "CalibreLib2.bat"
and change its contents to
Code:
set CALIBRE_CONFIG_DIRECTORY=C:\Users\Starson17\AppData\Roaming\calibre2
calibre
(Use your name, not Starson17)

Now run the number 2, use preferences to set your #2 library and then never change libraries again with Preferences or the Wizard. One bat file will control lib1 and the other lib2.
I'm not trying to give you a hard time but you lost me at, "Start with Preferences|Advanced Open Configuration Directory, and open it, (close Calibre to be ultra safe) then make a copy of it."
Lady Fitzgerald is offline   Reply With Quote