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 05-24-2021, 11:22 AM   #5941
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Literotica:
Can I somehow add the Series to Calibre like AO3 does?

HOw do I have to write my .ini so that the Summary is last and not before eroticatags?
Quote:
[www.literotica.com]
extratags_label:literotica

extra_valid_entries:eroticatags,averrating
eroticatags_label:Erotica Tags
averrating_label:Average Rating
extra_titlepage_entries:eroticatags,averrating
add_to_include_subject_tags:,eroticatags

use_meta_keywords: true
chapter_categories_use_all: true
clean_chapter_titles: true
description_in_chapter: true

extratags_label:literotica
extratags:literotica


Archive of our Own
Can I remove the Authors note?
Is there an way to get the Kudos/Hits/Bookmarks?
HowWouldIKnow is offline   Reply With Quote
Old 05-24-2021, 11:43 AM   #5942
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 HowWouldIKnow View Post
Literotica:
Can I somehow add the Series to Calibre like AO3 does?
Literotica 'Series' are used in FFF to define an individual story with multiple chapters. FFF doesn't have a way to automatically fill anything for the Series column for Literotica stories.

If there's a separate 'series' mechanism, you can send me a PM (MR doesn't like NSFW links posted) with some story URLs that demonstrate it and I'll look at it.

Quote:
Originally Posted by HowWouldIKnow View Post
HOw do I have to write my .ini so that the Summary is last and not before eroticatags?
You have to replace titlepage_entries instead of add to it:
Code:
[literotica.com]
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,publisher,eroticatags,description
Quote:
Originally Posted by HowWouldIKnow View Post
Archive of our Own
Can I remove the Authors note?
Is there an way to get the Kudos/Hits/Bookmarks?
Yes, AO3 adapter can remove different notes and does collect kudos, hits and bookmarks counts. From defaults.ini:
Code:
[archiveofourown.org]
## AO3 chapters can include several different types of notes.  We've
## traditionally included them all in the chapter text, but this allows
## you to customize which you include.  Copy this parameter to your
## personal.ini and list the ones you don't want.
#exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,chapterfootnotes,authorfootnotes,inspiredlinks

## adds to titlepage_entries instead of replacing it.
#extra_titlepage_entries: fandoms,freeformtags,ao3categories,comments,chapterslashtotal,chapterstotal,kudos,hits,bookmarks,bookmarked,bookmarktags,bookmarksummary,series01HTML,series02HTML,series03HTML,byline
Copy/edit/uncomment as desired.
JimmXinu is online now   Reply With Quote
Advert
Old 05-27-2021, 09:30 PM   #5943
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Thank´s a lot!
Does FFF has something like an Javadoc?
HowWouldIKnow is offline   Reply With Quote
Old 05-27-2021, 09:43 PM   #5944
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
btw, is there any usage of the login feature besides to see adult content?
HowWouldIKnow is offline   Reply With Quote
Old 05-28-2021, 12:04 AM   #5945
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,994
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Occassionally on AO3 authors will make stories available only to registered users.
ownedbycats is offline   Reply With Quote
Advert
Old 05-28-2021, 11:29 AM   #5946
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 HowWouldIKnow View Post
Thank´s a lot!
Does FFF has something like an Javadoc?
No. You can view the project source and other docs at GitHub.

Quote:
Originally Posted by HowWouldIKnow View Post
btw, is there any usage of the login feature besides to see adult content?
On a handful of sites, you need to use always_login:true to get certain metadata or see protected stories at all. Search defaults.ini for always_login to see which.

tthfanfic.org doesn't send you story update notices if you haven't already viewed the last new chapter, so FFF will always login there (assuming you configured user/pass).

Those are the only ones I remember off hand.
JimmXinu is online now   Reply With Quote
Old 05-29-2021, 05:19 PM   #5947
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Again about Literotica.
When I see it correctly then you are already parsing if it is a series or not.

Quote:
* If it's in a tr.sl => Chapter in series
* Search up from there until we find a tr.ser-ttl (this is the
story)

else:
seriesTr = urlTr.previousSibling
while 'ser-ttl' not in seriesTr['class']:
seriesTr = seriesTr.previousSibling
m = re.match(r"^(?P<title>.*?):\s(?P<numChapters>\d+)\ sPart\sSeries$", seriesTr.find("strong").text)
self.story.setMetadata('title', m.group('title'))
seriesTitle = m.group('title')
You are just not exposing it to the outside.
Or do I see that wrong?
HowWouldIKnow is offline   Reply With Quote
Old 05-29-2021, 06:43 PM   #5948
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 HowWouldIKnow View Post
Again about Literotica.
When I see it correctly then you are already parsing if it is a series or not.
...
You are just not exposing it to the outside.
Or do I see that wrong?
I would have to say that you are seeing it wrong.

As I said before, what Literotica calls a series, FFF treats as an individual story and uses the 'series' entries the chapters of the story.

