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 04-18-2025, 10:11 AM   #10621
julo
Connoisseur
julo began at the beginning.
 
Posts: 69
Karma: 12
Join Date: Apr 2010
Location: Pittsburgh area
Device: prs-505,900,T2
Quote:
Originally Posted by JimmXinu View Post
As pointed out, there's also options to 'mark' both successful and failed books--which admittedly doesn't help with new downloads.
Only very very rarely do I update books. I usually wait till finished and then download.
julo is offline   Reply With Quote
Old 04-18-2025, 03:53 PM   #10622
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 491
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
I am not sure what error I am making but I can't get FFF to download AO3 using the browser cache. I have no problems using FFF for FFnet browser cache stories but I get the following error when trying to use it for AO3:

Code:
HTTP Error in FFF 'Page not found or expired in Browser Cache (see FFF setting browser_cache_age_limit)'(428) URL:'https://archiveofourown....
I have added these settings to the AO3 section of my ini file (I have removed the cache info, username, and pw from the code shown below:

Code:
[defaults]
collect_series: false
browser_cache_path:/Users/xxxxxxxxx

[archiveofourown.org]
use_browser_cache:true
use_browser_cache_only:true
##open_pages_in_browser:true
never_make_cover:true
is_adult:true
##username:xxxx
##password:xxxx

## AO3 offers a page to download the entire work at once.  This can
## save a lot of network traffic if there are many chapters.
## True by built-in default.
#use_view_full_work:true

[overrides]
browser_cache_age_limit:4.0
never_make_cover:true
skip_author_cover:true
check_next_chapter:false
I have tried searching the forum and looked at the github wiki but haven't seen a solution that works for me. I do not have always_login in my personal ini file and I have also added the opener scheme to my Calibre tweaks.

I am sure that I am doing something wrong but haven't figured out what yet. Any help would be appreciated.

Last edited by slantybard; 04-18-2025 at 09:58 PM.
slantybard is offline   Reply With Quote
Old 04-19-2025, 02:01 PM   #10623
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: 10,650
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Out of curiosity, is there any way to keep open_pages_in_browser from taking window focus? I was trying to look at something in another window while downloading a fic.
ownedbycats is offline   Reply With Quote
Old 04-19-2025, 03:10 PM   #10624
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,834
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by slantybard View Post
I have tried searching the forum and looked at the github wiki but haven't seen a solution that works for me. I do not have always_login in my personal ini file and I have also added the opener scheme to my Calibre tweaks.
FYI, the number one piece of information I want when looking at a problem is story URL. After that is debug log. After that is ini settings.

However, since you have open_pages_in_browser commented out, I would guess it's a matter of not using exactly the same URLs FFF would, which adds 'view_adult=true' URL parameter when is_adult:true.

I have found use_archive_transformativeworks_org:true to be more convenient than browser cache with AO3.

Our hope is that AO3 will go back to normal operation at some point. And AO3 always has built-in epub download.

Quote:
Originally Posted by ownedbycats View Post
Out of curiosity, is there any way to keep open_pages_in_browser from taking window focus? I was trying to look at something in another window while downloading a fic.
FFF cannot.

It's vaguely possible you could do that in OS/browser/window manager. I know I could have when I used fvwm on X, but I used focus-follows-mouse and turned off auto-raise-on-focus.

I wouldn't bet on getting that level of control in any 'modern' GUI OS/window manager.
JimmXinu is offline   Reply With Quote
Old 04-19-2025, 04:53 PM   #10625
slantybard
my parent's oops...
slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.slantybard ought to be getting tired of karma fortunes by now.
 
Posts: 491
Karma: 1477572
Join Date: Feb 2009
Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW
Quote:
Originally Posted by JimmXinu View Post
FYI, the number one piece of information I want when looking at a problem is story URL. After that is debug log. After that is ini settings.

However, since you have open_pages_in_browser commented out, I would guess it's a matter of not using exactly the same URLs FFF would, which adds 'view_adult=true' URL parameter when is_adult:true.

I have found use_archive_transformativeworks_org:true to be more convenient than browser cache with AO3.

Our hope is that AO3 will go back to normal operation at some point. And AO3 always has built-in epub download.
Thanks so much for the suggestion. I added the transformative works and commented out the browser cache and that worked for FFF. I will remember your FYI on info needed for future issues. Hopefully, AO3 gets their servers figured out soon.
slantybard is offline   Reply With Quote
Old 04-19-2025, 05:43 PM   #10626
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,834
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Test Version Posted

2025-04-19
adapter_fanfictionnet: Make get_urls_from_page work, thanks dbhmw
JimmXinu is offline   Reply With Quote
Old 04-19-2025, 06:12 PM   #10627
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: 10,650
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Do need to do anything to use use_archive_transformativeworks_org:true, or just add the line?

EDIT: Adidng the line worked. Are there any instances where I want disable it?

Last edited by ownedbycats; 04-19-2025 at 11:04 PM.
ownedbycats is offline   Reply With Quote
Old 04-19-2025, 11:25 PM   #10628
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,834
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Won't with login. You can't login on that domain in browser, either.
JimmXinu is offline   Reply With Quote
Old 04-20-2025, 04:45 AM   #10629
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: 10,650
Karma: 74166147
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Will there be FAQ entry about this? Interestingly found no mention in default.ini.
ownedbycats is offline   Reply With Quote
Old 04-20-2025, 07:44 AM   #10630
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
Wondering if someone can help me with a bit of code for the title page, I'm having issues with

I'm using the below code for a nicer title page credit to @culytera, but it's absolutely huge on a kobo libra colour taking 3-4 pages to go past, and I'm not sure where to edit to adjust this size, i've tried changing the font size and it's changing in calibre but not the kobo.

I'm also getting something at the top of the title in calibre page saying

"error on line 25 at column 7: opening and ending tag mismatch :dl line 14 div"

I'm very new to this so this code be referencing something else in the personal ini, but it felt it made the most sense to be here.

Any help would be appreciated
Spoiler:

Code:
body {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
 }
 body.fff_titlepage {
  font-size: 2.5vmax;
  font-family: 'Roboto', sans-serif;
 }
 hr {
  display: block;
  border: 0; border-top: 1px solid;
  padding: 0;
 }
 .hr-sect {
  display: flex;
  flex-basis: 100%%;
  align-items: center;
  text-align: center;
  margin: 5px 0px;
 }
 .hr-sect:before,
 .hr-sect:after {
   content: "";
   flex-grow: 1;
   height: 1px;
   border: 0; border-top: 1px solid;
   font-size: 0px;
   line-height: 0px;
   margin: 0px 8px;
 }
 .fff_titlepage .title h1,
 .fff_titlepage .title h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3vmax;
  margin: 0;
 }
 .fff_titlepage .title h1 { font-weight: normal; }
 .fff_titlepage .title h1 a { font-weight: bold; }
 .fff_titlepage .title a,
 .fff_titlepage .tags a,
 .fff_titlepage .tag-summary-content a {
  text-decoration: none;
  color: unset;
 }
 .fff_titlepage .tag-summary-content a {
  font-style: italic;
 }
 .fff_titlepage .tag-summary-content p {
  margin-top: 0;
 }
 .fff_titlepage .tags {
  display: block;
  padding: 0;
 }
 .fff_titlepage dl .inline dd {
   display: inline;
   margin: 0;
 }
 .fff_titlepage dl .inline dd:after {
   display: block;
   content: '';
 }
 .fff_titlepage dl .inline dt {
   display: inline-block;
 }
 .fff_titlepage dd { margin-left: 0.75em; }
 .fff_titlepage dl, .fff_titlepage dt { margin: 0; }
 @media only screen and (max-device-width: 480px),
 only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 	body.fff_titlepage { font-size: inherit; }
 }

