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 11-02-2023, 10:21 PM   #46
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Released 6.99.2 with the following fixes:

1) Fix the performance problem with the Manage X dialogs in very large libraries
2) Fix editing comments in the content server broken
3) Fix editing notes via the raw HTML view not having the changes saved until you switch back to the normal view
4) Fix updating metadata in some badly made PDF files with lots of garbage very slow.
5) Fix an issue with errors while using the Manage X dialogs and metadata for books being backed up in the background at the same time

https://download.calibre-ebook.com/betas/
kovidgoyal is offline  
Old 11-02-2023, 10:22 PM   #47
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@BR: calibre:// and file:// links in the browser both have the same problem. They can only work if the browser security policy allows it. And calibre:// links will in addition only work on a computer that has calibre installed. As such they are not a robust way to link things on the server. As nqk said you can use a relative link that should work.
kovidgoyal is offline  
Advert
Old 11-02-2023, 11:11 PM   #48
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,041
Karma: 6422750
Join Date: Sep 2020
Device: Calibre E-book viewer
Just installed version 6.99.2. All fast and smooth, thanks!
Comfy.n is offline  
Old 11-03-2023, 01:29 AM   #49
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 516
Karma: 32106
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by kovidgoyal View Post
@BR: calibre:// and file:// links in the browser both have the same problem. They can only work if the browser security policy allows it. And calibre:// links will in addition only work on a computer that has calibre installed. As such they are not a robust way to link things on the server. As nqk said you can use a relative link that should work.
However it only works if it opens in another tab. The problem is I (on windows) installed the calibre content server link as "an app", and on Android I use Fully Kiosk Browser (or Chrome, also as "an app"), to remove all the unnecessary address bar (fullscreen by default). It works well. However, the relative links in the "current tab" only result in error:

The link I inserted is "#panel=book_list&search=authors:"some author". I expected it would return the search page in current tab.

Code:
Failed to communicate with "/interface-data/init?1698989102665", network error. Is the server running and accessible?
And there is one issue, maybe inherited from Version 6: On the Book Details page (Content Server), I once could select and copy the texts, which now I can't because the system action bar does not pop up to tap on "copy" (Android), or doesnot popup on a right click (Windows)

Last edited by nqk; 11-03-2023 at 02:20 AM.
nqk is offline  
Old 11-03-2023, 03:17 AM   #50
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@nqk: all links in comments are opened in a new tab regardless of the link destination/type. I suppose I can change that to not open links that start with # in a new tab, since these are relative links.

As for the context menu not working no clue about that, probably something to do with the comments being rendered in a sandboxed secure iframe. Pressing ctrl+c to copy still works for me. Of course this doesnt work on android.
kovidgoyal is offline  
Advert
Old 11-03-2023, 03:36 AM   #51
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Actually this should take care of the context menu issue:
https://github.com/kovidgoyal/calibr...15537b9facdbe9
kovidgoyal is offline  
Old 11-03-2023, 03:39 AM   #52
nqk
Fanatic
nqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beautynqk does all things with Zen-like beauty
 
Posts: 516
Karma: 32106
Join Date: Feb 2012
Device: Onyx Boox Leaf
Quote:
Originally Posted by kovidgoyal View Post
@nqk: all links in comments are opened in a new tab regardless of the link destination/type. I suppose I can change that to not open links that start with # in a new tab, since these are relative links.
Oh yes, relative links make up 99% of my use case: cross references, and mostly "search" links, rather than to specific books (as books maybe deleted/readded)

Quote:
Originally Posted by kovidgoyal View Post
Actually this should take care of the context menu issue:
https://github.com/kovidgoyal/calibr...15537b9facdbe9

Last edited by nqk; 11-03-2023 at 03:43 AM.
nqk is offline  
Old 11-03-2023, 04:33 AM   #53
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by nqk View Post
Oh yes, relative links make up 99% of my use case: cross references, and mostly "search" links, rather than to specific books (as books maybe deleted/readded)



