Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Related Tools

Notices

Reply
 
Thread Tools Search this Thread
Old 06-29-2010, 06:37 PM   #1
AprilHare
Wizard
AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.AprilHare ought to be getting tired of karma fortunes by now.
 
AprilHare's Avatar
 
Posts: 2,981
Karma: 11862367
Join Date: Apr 2008
Device: Sony Reader PRS-T2
Calibre Portable?

I work in an environment where I cannot install software.
I can, however, run software from memory stick.
Might it be possible to have a "Calibre Portable" for 32 bit Windows, in the vein of applications such as the ones here http://portableapps.com/apps?
AprilHare is offline   Reply With Quote
Old 06-29-2010, 07:09 PM   #2
rcuadro
Wizard
rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.rcuadro ought to be getting tired of karma fortunes by now.
 
rcuadro's Avatar
 
Posts: 1,686
Karma: 874275
Join Date: Nov 2008
Location: Virginia Beach, VA
Device: Kindle DX
You mean like this:
http://portableapps.com/node/20518

Keep in mind that that version of Calibre is not "officially" maintained
rcuadro is offline   Reply With Quote
Advert
Old 06-30-2010, 02:17 AM   #3
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
It is easy enough to run Calibre from a USB stick. I have posted my batch file to do this from Windows several times. You should be able to find a thread with it attached if you search the forum. If you do not find it then leave a message here and I will upload it again (I am not at my PC at the moment so cannot do this immediately).

I believe that the only dependency is the appropriate version of the MSVC runtime must be present on the host machine, but it normally would be.

EDIT: Got to my PC, so I have attached the batch file.
Attached Files
File Type: bat CalibreRun (network).bat (3.0 KB, 696 views)

Last edited by itimpi; 06-30-2010 at 03:54 AM.
itimpi is offline   Reply With Quote
Old 07-14-2010, 10:24 PM   #4
erangel
Junior Member
erangel began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jul 2010
Device: Sony Pocket Edition
Thank you for the file itimpi. You save me a lot of time.

In case anyone uses this with a path including spaces the line

Code:
START Calibre /belownormal --with-library %CALIBRE_LIBRARY_DIRECTORY%
must be replaced by

Code:
START Calibre /belownormal --with-library "%CALIBRE_LIBRARY_DIRECTORY%"
erangel is offline   Reply With Quote
Old 07-27-2010, 05:51 PM   #5
BookJunkieLI
Evangelist
BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.
 
BookJunkieLI's Avatar
 
Posts: 435
Karma: 572984
Join Date: Jan 2010
Location: Long Island
Device: Kobo Libra 2, Kindle 4, Nook Gl4, Nook STR, REB 1100, Ebookwise 1500,
Forgive what may be a stupid question but how exactly do I use the batch file? Do I install Calibre on the USB stick like I would if it was on a standard hard drive? If there is a set of directions somewhere feel free to simply point me towards them. I've tried doing searches and come up with posts that either have nothing to do with what I'm looking for or hint at what I need like this one. Thanks.
BookJunkieLI is offline   Reply With Quote
Advert
Old 07-28-2010, 12:37 AM   #6
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
Have you read the comments embedded in the batch file? If a particular one is unclear, in what way?

One of the comments mentions the Calibre binaries folder on the USB stick. That can be populated either by installing Calibre directly to that folder or by copying the contents from an install to the hard disk.
itimpi is offline   Reply With Quote
Old 07-28-2010, 08:37 AM   #7
BookJunkieLI
Evangelist
BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.
 
BookJunkieLI's Avatar
 
Posts: 435
Karma: 572984
Join Date: Jan 2010
Location: Long Island
Device: Kobo Libra 2, Kindle 4, Nook Gl4, Nook STR, REB 1100, Ebookwise 1500,
Quote:
Originally Posted by itimpi View Post
Have you read the comments embedded in the batch file? If a particular one is unclear, in what way?

One of the comments mentions the Calibre binaries folder on the USB stick. That can be populated either by installing Calibre directly to that folder or by copying the contents from an install to the hard disk.
Honestly I didn't understand most of it. I'm not a programmer nor do I pretend to be. I copied the Calibre2 and CalibreLibrary directories from my computer to the USB drive. I created a directory called CalibreConfig but I don't know what to put in it as I can't find a similar drive on my computer. When I try to run the batch file I get the following Error message:

Python function terminated unexpectedly
(3,'The system cannot find the path specified') (Error Code: 1)

I did find that by double-clicking the Calibre icon in the Calibre2 directory I can get it to run from the USB drive.
BookJunkieLI is offline   Reply With Quote
Old 07-28-2010, 09:48 AM   #8
itimpi
Wizard
itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.itimpi ought to be getting tired of karma fortunes by now.
 
Posts: 4,552
Karma: 950151
Join Date: Nov 2008
Device: Sony PRS-950, iphone/ipad (Marvin/iBooks/QuickReader)
I assume that you put the batch file on the USB stick? It expects the folders it refers to to be relative to the location of the batch file.

When you copied the calibre2 folder onto the USB stick did you keep that name (you implied that you did)? If so then change the references in the batch file to CalibreBinaries to be calibre2 instead (or rename the calibre2 folder on the USB stick to be called CalibreBinaries to match the batch file)

Do not worry about the CalibreConfig folder being empty, it will be automatically populated by Calibre as you set your preferences in Calibre. You would have an equivalent folder called 'calibre' somewhere in your user profile, but as long as you are prepared to start with default settings for preferences then you might as well start with the CalibreConfig folder being empty. It is important that your preferences are stored in this folder as otherwise they would be stored locally on each machine which means they would not follow you as the USB stick is moved around.

The batch file has a Pause command in it just before attempting to Start Calibre and it displays the settings that are about to be used. You should check that these correspond to the folder names on the USB stick before proceeding to try and load Calibre.

Hope this description helps?
itimpi is offline   Reply With Quote
Old 07-28-2010, 10:09 AM   #9
atjnjk
Zealot
atjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enoughatjnjk will become famous soon enough
 
Posts: 107
Karma: 554
Join Date: Oct 2008
Device: none
This is my modified file: CalibreRun.bat
You can try these steps:
-Create 'Calibre2Portable' folder (or whatever name you like) on your USB stick.
-Copy the .bat file to that folder.
-Create 'Data' folder in 'Calibre2Portable'.
-Create 'Config', 'Library' folders in 'Data'.
-Copy 'Calibre2' folder to 'Calibre2Portable'.
-Copy files in 'CalibreLibrary' to 'Library'.
-Copy files in installed Calibre's config folder to 'Config' (you can open that folder by opening installed Calibre, click Preferences>Advanced>Open Calibre configuration directory)
If you don't want to copy intalled Calibre's configuration to portable one, you can leave 'Config' folder empty
-Start Calibre Portable by running .bat file. (always start with the .bat file)

Note: I don't know why but Calibre Portable's viewer can't remember window size, other settings are saved.
If you can start Calibre Portable and don't want to hit enter everytime starting it, use a text editing program and remove these lines from the .bat file:
Code:
echo "Press CTRL-C if you do not want to continue"
pause

Last edited by atjnjk; 12-22-2010 at 11:52 PM.
atjnjk is offline   Reply With Quote
Old 07-28-2010, 12:37 PM   #10
BookJunkieLI
Evangelist
BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.
 
BookJunkieLI's Avatar
 
Posts: 435
Karma: 572984
Join Date: Jan 2010
Location: Long Island
Device: Kobo Libra 2, Kindle 4, Nook Gl4, Nook STR, REB 1100, Ebookwise 1500,
Quote:
Originally Posted by itimpi View Post
Hope this description helps?
Thanks so much for your help!

I modified the CalibreBinaries to Calibre2 and I did have to change this line:
SET CALIBRE_LIBRARY_DIRECTORY=U:\EBOOKS\CalibreLibrary to
SET CALIBRE_LIBRARY_DIRECTORY=%cd%\CalibreLibrary in order to get things working properly but it is working!

I can finally work on my collection whether I'm at work, at home on my desktop or on my laptop. Yay!
BookJunkieLI is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Old Thread] calibre portable edition astrodad Calibre 39 05-21-2011 07:15 PM
Portable apps Calibre JTAL604622 Calibre 2 06-10-2010 10:23 AM
Calibre Portable! craj999 Calibre 5 01-19-2010 01:11 PM
calibre Portable 0.6.23 Development Test 1 Dopedangel Calibre 5 11-30-2009 10:29 AM
Calibre Portable earthq Calibre 3 06-04-2009 05:35 PM


All times are GMT -4. The time now is 02:01 PM.


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