Last edited by serpi; 04-20-2025 at 09:25 AM.
serpi is offline   Reply With Quote
Old 04-20-2025, 08:31 AM   #10631
culytera
Zealot
culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.culytera ought to be getting tired of karma fortunes by now.
 
Posts: 124
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by serpi View Post
Wondering if someone can help me with a bit of code for the title page, I'm having issues with

I'm using the below code for a nicer title page credit to @culytera, but it's absolutely huge on a kobo libra colour taking 3-4 pages to go past, and I'm not sure where to edit to adjust this size, i've tried changing the font size and it's changing in calibre but not the kobo.
I don't use Kobo so I'm not familiar. Does it have a setting where it can overwrite the font size in general? That's what I do on MapleRead.

Quote:
Originally Posted by serpi View Post
I'm also getting something at the top of the title in calibre page saying

"error on line 25 at column 7: opening and ending tag mismatch :dl line 14 div"
Edit the book in Calibre and look for line 25 column 7, what's on it?
culytera is offline   Reply With Quote
Old 04-20-2025, 09:12 AM   #10632
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,834
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by serpi View Post
Wondering if someone can help me with a bit of code for the title page, I'm having issues with
Without seeing the HTML it's hard to know.

FYI, wrap things like that in [code] tags to preserve formatting--sometimes it matters. And wrap that in [spoiler] tags when it's large.
JimmXinu is offline   Reply With Quote
Old 04-20-2025, 09:24 AM   #10633
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
Quote:
Originally Posted by culytera View Post
I don't use Kobo so I'm not familiar. Does it have a setting where it can overwrite the font size in general? That's what I do on MapleRead.
If you mean a font adjuster in kobo yes there is one, but the font size for reading is fine while the title page is maybe 20 times bigger.

If I adjust the font to be smaller to fix the title page, it makes the font size of the fic unreadable by being too small

Quote:
Originally Posted by culytera View Post
Edit the book in Calibre and look for line 25 column 7, what's on it?
There's nothing in column 7 it just looks like this
</div>7

</body>
</html>

I placed a red 7 where something should be, but there's not
serpi is offline   Reply With Quote
Old 04-20-2025, 09:27 AM   #10634
serpi
Member
serpi began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Oct 2021
Device: kindle
Quote:
Originally Posted by JimmXinu View Post
Without seeing the HTML it's hard to know.

FYI, wrap things like that in [code] tags to preserve formatting--sometimes it matters. And wrap that in [spoiler] tags when it's large.
changed it sorry still getting my feet in here after diving back into having an ereader

The HTML is the code you can see when choosing the edit book option?
serpi is offline   Reply With Quote
Old 04-20-2025, 09:31 AM   #10635
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,834
Karma: 4604429
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Your error is "error on line 25 at column 7: opening and ending tag mismatch :dl line 14 div"

So there's probably either not a matching opening <div>, or there's supposed to be a </dl> to match an opening <dl> above.

Honestly, if you don't know what you're doing with HTML and CSS, maybe customizing it isn't a great idea?
JimmXinu is offline   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 514 03-23-2025 10:26 AM
[GUI Plugin] Open With kiwidude Plugins 404 02-21-2025 05:42 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 12:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 06:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 12:27 PM


All times are GMT -4. The time now is 05:10 PM.


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