As further evidence, note that the 'series' is being used to set the story's title in the snippet it you quoted:
Code:
self.story.setMetadata('title', m.group('title'))
Even if FFF made that available as the series, it would just be the same as the title...
JimmXinu is online now   Reply With Quote
Old 05-30-2021, 02:13 PM   #5949
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 Version Released

Version 4.3.0 - 2021-05-30
- quotev.com: use_cloudscraper:true by default.
- Update translations
- adapter_bdsmlibrarycom: Set author Anonymous when author not found instead of sys.exit(). Closes #696
- Fix XF authorUrl and author_avatar_cover feature. Closes #695
- Catch exceptions in word count.
- Add CLI --color option for warns and fails. Closes #692
- Report browser cache load fail as such.
JimmXinu is online now   Reply With Quote
Old 05-30-2021, 06:23 PM   #5950
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Sorry, still me.

When I add the titlepage and my literotica looks like:

Quote:
use_basic_cache:true
include_tocpage:false

##extra_valid_entries:eroticatags,averrating
eroticatags_label:Erotica Tags
averrating_label:Average Rating
##extra_titlepage_entries:eroticatags,averrating
add_to_include_subject_tags:,eroticatags
titlepage_entries: seriesHTML,category,genre,language,characters,ship s,status,datePublished,dateUpdated,dateCreated,rat ing,warnings,numChapters,numWords,publisher,erotic atags,description


use_meta_keywords: true
chapter_categories_use_all: true
clean_chapter_titles: true
description_in_chapter: true

extratags_label:literotica
extratags:literotica

custom_columns_settings:
averrating=>#usrrating
Then I get at the end: eroticatags, summary, eroticatags, rating.
I have already removed the other stuff, but I don´t see where this comes from.
HowWouldIKnow is offline   Reply With Quote
Old 05-30-2021, 07:36 PM   #5951
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 HowWouldIKnow View Post
Then I get at the end: eroticatags, summary, eroticatags, rating.
I have already removed the other stuff, but I don´t see where this comes from.
You probably need to clear the default setting for extra_titlepage_entries.
Code:
[literotica.com]
extra_titlepage_entries:
JimmXinu is online now   Reply With Quote
Old 06-01-2021, 02:36 PM   #5952
kagekarasu
Junior Member
kagekarasu began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2021
Device: calibre
hello, so i was updating my stories like always every few days and when i got to ff.net stories i got this error message:
Quote:
cloudscraper reports: "Detected a Cloudflare version 2 Captcha challenge, This feature is not available...."
is it just me or is there a new problem with ff.net.
PS: i am running the latest version of both FFF and calibre.
kagekarasu is offline   Reply With Quote
Old 06-01-2021, 03:48 PM   #5953
booster-t
Enthusiast
booster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it isbooster-t knows what time it is
 
booster-t's Avatar
 
Posts: 32
Karma: 2464
Join Date: Dec 2020
Location: Vancouver, Canada
Device: iPad, Mac Mini M4 Pro
Quote:
Originally Posted by kagekarasu View Post
hello, so i was updating my stories like always every few days and when i got to ff.net stories i got this error message:

is it just me or is there a new problem with ff.net.
PS: i am running the latest version of both FFF and calibre.
No, it's not just you ... I can't update any stories today.
booster-t is offline   Reply With Quote
Old 06-01-2021, 05:22 PM   #5954
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,994
Karma: 75337983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Quote:
Originally Posted by kagekarasu View Post
hello, so i was updating my stories like always every few days and when i got to ff.net stories i got this error message:

is it just me or is there a new problem with ff.net.
PS: i am running the latest version of both FFF and calibre.
https://github.com/JimmXinu/FanFicFa...-fanfictionnet

I am getting error too, but cache works. There's no indication on FictionPress's twitter that they're working on updates (they often enable IUAM for that).

Last edited by ownedbycats; 06-01-2021 at 05:34 PM.
ownedbycats is offline   Reply With Quote
Old 06-02-2021, 03:08 AM   #5955
shaybella
Junior Member
shaybella began at the beginning.
 
shaybella's Avatar
 
Posts: 5
Karma: 10
Join Date: Dec 2017
Device: Kindle PaperWhite, Android tablet and phone
Question Erroring out after update

Hey, so I got through some updates, but then started getting

Quote:
HTTPSConnectionPool(host='www.royalroad.com', port=443): Max retries exceeded with url: /fiction/32908 (Caused by ProtocolError('Connection aborted.', PermissionError(13, 'Permission denied')))
https://www.royalroad.com/fiction/32908
I waited about an hour thinking maybe the site implemented some new throttling thing, but I got the same error.

I can load the page in my browser just fine.

I then tried with other stories, and

Quote:
HTTPSConnectionPool(host='www.royalroad.com', port=443): Max retries exceeded with url: /fiction/26127 (Caused by ProtocolError('Connection aborted.', PermissionError(13, 'Permission denied')))
https://www.royalroad.com/fiction/26127
What's going on?
shaybella 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 06:59 PM.


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