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 08-23-2021, 06:26 PM   #6376
FaceDeer
Connoisseur
FaceDeer will become famous soon enoughFaceDeer will become famous soon enoughFaceDeer will become famous soon enoughFaceDeer will become famous soon enoughFaceDeer will become famous soon enoughFaceDeer will become famous soon enoughFaceDeer will become famous soon enough
 
Posts: 89
Karma: 706
Join Date: Nov 2012
Device: Kobo Touch
I didn't actually discover the cover_min_size setting until just today as I was digging around through the code to see where covers were going wrong for me. I wish I'd found it earlier, I've been using a manual process to tag and fix the occasional story where there's no cover but FFF picks up an emojii from the description and uses that as a cover instead.

I'll let you know when I figure out what setting has been going wrong for me. Could be something I set years ago that is triggering some subtly recently changed behaviour in an unexpected way.
FaceDeer is offline   Reply With Quote
Old 08-23-2021, 08:26 PM   #6377
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: 11,035
Karma: 75555555
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by FaceDeer View Post
I've been using a manual process to tag and fix the occasional story where there's no cover but FFF picks up an emojii from the description and uses that as a cover instead.
That's actually the reason I requested cover_min_size in the first place.

Last edited by ownedbycats; 08-23-2021 at 08:28 PM.
ownedbycats is offline   Reply With Quote
Old 08-24-2021, 01:40 PM   #6378
ILB
Groupie
ILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipse
 
ILB's Avatar
 
Posts: 173
Karma: 8098
Join Date: Jun 2012
Location: Germany
Device: Kindle Voyage, Kindle Oasis
automatically Generate Cover for Anthology

To automatically create a certain cover for anthologies I have
Code:
add_to_generate_cover_settings:
 ${Anthology}=>true=>anthologycover
in my personal.ini

Unfortunately it doesn´t work anymore.
Since I don't use it regularly I don't know exactly since when it stopped working.

Was there some change within the last few months?
ILB is offline   Reply With Quote
Old 08-24-2021, 05:50 PM   #6379
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,993
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I don't see how that would have ever worked; it's anthology not Anthology.

Here's mine:
Code:
add_to_generate_cover_settings:
 ${anthology}=>true=>FFDL
JimmXinu is offline   Reply With Quote
Old 08-24-2021, 11:44 PM   #6380
ILB
Groupie
ILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipseILB can illuminate an eclipse
 
ILB's Avatar
 
Posts: 173
Karma: 8098
Join Date: Jun 2012
Location: Germany
Device: Kindle Voyage, Kindle Oasis
Quote:
Originally Posted by JimmXinu View Post
I don't see how that would have ever worked; it's anthology not Anthology.

Here's mine:
Code:
add_to_generate_cover_settings:
 ${anthology}=>true=>FFDL
I changed that and now it works again.

It stopped working and I tried a few things in the last few days.
Maybe I altered that in a try to repair it - because I know it worked before.
Whatever...

Thanks for you help!
ILB is offline   Reply With Quote
Old 08-25-2021, 10:17 AM   #6381
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,993
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Version Released

