Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 05-20-2017, 05:13 AM   #271
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@DD: That image is buggy, if you look at they style attribute on the <svg> tag it has max-with and max-height defined without units. That's why it gets blown up. And note that it only gets blown up in Firefox, not Chrome. Probably the ebook authors only tested it on webkit based rendering engines (which botht he calibre viewer and chrome have), which are more common so that's why they didn't notice the problem. In any case if you fix the max-width it will be fine in firefox as well.
kovidgoyal is offline   Reply With Quote
Old 05-20-2017, 05:16 AM   #272
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@Martina: Yeah the detailed list view does not work very well on extremely narrow screens. Maybe I should have it auto hide the rating and series part if the screen is too narrow.
kovidgoyal is offline   Reply With Quote
Old 05-20-2017, 06:02 AM   #273
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@Martina: This should fix it:
https://github.com/kovidgoyal/calibr...f754782b4a3947
kovidgoyal is offline   Reply With Quote
Old 05-20-2017, 10:43 AM   #274
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
Quote:
Originally Posted by kovidgoyal View Post
@DD: That image is buggy, if you look at they style attribute on the <svg> tag it has max-with and max-height defined without units. That's why it gets blown up. And note that it only gets blown up in Firefox, not Chrome. Probably the ebook authors only tested it on webkit based rendering engines (which botht he calibre viewer and chrome have), which are more common so that's why they didn't notice the problem. In any case if you fix the max-width it will be fine in firefox as well.
Thanks for the feedback. I guess the publisher tests against ADE too. I checked my books from this Publisher (~30) with the editor and a lot show the same coding and behavior with Firefox. My eReader's from Sony and Pocketbook and different viewer like ADE and your GUI-Viewer do not have an issue with it. Anyway, I won't change the books for Firefox only. But I need to remember, that the combination svg/viewbox/units and Firefox sometimes have problems.
The point I wonder about is, why Firefox need a unit where others do not need it. I often don't use units too because of the fallback to px if I want to measure in px for my ebook and as fare as I remember, I had never a problem with this. But maybe I had only luck in the past.

Again, thanks for looking to this.

