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 12-30-2024, 09:39 PM   #10141
Elaine T
Enthusiast
Elaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolateElaine T is generous with chocolate
 
Posts: 44
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
Have you tried commenting out the style instruction in personal.ini? Because I don't have any - did a search for 'style' and got nothing - and the story downloaded and was readable fine in my calibre.


Quote:
Originally Posted by Clem2605 View Post
Hi,

I'm having a bit of trouble with this story:

https://archiveofourown.org/works/55981141

The body of the text doesn't display past the first page in Calibre's reader and some lines are randomly hidden in my e-reader.

I believe it to be the creator's style fault but I can't find how to discard it for this specific story.

Here is my only instruction about style in my personal.ini:

Code:
[archiveofourown.org:epub]

## Force FFF to keep some formating in the text
add_to_keep_html_attrs:,style,align
I've tried to put:
Code:
[https://archiveofourown.org/works/55981141:epub]

add_to_keep_html_attrs:
And setting 'keep_style_attr' to false for this story, but it doesn't work.
Elaine T is offline   Reply With Quote
Old 12-30-2024, 10:13 PM   #10142
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,622
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Test Version Posted

2024-12-30
- New Site: superlove.sayitditto.net
- New Site: www.cfaarchive.org add superlove & CFAA (otwarchive sites) support (#1136) Thanks xxwhirlpool
- Update translations.
- XenForo lazyload: use data-src first if data-url also present. QQ proxy in data-src caches/bypasses some issues
- adapter_inkbunnynet: Implemented always_login, thanks dbhmw
- Small fixes for Wattpad. (#1137), thanks dbhmw
JimmXinu is offline   Reply With Quote
Old 12-31-2024, 09:18 AM   #10143
HowWouldIKnow
Enthusiast
HowWouldIKnow began at the beginning.
 
Posts: 31
Karma: 10
Join Date: Dec 2020
Device: Kobo Glo
Hello, how can I add Kudos, hits and Comment count to Calibre, from ao3 ?

I have added this to my ao3 Section:
Quote:
custom_columns_settings:
#characters=>#characters
fandoms=>fandoms
ao3categories=>categories
kudos=>kudos
hits=>hits
bookmarks=>bookmarks
comments=>comments

add_to_custom_columns_settings:
fandoms=>fandoms
ao3categories=>categories
kudos=>kudos
hits=>hits
bookmarks=>bookmarks
comments=>comments
But it does not get added automatically to the column, nor is there one of those three available in the "user-defined columns" Tab.
HowWouldIKnow is offline   Reply With Quote
Old 12-31-2024, 11:19 AM   #10144
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,622
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
custom_columns_settings has to be enabled by a checkbox on the Custom Columns tab near the bottom. Then you use it to tell FFF which metadata entries to put in what #customcolumns.

You have to make the columns yourself.

From defaults.ini:
Spoiler:
Code:
## (Plugin Only) - You can also populate calibre custom columns with
## the site specific metadata using custom_columns_settings (but only
## if 'Allow custom_columns_settings from personal.ini' is checked in
## the plugin GUI config.)  There are three parts, the entry name,
## then the label of the calibre custom column, then (optionally) a
## 'mode'.  'r' to Replace any existing values, 'a' to Add to existing
## value (use with tag-like columns), and 'n' for setting on New books
## only.  (Default is 'r'.)

## Literal strings can be set into custom columns using double quotes.
## Each metadata=>column mapping must be on a separate line and each
## needs to have one space at the start of each line.  There is also a
## special case for Integer and Float type custom columns: The static
## value "None" will clear the column.

## 'r_anthaver' and 'n_anthaver' can be used to indicate the same as
## 'r' and 'n' for normal downloads, but to average the metadata for
## the differents story in an anthology before setting in integer and
## float type custom columns.  This can be useful for a averrating
## column, for example.
## 'r_anthmax' and 'n_anthmax' indicate 'r' and 'n' for normal
## downloads, but to use the highest value for the metadata from the
## differents story in an anthology in integer and float type custom
## columns.
## Default is to sum the values of all stories, and numChapters and
## numWords are always summed.

#custom_columns_settings:
# cliches=>#acolumn
# themes=>#bcolumn,a
# timeline=>#ccolumn,n
# "FanFiction"=>#collection
# averrating=>#averrating,r_anthaver
JimmXinu is offline   Reply With Quote
Old 01-01-2025, 12:47 PM   #10145
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,622
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Version Released

Version 4.41.0 - 2025-01-01
- Update Translations
- New Site: superlove.sayitditto.net (#1136) Thanks xxwhirlpool
- New Site: www.cfaarchive.org (#1136) Thanks xxwhirlpool
- XenForo lazyload: use data-src first if data-url also present. QQ proxy in data-src caches/bypasses some issues
- adapter_inkbunnynet: Implemented always_login, thanks dbhmw
- Small fixes for Wattpad. (#1137), thanks dbhmw
- adapter_fimfictionnet: Implement always_login. Remove unused fail_on_password & do_update_hook settings. #1135
- Call Calibre's safe_open_url for open_pages_in_browser
- Add subject_tags to -m/j CLI output
- Fix for double replace_metadata when non-list metadata called by getList().
JimmXinu is offline   Reply With Quote
Old Today, 05:47 AM   #10146
Redevil387
Junior Member
Redevil387 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: May 2016
Device: calibre
Google App Password not acepted when updating from Email

So, I can update fanfics that are already in my archive but when I try to get story URLs from Email I get this error:


imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'



I know it isn't that Fanficfare can't connect to my account because when I use my gmail password it tells me that an app password is needed - meaning it recognizes the email account I'm attempting to access.

I've changed my password and Google App password a few times, added and removed the spaces in said password and turned 2 factor authentication on and off but it doesn't get through.


I haven't updated from my email in a few months so I missed out on the Google App password shift and all the changes that came with it. Did I miss out on something else that needs to be altered?


Note:
on the google side of things I made the password under the app name FanFicFare so unless the name the password is formed under is significant...
Redevil387 is offline   Reply With Quote
Old Today, 09:51 AM   #10147
winfriedf
Junior Member
winfriedf began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2025
Device: none
Hi,

The site fictionmania.tv doesn't work anymore. They switched to HTTPS and Fanficfare uses HTTP. Is there a way to set the required protocol myself?
winfriedf is online now   Reply With Quote
Old Today, 11:43 AM   #10148
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,622
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by Redevil387 View Post
So, I can update fanfics that are already in my archive but when I try to get story URLs from Email I get this error:

imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Invalid credentials (Failure)'

I know it isn't that Fanficfare can't connect to my account because when I use my gmail password it tells me that an app password is needed - meaning it recognizes the email account I'm attempting to access.
Did you go read about what Google App Passwords actually are? Because it's not just your email password.
JimmXinu is offline   Reply With Quote
Old Today, 11:48 AM   #10149
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,622
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
New Test Version Posted

2025-01-03
- adapter_fictionmaniatv: Change to https
JimmXinu is offline   Reply With Quote
Old Today, 08:38 PM   #10150
winfriedf
Junior Member
winfriedf began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jan 2025
Device: none
Hi,

Sorry, I found another problem on fictionmania.tv. I tried downloading some new stories (from the last month), and for nearly all I got this error:

'NoneType' object has no attribute 'find_previous_siblings'

It seems that they changed more than the protocol - probably beginning of December 2024.

There are some example URLs:

https://fictionmania.tv/stories/read...88260572243360

https://fictionmania.tv/stories/read...70399750268380

https://fictionmania.tv/stories/read...62084143234360

Last edited by winfriedf; Today at 08:42 PM.
winfriedf is online now   Reply With Quote
Reply

Tags
fanfiction


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[GUI Plugin] KindleUnpack - The Plugin DiapDealer Plugins 495 10-19-2024 07:06 AM
[GUI Plugin] Open With kiwidude Plugins 403 04-01-2024 09:39 AM
[GUI Plugin] Marvin XD Philantrop Plugins 126 01-29-2017 01:48 PM
[GUI Plugin] KiNotes -axel- Plugins 0 07-14-2013 07:39 PM
[GUI Plugin] Plugin Updater **Deprecated** kiwidude Plugins 159 06-19-2011 01:27 PM


All times are GMT -4. The time now is 08:58 PM.


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