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-17-2025, 04:33 PM   #11116
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 33
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
[QUOTE=JimmXinu;4531339]
Quote:
Originally Posted by HowWouldIKnow View Post
Hi, how can I fill the "Series" field for Literotica ?QUOTE]
The short answer is that Literotica does have series as FFF defines it.

literotica has 'Story Series' & 'Story'. FFF calls them 'Story' & 'Chapters'
See https://github.com/JimmXinu/FanFicFa...ent-2078490037
Okay thanks.
Then I can get it via: 'Story' & 'Chapters' ?
But how is the tag called?
HowWouldIKnow is offline   Reply With Quote
Old 08-17-2025, 05:26 PM   #11117
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: 7,003
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by HowWouldIKnow View Post
Okay thanks.
Then I can get it via: 'Story' & 'Chapters' ?
But how is the tag called?
In addition to screwing up the quote tag, I also missed typing an important part:
Quote:
Originally Posted by JimmXinu View Post
The short answer is that Literotica doesn't have series as FFF defines it.
There is no 'series' to collect from that site.

You can, if you so choose, copy the story title into series and then change it to something else:
Code:
# change storyurl to the url of the specific story.
[storyurl]
# copy story title into series
include_in_series:title

# change value of series to something else.
add_to_replace_metadata:
 series=>^.*$=>A Series [2]
JimmXinu is offline   Reply With Quote
Old 08-17-2025, 05:33 PM   #11118
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,069
Karma: 75568269
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Question: The same fic author has different stories on AO3 and ffnet, and prefer to use AO3 authorUrl. Would an exclude_metadata on the ffnet authorUrl be the best way to do this?
ownedbycats is offline   Reply With Quote
Old 08-17-2025, 06:31 PM   #11119
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: 7,003
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
I'm not 100% I understand the question.

Author is one of those fields FFF and Calibre expect to be there--I honestly don't know what will happen if you try to remove it entirely from a story.

Changing the ffnet authorUrl to be the AO3 authorUrl might do what you want.

What I do is just change the author name for one site and live with it.
JimmXinu is offline   Reply With Quote
Old 08-18-2025, 09:28 PM   #11120
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,069
Karma: 75568269
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Somebody made a tool for "anti-AI scraping" (or scrapping, lol) which messes up the HTML on stories.

I put the demo into fanficfare and it came back pretty much gibberish at the end.

Don't know if anything can be done, thought should be aware just in case this becomes more widespread and you start getting "why is fff adding gibberish?"

Last edited by ownedbycats; 08-18-2025 at 09:32 PM.
ownedbycats is offline   Reply With Quote
Old 08-18-2025, 11:14 PM   #11121
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: 7,003
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Set use_workskin:true fixes it for me. Or rather, it applies the same 'de-obfuscation' CSS that is applied in browser.

Considering that hiding additional text in HTML for purposes of shaping search results has been a thing for decades, I honestly don't expect this tool to help all that much with it's stated purpose of AI scrape poisoning. I expect serious scrape tools will also apply CSS.
JimmXinu is offline   Reply With Quote
Old Yesterday, 04:47 AM   #11122
DevilsReject97
Junior Member
DevilsReject97 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2025
Device: Kindle Fire HD 10
Quote:
Originally Posted by JimmXinu View Post
novelfull needs flaresolverr. I also needed to bump up timeouts recently when testing a similar report.

Code:
[novelfull.com]
use_flaresolverr_proxy:true
slow_down_sleep_time:7
## flaresolverr_proxy_timeout is in integer milliseconds.
## Keep flaresolverr_proxy_timeout set smaller than connect_timeout
## otherwise the connection *to* flaresolverr will timeout first.
flaresolverr_proxy_timeout:59000
Was searching through due to this very issue - is there an install for dummies for flaresolverr? I'm not a Python/Docker user, so I wanted to ask. Really appreciate all the work you do and I'm grateful for any assistance.
DevilsReject97 is offline   Reply With Quote
Old Today, 01:54 AM   #11123
indecisivemess
Junior Member
indecisivemess began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2025
Device: Kobo Libra Colour
Custom Columns Not Working

Hi! I recently bought my first E-reader and have been trying out Calibre and FFF.

I'm very bad with tech so learning how to use the personal.ini has been an adventure. I've used the defaults.ini, github and this thread as guides and have kind of frankensteined together my personal (a lot of it is copy and pasted script from this thread and because I still don't really know what I'm doing I can't tell where I'm going wrong).

I only use AO3 so that's what I've configured my FFF for. I've made custom columns for the metadata but only my character and fandom custom columns are working.
The custom columns that aren't working are Audience (for ratings), Fanfic Status and Ship.
Under Preferences -> Add your own columns -> I also have Chapter Count, Kudos, Genre Tags that don't display in my Calibre library despite being ticked.

What do I need to change to get those working?
I hope this isn't too silly of a question.
Any help would be appreciated! Below I've attached screenshots of my personal.ini but if there's a better way to share it please let me know.
Attached Thumbnails
Click image for larger version

Name:	custom columns.png
Views:	6
Size:	64.2 KB
ID:	217590   Click image for larger version

Name:	personal ini 1.png
Views:	5
Size:	97.0 KB
ID:	217591   Click image for larger version

Name:	personal ini 2.png
Views:	4
Size:	87.5 KB
ID:	217592   Click image for larger version

Name:	personal ini 3.png
Views:	4
Size:	110.1 KB
ID:	217593   Click image for larger version