Best regards, DD
Divingduck is offline   Reply With Quote
Old 05-20-2017, 11:13 AM   #275
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
As per the CSS spec those properties require units, so Firefox is technically correct. https://developer.mozilla.org/en/docs/Web/CSS/max-width
kovidgoyal is offline   Reply With Quote
Old 05-20-2017, 01:44 PM   #276
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
Yeah, that drives me grazy. If I look into W3/SVG (https://www.w3.org/TR/SVG/coords.html) "7.10 Units" it starts with:
All coordinates and lengths in SVG can be specified with or without a unit identifier.
If I remember correct, there were some SVG teacher's who recommend to initialize the coordinate system with a first measurement unit statement like you have explain to me.
Well, that's life. Have a nice week end.

DD
Divingduck is offline   Reply With Quote
Old 05-20-2017, 01:51 PM   #277
Martina Schein
eBook-Reader-Fan
Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.Martina Schein ought to be getting tired of karma fortunes by now.
 
Martina Schein's Avatar
 
Posts: 175
Karma: 444178
Join Date: Sep 2012
Location: Saarbruecken / DE
Device: Kobo Aura H2O 2nd Edition
Quote:
Originally Posted by kovidgoyal View Post
Thank you very much, Kovid. I'm excited.

Have a nice Sunday
Martina
Martina Schein is offline   Reply With Quote
Old 05-20-2017, 02:01 PM   #278
patrik
Guru
patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.patrik ought to be getting tired of karma fortunes by now.
 
Posts: 683
Karma: 4568205
Join Date: Jan 2010
Location: Sweden
Device: Kobo Forma
Just noticed that I got this output:

Code:
# cbeta2996/calibre
Failed to initialize plugin: '/home/patrik/.config/calibre/plugins/KePub Output.zip'
Failed to initialize plugin: '/home/patrik/.config/calibre/plugins/KoboTouchExtended.zip'
Failed to initialize plugin: '/home/patrik/.config/calibre/plugins/KePub Metadata Writer.zip'
Failed to initialize plugin: '/home/patrik/.config/calibre/plugins/KePub Metadata Reader.zip'
Failed to initialize plugin: '/home/patrik/.config/calibre/plugins/KePub Input.zip'
I restarted Calibre in debug-mode, but it all looked good. Restarted in normal mode, all good.

Have been using 2.99.x normally and so far everything has worked fine.

Not sure it's anything, but thought you may want to know in case there are other similar problems.

- Linux Mint 17
- Calibre 2.99.6 64 bit (in test directory)
- Calibre 2.83 installed per default
patrik is offline   Reply With Quote
Old 05-20-2017, 06:12 PM   #279
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,769
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by kovidgoyal View Post
Released version 2.99.6 with the following changes:
  • Make the book details page in the browser render the same way as in the GUI, including the order and excluded fields. In other words you can now control the displayed fields the same way as you do in the GUI (the setting is common to both server and GUI)
Thanks, but...

My hope for the new server was that I'd be able to use it to compare all the metadata columns of book X in library A, with all the metadata columns of book Y in library B, using a split browser.

Checking all the columns in L&F->Book Details in both libraries results in all the metadata being shown in the Book Details panel. I really would prefer to keep that to a 'most need to see' subset of the metadata columns.

It's a low volume issue, and I already have an established 'method' to do what I want. So I will continue with it.
================

Is there a way to exclude items from the list of categories in Search?

Will future versions of the new server have support for anything like 'add-ons' and 'adaptations', a'la GUI 'plug-ins' and 'customisations'?

BTW - I like the idea of a GUI front-end to server, especially if the opens up the possibility of running multiple GUI's to multiple libraries. I'm not enamoured with browser based UI's for fixed data applications.

BR

Last edited by BetterRed; 05-20-2017 at 09:29 PM.
BetterRed is online now   Reply With Quote
Old 05-20-2017, 10:03 PM   #280
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@BR: No reason the server cannot grow an "all metadata view" just like double clicking on the book details panel gives you now. No there's no way to restrict the list of categories in Search (other than using Virtual Libraries). Again not particularly hard to add in the future. I have no plans to add a plugin system for the server, but that does not mean it will never happen. We shall see how much interest there is in the server UI iin the first place. There are lots of other parts of calibre that need love, I've spent a lot of time on this beastie already
kovidgoyal is offline   Reply With Quote
Old 05-21-2017, 03:47 AM   #281
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@BR: https://github.com/kovidgoyal/calibr...97e2c1df01a185

Last edited by kovidgoyal; 05-21-2017 at 04:12 AM.
kovidgoyal is offline   Reply With Quote
Old 05-21-2017, 04:26 AM   #282
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
For those of you running from source, I have merged the vs2015 branch into master. So switch back to master. And note that you cannot run from source and use a 2.x calibre build anymore.
kovidgoyal is offline   Reply With Quote
Old 05-21-2017, 07:41 AM   #283
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,450
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by kovidgoyal View Post
For those of you running from source, I have merged the vs2015 branch into master. So switch back to master. And note that you cannot run from source and use a 2.x calibre build anymore.
What binary do we use? The only ones I can find are V2. Can we use the V2.99 binaries?
chaley is offline   Reply With Quote
Old 05-21-2017, 09:36 PM   #284
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
chaley -- sure, it is merely that the beta is now live and living on the master branch.

... and python2-mechanize is still not updated in the Arch repos, which is slightly awkward for my AUR calibre-git package...
eschwartz is offline   Reply With Quote
Old 05-21-2017, 11:29 PM   #285
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,398
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@chaley: Yes, you use the 2.99 binaries.
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Beta testers needed kovidgoyal Calibre 54 05-20-2016 12:34 PM
Windows beta testers needed kovidgoyal Calibre 19 02-08-2016 04:38 PM
Beta testers for calibre 2.0 needed kovidgoyal Calibre 142 05-08-2015 04:44 AM
Arc Updated Jelly Bean release - Beta testers needed kobo-adrian Kobo Tablets 19 05-23-2013 09:32 PM
Web Browsing from the Ebw-1150 - BETA Testers needed Nate the great Fictionwise eBookwise 26 09-21-2008 11:52 PM


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


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