Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 07-10-2009, 04:33 AM   #451
sapient
Member
sapient began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jul 2009
Device: palm tx
The first line produces:
\\.\pipe\caltest

The second line produces:
\\.\pipe\cal-test
sapient is offline  
Old 07-10-2009, 04:59 AM   #452
Syniurge
Enthusiast
Syniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a TexanSyniurge might easily be mistaken for a Texan
 
Posts: 47
Karma: 18498
Join Date: Jul 2009
Location: France
Device: PRS-650
Quote:
Originally Posted by notsure View Post
I too have encountered the error. It's too bad we need PyQT version 4.5.x since the only (K)Ubuntu distro with that version available in a package at the moment is Karmic.

I guess I'll have to try and build the latest version from source when time permits.
Hi,

This was a bit tricky in fact, I should have mentionned that installing from the original sources caused some havoc (segfaults everywhere, but maybe I did something wrong).

I ended up using the karmic source packages of sip4 and python-qt4 you can find there and there:

https://launchpad.net/ubuntu/karmic/...4.8.1-0ubuntu1
https://launchpad.net/ubuntu/karmic/...4.5.1-1ubuntu1

You can't simply use the binary packages built against a karmic system, they must be built against jaunty.

"sudo apt-get build-dep *package*" to install source dependencies
"dpkg-source -x *dsc file*" to extract a source package
"dpkg-buildpackage" to build the source package of the current dir

Last edited by Syniurge; 07-11-2009 at 03:13 AM.
Syniurge is offline  
Advert
Old 07-10-2009, 12:42 PM   #453
Garfunkel
Member
Garfunkel began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jun 2009
Device: iTouch
Quote:
Originally Posted by kovidgoyal View Post
Ah perhaps the FB2 input plugin is auto inserting a TOC, I'll have to check. Open a ticket and attach the FB2 file.
Already done. Thank you for addressing that problem.
Garfunkel is offline  
Old 07-10-2009, 03:40 PM   #454
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,414
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@sapient

OK next test

Code:
calibre-debug -c "from multiprocessing.connection import arbitrary_address; print repr(arbitrary_address ('AF_PIPE'))"
kovidgoyal is offline  
Old 07-10-2009, 03:47 PM   #455
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,862
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Any word on the ticket I last put in? Is it going to be fixed for the next beta?
JSWolf is offline  
Advert
Old 07-10-2009, 08:20 PM   #456
msr
Member
msr began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2009
Device: Kindle2
A few more b11 bugs

Two things with the b11 build.

1. If you open up a screen to edit meta-information in bulk, the active field is now the author sort rather than the author

2. In b10, if you drag and dropped a bunch of PDFs (or other file type for that matter) without any info in the meta-tags, I could usually get it to guess the author and title of the book from the file title with minimal problem. In b11, using the exact same files, the title comes in fine but the author is always listed as Unknown. I think the new dropdown box is screwing up its ability to fill the author field.
msr is offline  
Old 07-10-2009, 08:25 PM   #457
msr
Member
msr began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2009
Device: Kindle2
Probably related to #1 from my previous post, but the tab order for the bulk edit meta-data window is a bit screwy. I'm not sure how it was before, but it's currently (b11):

Author Sort > Rating > Tags > (Tags button) > Remove tags > Series > Remove format > Auto Author Sort > Author > Publisher > Ok > Cancel

It should be, top to bottom:

Author > Auto Author Sort > Author Sort > Rating > Publisher > Tags > (Tags button) > Remove tags > Series > Remove format > Ok > Cancel
msr is offline  
Old 07-11-2009, 12:05 AM   #458
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,414
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Released b12. @msr: both your problems should be fixed in b12, if not let me know
kovidgoyal is offline  
Old 07-11-2009, 03:18 AM   #459
msr
Member
msr began at the beginning.
 
Posts: 23
Karma: 10
Join Date: Jul 2009
Device: Kindle2
In b12, the tab order and active fields are all fixed, but I'm still finding that the author always comes out as Unknown rather than being parsed from the file title as earlier. I'll play with it more tomorrow.
msr is offline  
Old 07-11-2009, 07:53 AM   #460
river
Member
river began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jun 2009
Device: PRS-505
Hi Kovid, I'm running b12, but didn't you say you'd put the convert to 'Title Case' option on the right click of the main window? I can't seem to find it, this option would also be good with a keyboard shortcut/ability to apply to bulk selections...

also I've raised a ticket for the importing metadata from filename issue in b11 & b12

Thanks man.

Last edited by river; 07-11-2009 at 10:07 AM.
river is offline  
Old 07-11-2009, 01:13 PM   #461
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,414
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Right click the field you are editing to see the option

Last edited by kovidgoyal; 07-12-2009 at 05:43 PM.
kovidgoyal is offline  
Old 07-11-2009, 02:10 PM   #462
Philantrop
Addict
Philantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beautyPhilantrop does all things with Zen-like beauty
 
Philantrop's Avatar
 
Posts: 296
Karma: 32153
Join Date: Dec 2008
Device: Kindles (e-ink)
Kovid, are there source tarballs for the beta(s) somewhere?
Philantrop is offline  
Old 07-11-2009, 02:59 PM   #463
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,414
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
No, I'm afraid not. But it should be trivial to generate one from the launchpad sources.
kovidgoyal is offline  
Old 07-11-2009, 09:14 PM   #464
vxnerve
Junior Member
vxnerve began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2008
Device: Sony PRS-505
0.6.0b12 series problem on Sony PRS-505

On my PRS-505, the books in a series are out of order within the collection.

Usually, they have been displaying in the following order 1,2,4,3. Occasionally, they display in a random order when loaded form Calibre.

I was not having this problem 0.5.14.

I don't know whether this is a known issue or not.

Thanks for writing a great piece of software.
vxnerve is offline  
Old 07-11-2009, 11:35 PM   #465
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,414
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You're sending all the books in the series at once?
kovidgoyal is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre metadata.calibre not allowing updates Chuckels550 Calibre 10 08-09-2010 05:12 PM
Using Calibre as a client for another Calibre instance? toddos Calibre 27 06-30-2010 04:57 AM
Sigil 0.2.0 betas available Valloric Sigil 98 05-03-2010 04:07 PM
cannot open calibre on osx 10.6-- "Calibre is already running" message jlip Calibre 4 01-02-2010 11:05 PM
calibre command line utilities and calibre defaults astrodad Calibre 2 08-07-2008 03:27 PM


All times are GMT -4. The time now is 08:29 PM.


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