well i ended up changing it so that all links are opened in the same tab. Its confusing to have different behaviors and now that the popup menu is restored one can force opening in a new tab when needed.
kovidgoyal is offline  
Old 11-03-2023, 05:03 AM   #54
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: 20,652
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by kovidgoyal View Post
@BR: calibre:// and file:// links in the browser both have the same problem. They can only work if the browser security policy allows it. And calibre:// links will in addition only work on a computer that has calibre installed. As such they are not a robust way to link things on the server. As nqk said you can use a relative link that should work.
I had more or less reached that conclusion, but its good to have it confirmed. But because I don't use the server, for me at least, it's moot anyway.

But, in the GUI: Where should I click to activate links that are embedded in a category note. I see a finger cursor in the Category Note Viewer (see Post # 45), indicating the links are 'clickable', but they're not. I know the generated HTML is fine because I can copy the code into a book's Comments and click on the embedded links in its Book Details panel, i.e.:

Click image for larger version

Name:	Screenshot 2023-11-03 194512.jpg
Views:	40
Size:	170.5 KB
ID:	204534

BR

Last edited by BetterRed; 11-03-2023 at 05:06 AM.
BetterRed is offline  
Old 11-03-2023, 05:55 AM   #55
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: 11,772
Karma: 7029857
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by BetterRed View Post
But, in the GUI: Where should I click to activate links that are embedded in a category note. I see a finger cursor in the Category Note Viewer (see Post # 45), indicating the links are 'clickable', but they're not. I know the generated HTML is fine because I can copy the code into a book's Comments and click on the embedded links in its Book Details panel, i.e.:

BR
If all else fails you can create an HTML composite containing the HTML, shown only in book details. There is a new template function for getting either the HTML or the plain text of a note, IIRC named get_note().
chaley is offline  
Old 11-03-2023, 07:00 AM   #56
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: 20,652
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@chaley - That would mean for every column that can have a category note I would have to create another column in order to have the means to click on links embedded with the category note link tool. Sorry… but that sounds as useful as a Torygraph chocolate teapot

I cannot believe that the inability to click on links in the desktop UI, which can be clicked in the server based browser UI, was by design. It has to be a bug… or an oversight.

BR
BetterRed is offline  
Old 11-03-2023, 08:07 AM   #57
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: 11,772
Karma: 7029857
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by BetterRed View Post
@chaley - That would mean for every column that can have a category note I would have to create another column in order to have the means to click on links embedded with the category note link tool. Sorry… but that sounds as useful as a Torygraph chocolate teapot
That function and ability was added because sometimes one wants to see the notes along with the book without clicking on anything. Assuming one wants that, as a side benefit it makes the notes clickable. If you don't want that then you wait until if and when clicking links in the notes viewer does something.
chaley is offline  
Old 11-03-2023, 11:20 AM   #58
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@BR: https://github.com/kovidgoyal/calibr...223f84b00b6df6
kovidgoyal is offline  
Old 11-03-2023, 12:03 PM   #59
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,936
Karma: 55705602
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
My has the size of Calibre grown.

2.84 was 66MB
3.47.1 was 68.4MB
4.23 was 120.8MB

and this beta of 7 a whopping 170.1MB
theducks is offline  
Old 11-03-2023, 12:05 PM   #60
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: 43,981
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
yup that will be from Qt WebEngine, aka chromium, aka google chrome
kovidgoyal is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Odyssey Firmware beta test EowynCarter Bookeen 16 02-28-2016 07:23 AM
[Android] Calibre Companion alpha and beta test programs chaley Calibre Companion 0 02-21-2014 12:09 AM
Beta test phase for Calibre updates? rollercoaster Calibre 19 01-11-2011 02:08 AM
Copia beta test - Get Your Invite Now! Nate the great Announcements 34 11-18-2010 07:48 PM
Beta Beta Test of Major New Features Starson17 Calibre 45 05-17-2010 10:55 AM


All times are GMT -4. The time now is 04:50 PM.


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