Name:	personal ini 4.png
Views:	4
Size:	78.9 KB
ID:	217594  
indecisivemess is offline   Reply With Quote
Old Today, 02:16 AM   #11124
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: 128
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by indecisivemess View Post
I've used the defaults.ini, github and this thread as guides and have kind of frankensteined together my personal (a lot of it is copy and pasted script from this thread and because I still don't really know what I'm doing I can't tell where I'm going wrong).

What do I need to change to get those working?
Looks like you copied from what I shared here, but they somehow got jumbled. Did you use something that rearranged it? The freeformtag changes should NOT be under include_subject_tags (now empty for some reason), they should be under replace_metadata.

If some metadata aren't showing up, check your Custom Column settings in Fanficfare's settings and the custom_columns_settings in personal.ini.

Last edited by culytera; Today at 02:18 AM.
culytera is offline   Reply With Quote
Old Today, 02:46 AM   #11125
indecisivemess
Junior Member
indecisivemess began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2025
Device: Kobo Libra Colour
Thank you! Yes I copied most of what I saw from you and ownedbycats as you guys seem like you know what you're doing.

My friends that do IT tried to help me with it and that might be why it's all jumbled.

I replaced the include_subject_tags with replace_metadata like you said. Should I put the include_subject_tags somewhere else and if so where?

The custom columns are working now all except Ships (and Kudos but I think I set it up wrong in Calibre). The custom column tag on Calibre seems to match the one in the personal.ini: ships=>#ship and in FFF it's categorised as Relationships. Is there something I'm missing?

Also thank you for such a speedy reply you are a lifesaver!
indecisivemess is offline   Reply With Quote
Old Today, 05:11 AM   #11126
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: 128
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by indecisivemess View Post
I replaced the include_subject_tags with replace_metadata like you said. Should I put the include_subject_tags somewhere else and if so where?
I put mine under [defaults]. include_subject_tags should have values if you want to put tags in Calibre. If you don't want to use the prefix_* tags you can remove those lines entirely and add the tags you want in include_subject_tags.
Quote:
Originally Posted by indecisivemess View Post
The custom columns are working now all except Ships (and Kudos but I think I set it up wrong in Calibre). The custom column tag on Calibre seems to match the one in the personal.ini: ships=>#ship and in FFF it's categorised as Relationships. Is there something I'm missing?
I don't see in your screenshots where you're adding the kudos metadata to your #kudos custom column. By default, [archiveofourown.org] already has an extra_valid_entry called "kudos" so you can just add it to your custom_columns_settings.

Code:
add_to_custom_columns_settings:
 kudos=>#kudos
For ships you can just put the value of Relationships to #ship (Fanficfare settings -> Custom Columns tab).
culytera is offline   Reply With Quote
Old Today, 05:41 AM   #11127
indecisivemess
Junior Member
indecisivemess began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2025
Device: Kobo Libra Colour
Thank you! Added the kudos in )
I'm a bit confused with the tags. What is the difference between subject tags and the free form tags that can be customised to be included or not. None of additional tags are working for me, would that be because of this or is that a separate issue?


For ships you can just put the value of Relationships to #ship (Fanficfare settings -> Custom Columns tab).[/QUOTE]

I've done this already (just double checking the value is the dropdown options), but it's not working. I've also double checked the lookup name matches. My type is set to 'Comma, separated text, like tags, shown in the Tag browser'
indecisivemess is offline   Reply With Quote
Old Today, 05:46 AM   #11128
indecisivemess
Junior Member
indecisivemess began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Aug 2025
Device: Kobo Libra Colour
Thank you! Added the kudos in )
I'm a bit confused with the tags. What is the difference between subject tags and the free form tags that can be customised to be included or not. None of additional tags/column is working for me and customised free form tags aren’t showing up anywhere either, would that be because of this or is that a separate issue?


[/QUOTE]For ships you can just put the value of Relationships to #ship (Fanficfare settings -> Custom Columns tab).[/QUOTE]

I've done this already (just double checking the value is the one w dropdown options), but it's not working. I've also double checked the lookup name matches. My type is set to 'Comma, separated text, like tags, shown in the Tag browser' if that makes a difference.
indecisivemess is offline   Reply With Quote
Old Today, 06:29 AM   #11129
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: 128
Karma: 295674
Join Date: Jul 2021
Device: iPhone
Quote:
Originally Posted by indecisivemess View Post
I'm a bit confused with the tags. What is the difference between subject tags and the free form tags that can be customised to be included or not. None of additional tags/column is working for me and customised free form tags aren’t showing up anywhere either, would that be because of this or is that a separate issue?
subject tags = the tags that show up in Calibre in the tag browser usually on the left, under🏷️ Tags.

freeform tags are the additional tags authors add in AO3, like "Fluff", "Angst", their ramblings, etc.

If you add freeform_tags in include_subject_tags, you'll see the tag browser in chaos for example, that's why I prefer to just add it to the first page of the fanfic (the titlepage_entries option).

Quote:
Originally Posted by indecisivemess View Post
I've done this already (just double checking the value is the one w dropdown options), but it's not working. I've also double checked the lookup name matches. My type is set to 'Comma, separated text, like tags, shown in the Tag browser' if that makes a difference.
You don't see it in your tag browser? Go to Calibre's preferences -> Look & feel -> Tag browser and check the #Ship custom column if it isn't already.

If you want to see it as a column, make sure the column is also checked in Preferences -> Add your own columns
culytera 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 527 08-15-2025 01:36 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 06:57 AM.


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