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 01-09-2023, 07:30 PM   #7921
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by julo View Post
Seems to work now.
No sense spending time to analyze it. I have two computers side by side and may use either one to download. Probably had one FFF not the latest.
Actually, I forgot that was in the test version, not the released version. See my sig for the link.
JimmXinu is offline   Reply With Quote
Old 01-10-2023, 09:31 AM   #7922
julo
Connoisseur
julo began at the beginning.
 
Posts: 72
Karma: 12
Join Date: Apr 2010
Location: Pittsburgh area
Device: prs-505,900,T2
Quote:
Originally Posted by JimmXinu View Post
Actually, I forgot that was in the test version, not the released version. See my sig for the link.
That might make sense as this time I did the automatic update within Calibre on that computer as it was more convenient. I assume it updates to the last released version, not any test versions?

Last edited by julo; 01-10-2023 at 09:34 AM.
julo is offline   Reply With Quote
Advert
Old 01-10-2023, 10:17 AM   #7923
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by julo View Post
That might make sense as this time I did the automatic update within Calibre on that computer as it was more convenient. I assume it updates to the last released version, not any test versions?
Correct.

I only update the release once a month, unless there's a major bug. The test version gets updated much more often.
JimmXinu is offline   Reply With Quote
Old 01-10-2023, 04:56 PM   #7924
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
On the MetadataManagement page, the user that provided the "normalizing content ratings" used add_to_replace_metadata rather than replace_metadata.

As I'm still a bit unfamiliar with the differences between replace and add_to_replace_metadata (other than the latter is better for specifically overriding metadata for specific stories), any idea why they would do this?
ownedbycats is offline   Reply With Quote
Old 01-10-2023, 05:18 PM   #7925
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
On the MetadataManagement page, the user that provided the "normalizing content ratings" used add_to_replace_metadata rather than replace_metadata.

As I'm still a bit unfamiliar with the differences between replace and add_to_replace_metadata (other than the latter is better for specifically overriding metadata for specific stories), any idea why they would do this?
replace_metadata in a more specific section will override replace_metadata from a more general section. add_to_replace_metadata is additive instead of replacement. If you have a replace_metadata setting in [defaults], [<site>], [epub] and [<storyUrl>], only the one in the most specific section ([<storyUrl>] in this example) will be used. add_to_replace_metadata can be in each section and their values will all be used.

There's a wiki page section on add_to_X.

You can creatively use replace_metadata and add_to_replace_metadata in different sections to change what's applied when, but it's really not that useful to 99.9% of users, I expect.

That example probably uses add_to_replace_metadata because then it will still work if the user already has replace_metadata settings.
JimmXinu is offline   Reply With Quote
Advert
Old 01-10-2023, 05:41 PM   #7926
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
That makes sense.

Pretty much all of my add_to_replace_metadata are in the story section to override specific bits (e.g. most examples are removing stuff like "updates every monday" from descriptions, but once datePublished after an author moved their story to AO3 without backdating it).
ownedbycats is offline   Reply With Quote
Old 01-11-2023, 12:18 PM   #7927
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-01-11
- Browser Cache Refactor & open_pages_in_browser feature
SeePR #905 and this MR post.
JimmXinu is offline   Reply With Quote
Old 01-11-2023, 10:19 PM   #7928
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Coming from this:

Quote:
Originally Posted by ownedbycats View Post
Question: Can I set an action to open the link for a selected identifier?

Context: Going through my dormant fanfics to see if any of them have been deleted. Doing bulk-updates with FanFicFare is frowned upon. I thought I could select about 5-10 fics at a time and have Action Chains open the identifier link in the browser.
If there isn't any function like this already (albeit for story uris rather then identifiers, either internal or in the id field), would it make sense to implement a menu option? On the other hand, it may lead to disaster should a user accidentally run it on their entire fanfic library while having a "open multiple links?" prompt disabled.

Last edited by ownedbycats; 01-11-2023 at 10:27 PM.
ownedbycats is offline   Reply With Quote
Old 01-11-2023, 10:37 PM   #7929
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
There's the 'Get Story URLs from Selected Books' option, which does what it says. Including searching inside epubs if needed.

I would be surprised if there isn't a tool somewhere for opening every link in a pasted block of text. Or 10 minutes of programming (aka reading stackoverflow) to make your own.
JimmXinu is offline   Reply With Quote
Old 01-12-2023, 12:36 AM   #7930
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
This Chrome addon does it job.

