View Single Post
Old 08-30-2008, 05:01 PM   #1
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,400
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Call for testers

It's been a while since my last release of calibre, and there've been a lot of
changes to its plumbing, so I need testers. Only volunteer if you are willing
to have things break. Some of the changes:
  1. The ebook files are now stored in the filesystem rather than in the database (this was done to facilitate using the calibre GUI over a network)
  2. A new "browse books by tags" mode
  3. The config system has been overhauled in preparation for html2epub
  4. Adding a HTML file to the GUI now automatically creates an OEB zipfile with all the links and images in the HTML file. This functionality can also be accessed from the commandline via the command html2oeb
  5. A couple of new recipes for news sources
  6. Over 30 bugs closed

So if you're willing to test, follow the steps outlined below:

  1. Backup the files library1.db and calibre2.ini (do a search to locate them on your computer)
  2. Download the beta for your OS from http://calibre.kovidgoyal.net/downloads/betas
  3. Run the GUI (you will be asked to choose a folder for your books, calibre will manage your ebooks within that folder)
  4. Do all the things you usually do and report any breakages here.

If the GUI doesn't start try running (on non linux systems, on linux just run calibre in a terminal)

Code:
calibre-debug -c "from calibre.gui2.main import main; main();"
in a terminal and post the output.

If something critical breaks and you want to go back to the old calibre, just uninstall and re-install the old calibre and you should be OK.

EDIT: For linux users, you should first install the binary distribution of calibre from https://calibre.kovidgoyal.net/download_binary, then just extract the contents of the beta tarball on top of the old installation.

Last edited by kovidgoyal; 09-14-2008 at 07:39 PM.
kovidgoyal is offline   Reply With Quote