Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 02-14-2021, 08:02 PM   #16
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,311
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
Take The Count of Monte Cristo and download the ePub version (first one in the list) and view it with Adobe Digital Editions (ADE/RMSDK) and you'll see it's broken because of an error in the CSS that was pointed out to them by @davidfor and hey have yet to fix all of these eBooks. Plus, another issue is that they are coding for the ePub 3.2 standard when there are no Readers that support it and I don't know of any programs that do support ePub 3.2.

The thing is that the eBooks they have do not have complex formatting and simple CSS will work very well. I took one of their books and in the thread I linked above, posted the eBook I cleaned up and the code is very simple and works in many more places then their version does.
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.

As far as I recall, after @davidfor made a comment about the media selector, the response from Standard Ebooks was that it would be fixed. When I downloaded The Count of Monte Cristo about 2 minutes ago, the media query in the CSS is now:
Code:
/* Invert images in dark mode. RMSDK requires a target media as well as a state. */
@media all and (prefers-color-scheme: dark){
	img.epub-type-se-image-color-depth-black-on-transparent{
		filter: invert(100%);
	}
which oddly enough matches what @davidfor posted. Though I would have preferred if they had added the widows: 1 and orphans: 1 as well.

I tend to agree with @acabal when he called ADE 2.0.1 the IE6 of epub readers. It's time to give up on using it to read books and reserve it for downloading epubs that use an .acsm file. A renderer that does not barf on a media query would be a good start.
DNSB is offline   Reply With Quote
Old 02-17-2021, 07:57 AM   #17
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: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.

As far as I recall, after @davidfor made a comment about the media selector, the response from Standard Ebooks was that it would be fixed. When I downloaded The Count of Monte Cristo about 2 minutes ago, the media query in the CSS is now:
Code:
/* Invert images in dark mode. RMSDK requires a target media as well as a state. */
@media all and (prefers-color-scheme: dark){
	img.epub-type-se-image-color-depth-black-on-transparent{
		filter: invert(100%);
	}
which oddly enough matches what @davidfor posted. Though I would have preferred if they had added the widows: 1 and orphans: 1 as well.

I tend to agree with @acabal when he called ADE 2.0.1 the IE6 of epub readers. It's time to give up on using it to read books and reserve it for downloading epubs that use an .acsm file. A renderer that does not barf on a media query would be a good start.
If you drop both of the @media queries, ADE 2.0.1 does not ignore the CSS. IMO, they are needed and that would fix things well enough.

Last edited by JSWolf; 02-17-2021 at 08:03 AM.
JSWolf is offline   Reply With Quote
Old 02-17-2021, 09:24 PM   #18
Joliet Jake
Zealot
Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.Joliet Jake ought to be getting tired of karma fortunes by now.
 
Posts: 110
Karma: 3098438
Join Date: Feb 2021
Location: Canada
Device: Kobo Sage
What patches does this work with? I like this idea but I'm using 4.23 (since I buy Amazon books).

Quote:
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.
I use that for my library books. (Not that I read on my desktop, but transfer from ADE to my ebook reader.)
Joliet Jake is offline   Reply With Quote
Old 02-17-2021, 09:25 PM   #19
SatanicSaint
Member
SatanicSaint began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2020
Device: Kindle PaperWhite 10th Gen
Quote:
Originally Posted by Joliet Jake View Post
What patches does this work with? I like this idea but I'm using 4.23 (since I buy Amazon books).
It only works with Calibre 5.0.1+ since it's written in Python 3. Atleast that's what I've been told by JSWolf that if it's written in Python 3, it will only work in Calibre 5.0.1+. You can try it out and see if it works.

Last edited by SatanicSaint; 02-17-2021 at 09:32 PM.
SatanicSaint is offline   Reply With Quote
Old 02-17-2021, 10:18 PM   #20
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Joliet Jake View Post
I use that for my library books. (Not that I read on my desktop, but transfer from ADE to my ebook reader.)
That is actually @DNSB's point. ADE 2.01 one is useful for downloading books. As an ereading app, it was never very good and it is unlikely that anyone is actually using it as such. Download and add to device yes. Read, probably not.
davidfor is offline   Reply With Quote
Old 02-17-2021, 11:13 PM   #21
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,311
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by DNSB View Post
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.
Quote:
Originally Posted by Joliet Jake View Post
I use that for my library books. (Not that I read on my desktop, but transfer from ADE to my ebook reader.)

The key word in what I wrote is READ not download. I also use ADE 2.0.1 though I also have 4.5.11 installed since some books require the ability to download a file with Adobe's hardened DRM. I haven't used ADE to read a book in quite a few years though I have opened epub3 books in later ADE versions to check compatibility.

Jon seems to be of the opinion that an epub has to be compatible with ADE 2.0.1 for him to consider it a correctly styled/formatted/whatever epub and never fails to remind us of that opinion given the slightest opportunity.

Last edited by DNSB; 02-17-2021 at 11:15 PM.
DNSB is offline   Reply With Quote
Old 02-17-2021, 11:20 PM   #22
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,557
Karma: 61170925
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I once tried reading an ebook with ADE. It was rather unpleasant.
ownedbycats is online now   Reply With Quote
Old 02-18-2021, 08:28 AM   #23
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: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
Jon, as I asked you before, please name a few of that mass of users still using ADE 2.0.1 to read epubs.
You don't need ADE 2.0.1 to see the problem. The problem exists with whatever version RMSDK Kobo is using.

I don't know if the current version of RMSDK/ADE has this problem.I am unable to test it. But the solution is very simple. Delete those two unneeded media queries and the problem is solved.
JSWolf is offline   Reply With Quote
Old 02-18-2021, 08:31 AM   #24
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: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by ownedbycats View Post
I once tried reading an ebook with ADE. It was rather unpleasant.
But on a Kobo,reading with RMSDK is not unpleasant. The thing is, it's not just ADE that's unpleasant. It's any reading program on a laptop or monitor that's unpleasant.
JSWolf is offline   Reply With Quote
Old 02-18-2021, 11:54 AM   #25
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,311
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
You don't need ADE 2.0.1 to see the problem. The problem exists with whatever version RMSDK Kobo is using.

I don't know if the current version of RMSDK/ADE has this problem.I am unable to test it. But the solution is very simple. Delete those two unneeded media queries and the problem is solved.
But they are not unneeded media queries. If you set a dark theme, they are quite useful in a weird sort of way.
DNSB is offline   Reply With Quote
Old 02-18-2021, 12:08 PM   #26
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,311
Karma: 145435140
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by JSWolf View Post
But on a Kobo,reading with RMSDK is not unpleasant. The thing is, it's not just ADE that's unpleasant. It's any reading program on a laptop or monitor that's unpleasant.
I've tested quite a few reading programs on Windows, Mac and Linux installs on my laptop. Some of them are indeed not that pleasant while others are very usable. For me, it depends more on how well the renderer handles CSS, the page change controls, etc. The only reason for not using my computer for most of my reading is that it is just a titch heavier and less portable than my ereader collection . Have you ever tried holding a 17" screen laptop in one hand? It just doesn't work.

Quote:
Originally Posted by JSWolf View Post
I don't know if the current version of RMSDK/ADE has this problem.I am unable to test it.
Are you trying to tell us that you are unable to install a newer version of ADE on your computer even for testing purposes?
DNSB is offline   Reply With Quote
Old 02-18-2021, 02:24 PM   #27
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: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by DNSB View Post
I've tested quite a few reading programs on Windows, Mac and Linux installs on my laptop. Some of them are indeed not that pleasant while others are very usable. For me, it depends more on how well the renderer handles CSS, the page change controls, etc. The only reason for not using my computer for most of my reading is that it is just a titch heavier and less portable than my ereader collection . Have you ever tried holding a 17" screen laptop in one hand? It just doesn't work.
I did start reading eBooks on an old Dell laptop. That was before the Sony Reader PRS-500 came out.

Quote:
Are you trying to tell us that you are unable to install a newer version of ADE on your computer even for testing purposes?
I don't want to risk messing up my current ADE 2.0.1 setup. Besides, I call them broken if they don't work with the version of RMSDK on my Kobo. And given how very very simple the fix is, they will remain broken until those two useless media queries are deleted.

The real problem is that SE are using the ePub 3.2 spec and using all the overly complex features that are not all that backwards compatible. These eBooks do not have a complex format. They can work very well with very simple CSS/HTML code. There are still people using Sony Readers and depending on which model, the RMSDK can be even older then the RMSDK built into ADE 2.0.1. I don't call ADE 2.0.1 obsolete. It's very useful to check if an ePub 3 is properly backwards compatible with ePub 2. And obviously, SE eBooks are not and they refuse to make the simple fix.
JSWolf is offline   Reply With Quote
Old 02-18-2021, 04:30 PM   #28
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,557
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Enough already - the developer of this plugin has no control over the innards of Standard Books products. If you don't like their books, shop elsewhere.

Calibre users might care about the elegance of the prose or whether the text's metrical structure is evocative of its subject, but most don't give a rat's arse about the code any more than they do about the source of the ink on a printed page.

BR
BetterRed is online now   Reply With Quote
Old 02-18-2021, 09:45 PM   #29
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,907
Karma: 47303748
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by JSWolf View Post
You don't need ADE 2.0.1 to see the problem. The problem exists with whatever version RMSDK Kobo is using.
Are you saying that that media query is breaking reading these books as an epub on Kobo device? It worked when I suggested that change. I know it was checked into their repository. But, I don't know if the books were rebuilt.
Quote:

I don't know if the current version of RMSDK/ADE has this problem.I am unable to test it. But the solution is very simple. Delete those two unneeded media queries and the problem is solved.
Why not? You have a Kobo Aura H2O. Just put the book on the device and try. If you are somewhere away were you cannot try this for some strange reason, then either shut up as you don't or at least qualify your statements with a "the last time I tested" or "unfortunately I cannot test". And then let those who have tested the books have their say and actually pay attention to what they say.

And for the record, I grabbed the first book listed on the site and put that on my Glo running firmware 4.26.16704 without any changes (just dropped it in the root directory). The book opens fine and displays with no obvious errors. There are no problems with that media query on Kobo devices with recent firmware.
davidfor is offline   Reply With Quote
Old 03-13-2021, 02:30 PM   #30
sgmoore
Enthusiast
sgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfoldedsgmoore reads XML... blindfolded
 
Posts: 43
Karma: 52636
Join Date: Mar 2021
Device: Kindle Voyage
Can not search by Title AND Author

Firstly, thank you for this plugin as I have found it very useful. However I think I have found a bug.

You can search by either Title or author, but get no results if you enter both.

For example

If you search for author William Shakespeare it will return 15 books including King Lear.

If you search for King Lear, it will return one result.

But if you search for author William Shakespeare and title King Lear, it says it couldn't find any books matching your query.

The same thing happens with other books.
sgmoore is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[Store Plugin] Configurable COPS store bkranjc Plugins 0 01-14-2021 03:47 AM
[Store Plugin] Standard Ebooks bs2k Plugins 1 08-19-2020 12:30 AM
Standard eBooks: Classic eBooks Remasters Tomifonication Deals and Resources (No Self-Promotion or Affiliate Links) 21 04-28-2019 11:58 PM
Get Books--Baen EBook Store and B&N Store plugin gbm Calibre 2 05-01-2017 09:58 AM
[Store plugin] Polish ebook store - nexto.pl t3d Plugins 7 05-15-2011 08:12 PM


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


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