Last edited by ownedbycats; 01-12-2023 at 12:38 AM. Reason: fixing link
ownedbycats is offline   Reply With Quote
Old 01-12-2023, 01:08 PM   #7931
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-01-12
- Update language->langcode mapping for updated AO3 list
JimmXinu is offline   Reply With Quote
Old 01-13-2023, 03:19 AM   #7932
DemiGraceling
Junior Member
DemiGraceling began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jun 2022
Device: iPhone
Fandom metadata organization help

I was wondering if there is a way to get fff to remove all the fandoms except for the few I want. I try to keep the fandoms to under 100 to make sure they all show in one group. I am currently doing this in two steps: First, in add_to_replace_metadata I have a set of statements to automatically categorize the fandoms that I care about.
Example:
Code:
  category=>.*Arkham.*=>Batman
  category=>.*[Bb]at[Mm]an.*=>Batman
  category=>.*Blue Beetle.*=>DCU
  category=>.*[Bb][Nn][Hh][Aa].*=>My Hero Academia
  category=>.*[Bb]oku [Nn]o [Hh]ero [Aa]cademia.*=>My Hero Academia
  category=>.*Criminal Minds.*=>Criminal Minds
  category=>.*Doctor Who.*=>Doctor Who
  category=>.*[Gg]otham.*=>Batman
  category=>.*Grayson.*=>Batman
  category=>.*Krypto.*=>Superman
  category=>.*Jessica Jones.*=>Jessica Jones
  category=>.*Joker.*=>Batman
  category=>.*Justice League.*=>Justice League
  category=>.*Justice Society of America.*=>DCU
  category=>.*Leverage.*=>Leverage
  category=>.*Lie to Me.*=>Lie to Me
  category=>.*[Mm]ari[Bb]at.*=>Batman\,Miraculous Ladybug
  category=>.*MCU.*=>Marvel
  category=>.*[Mm][Hh][Aa].*=>My Hero Academia
  category=>.*No Fandom.*=>Original Work
  category=>.*Ouran.*=>Ouran High School Host Club
  category=>.*Poetry.*=>Original Work
  category=>.*Red Hood.*=>Batman
  category=>.*Red Robin.*=>Batman
  category=>.*[Rr]obin.*=>Batman
Next, I created a long list of lines to remove all other fandoms.
Example:
Code:
  category=>.*RPF.*=>
  category=>.*Video Game.*=>
  category=>.*[Aa]nime.*=>
  category=>.*[Mm]anga.*=>
  category=>.*[Cc]artoon.*=>
  category=>.*[Bb]ook.*=>
  category=>.*[Tt][Vv].*=>
  category=>.*[Bb]and.*=>
  category=>.*[Mm]ovie.*=>
  category=>.*[!'/\|\(\)\+:;?-].*=>
  category=>.*[1234567890].*=>
  category=>.*All Media.*=>
  category=>.*Fandom.*=>
  category=>.*&amp;.*=>
  category=>^[Tt]he.*=>
  category=>^[EKNQUXx].*=>
I was hoping you could give me a more efficient way to do this.
DemiGraceling is offline   Reply With Quote
Old 01-13-2023, 05:31 AM   #7933
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,993
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by DemiGraceling View Post
I was wondering if there is a way to get fff to remove all the fandoms except for the few I want.
https://github.com/JimmXinu/FanFicFa...etadataFeature

Specifically, try include_metadata_post with your transformed category names, like:

Code:
include_metadata_post:
 fandom == Batman
 fandom == DCU
 fandom == My Hero Academia

Last edited by ownedbycats; 01-13-2023 at 05:39 AM.
ownedbycats is offline   Reply With Quote
Old 01-13-2023, 11:43 AM   #7934
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,974
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2023-01-13
- adapter_fastnovelsnet: Fixes for site changes -- tested with use_flaresolverr_proxy
JimmXinu is offline   Reply With Quote
Old 01-13-2023, 07:13 PM   #7935
midnightmane
Member
midnightmane began at the beginning.
 
Posts: 22
Karma: 12
Join Date: Feb 2016
Device: Kindle/Calibre
Stories that are marked as complete on Mediaminer are being labeled as in progress whenever you download them with fff

https://www.mediaminer.org/fanfic/s/.../youma-1-2/102
midnightmane 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 01:25 AM.


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