Version 4.5.0 - 2021-08-25
- (Known issue: #729 - wuxiaworld.site has changed)
- Update translations.
- Fix for lazyload images in base_xenforoforum_adapter
- Keep existing series/anthology URL during update for config purposes.
- Allow chapter URLs for adapter_webnovelcom.
- Shift adapter_fictionmaniatv to http, problems with https server?
- Change blockfilecache to save uint32 addrs instead of original cache key. Hashing cache key proved unreliable in some cases.
- Allow fictionpress.com with use_browser_cache--user still needs to configure in personal.ini Closes #716
JimmXinu is offline   Reply With Quote
Old 08-25-2021, 04:12 PM   #6382
tgoold
Junior Member
tgoold began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2020
Device: Kobo Libre H2O
Thank you so much for the fanfiction.net workaround (I finally got around to checking here for it)! Greatly appreciated.
tgoold is offline   Reply With Quote
Old 08-29-2021, 05:40 AM   #6383
grimorie
Enthusiast
grimorie began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Feb 2017
Device: Kobo Clara HD
Hello! I recently moved to a Kobo Aura from a Kindle Paperwhite does updating/overwriting previous version also work on a Kobo?
grimorie is offline   Reply With Quote
Old 08-29-2021, 05:49 AM   #6384
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: 11,035
Karma: 75555555
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by grimorie View Post
Hello! I recently moved to a Kobo Aura from a Kindle Paperwhite does updating/overwriting previous version also work on a Kobo?
Yes, but by default you'll end up with your reading position/annotations constantly wiped. Here's what I do to avoid it:

Get KoboTouchExtended and Kobo Utilities.

In KoboTouchExtended's config, make sure to check "Do not treat replacements as new books."

Now, if you have a fanfic already on the device and there's a new chapter, you can send it to the device and it'll overwrite the old one without resetting your reading position and annotations and the like.

(Unfortunately, if the fanfic title changes, you'll likely end up with duplicate copies on device. Not much to be done about it other than manually delete the old ones.)

But the table of contents will be out-of-date. To fix this, use Kobo Utilities' "Update ToC for Selected Books."

Further questions should go in the threads for KTE and KU, respectively.

Last edited by ownedbycats; 08-29-2021 at 06:23 AM.
ownedbycats is offline   Reply With Quote
Old 08-29-2021, 10:56 AM   #6385
grimorie
Enthusiast
grimorie began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Feb 2017
Device: Kobo Clara HD
Quote:
Originally Posted by ownedbycats View Post
Yes, but by default you'll end up with your reading position/annotations constantly wiped. Here's what I do to avoid it:

Get KoboTouchExtended and Kobo Utilities.

In KoboTouchExtended's config, make sure to check "Do not treat replacements as new books."

Now, if you have a fanfic already on the device and there's a new chapter, you can send it to the device and it'll overwrite the old one without resetting your reading position and annotations and the like.

(Unfortunately, if the fanfic title changes, you'll likely end up with duplicate copies on device. Not much to be done about it other than manually delete the old ones.)

But the table of contents will be out-of-date. To fix this, use Kobo Utilities' "Update ToC for Selected Books."

Further questions should go in the threads for KTE and KU, respectively.

Thank you for this! Will try it out!
grimorie is offline   Reply With Quote
Old 08-29-2021, 11:41 AM   #6386
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,993
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Thanks ownedbycats, for knowing more about it--I was just going to say 'No'.
JimmXinu is offline   Reply With Quote
Old 08-29-2021, 04:39 PM   #6387
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,993
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2021-08-29
- Add POST request for wuxiaworld.site site changers. Closes #729.
JimmXinu is offline   Reply With Quote
Old 08-30-2021, 09:18 AM   #6388
Ascello
Enthusiast
Ascello began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Jan 2021
Device: Kindle Paperwhite 4
So, I vaguely recall that there was a way to add settings (without using replace_metadata conditionals) for a particular story only, i.e. for example it only works for archiveofourown.org/works/123 but not archiveofourown.org/works/567. What is the syntax of this? I'm asking, because when I type [archiveofourown.org/works/123/] in personal.ini everything after it goes red, and if I type [https://archiveofourown.org/works/123] everything after it goes purple. I think neither of those is normal behaviour, so clearly I do something wrong.
Ascello is offline   Reply With Quote
Old 08-30-2021, 10:07 AM   #6389
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,993
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Ascello View Post
So, I vaguely recall that there was a way to add settings (without using replace_metadata conditionals) for a particular story only, i.e. for example it only works for archiveofourown.org/works/123 but not archiveofourown.org/works/567. What is the syntax of this? I'm asking, because when I type [archiveofourown.org/works/123/] in personal.ini everything after it goes red, and if I type [https://archiveofourown.org/works/123] everything after it goes purple. I think neither of those is normal behaviour, so clearly I do something wrong.
[https://archiveofourown.org/works/123] is correct.

FFF doesn't recognize individual story sections to check for permitted keywords and values. The purple color is an indicator that it looks like a permitted story URL section, but the syntax help isn't available.
JimmXinu is offline   Reply With Quote
Old 08-30-2021, 08:56 PM   #6390
steltek
Connoisseur
steltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura aboutsteltek has a spectacular aura about
 
Posts: 69
Karma: 4484
Join Date: Jan 2016
Device: none
Quote:
Originally Posted by JimmXinu View Post
New Version Released

Version 4.5.0 - 2021-08-25
- (Known issue: #729 - wuxiaworld.site has changed)
- Update translations.
- Fix for lazyload images in base_xenforoforum_adapter
- Keep existing series/anthology URL during update for config purposes.
- Allow chapter URLs for adapter_webnovelcom.
- Shift adapter_fictionmaniatv to http, problems with https server?
- Change blockfilecache to save uint32 addrs instead of original cache key. Hashing cache key proved unreliable in some cases.
- Allow fictionpress.com with use_browser_cache--user still needs to configure in personal.ini Closes #716
I haven't seen any Chrome or Vivaldi browser cache issues since I installed this version. Before this version, I was still frequently having FFF throw errors about the pages not being in the cache even though they were obviously there. The only way I previously was able to totally avoid it was to always clear the browser cache before trying to do FFN fic updates. It was workable, but annoying to have to remember to do.

Thanks!
steltek 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 523 07-15-2025 06:45 PM
[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 02:26 PM.


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