|
|
#12406 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Dec 2023
Device: Kobo Libra 2
|
|
|
|
|
|
|
#12407 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
If you're using Browser Cache, you just need to have logged in manually in the browser.
|
|
|
|
|
|
#12408 |
|
Junior Member
![]() Posts: 9
Karma: 10
Join Date: Jun 2022
Device: iPhone
|
Wattpad Tags
How do I get the tags to go into my additional_tags column?
My wattpad section: Code:
[wattpad.com]
use_basic_cache:true
extra_titlepage_entries: language, reads, genre
extra_valid_entries: language, tags, reads, ships, genre
include_in_genre: tags
# Add comma separators for numeric reads. Eg 10000 becomes 10,000
add_to_comma_entries:,reads
keep_in_order_ships: true
## number of seconds to sleep between calls to the story site. There
## are reports that sound like site throttling without it.
slow_down_sleep_time:2
extra_titlepage_entries: reads, genre
extra_valid_entries: reads, genre
datechapter_format:%%Y-%%m-%%d %%H:%%M:%%S
## You can set the 'dateUpdated_method' to either:
## - 'modifyDate': This will keep the current behavior, where the
## update date corresponds to any modification made to the content.
## - 'lastPublishedPart': This will set the update date to
## the date of the last published chapter.
dateUpdated_method: modifyDate
# Add comma separators for numeric reads. Eg 10000 becomes 10,000
add_to_comma_entries:,reads
custom_columns_settings:
reads=>#hits
tags=>#additional_tags
genre=>#additional_tags
|
|
|
|
|
|
#12409 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Code:
custom_columns_settings:
reads=>#hits
tags=>#additional_tags
genre=>#additional_tags,a
|
|
|
|
|
|
|
#12410 |
|
Member
![]() Posts: 18
Karma: 10
Join Date: Jul 2024
Device: calibre
|
For some reason, when I download from FFN, the text is set to center instead of left-aligned.
For some reason, this line is set on the div of the chapter: <div align="center" class="storytextp" id="storytextp" style="padding:0 0.5em 0 0.5em;"> This only shows up on FFN, not when I download from AO3 or RR. Here is my personal.ini for FFN and epub settings. Spoiler:
|
|
|
|
|
|
#12411 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
You are seeing it in your FFF output because you have setting: add_to_keep_html_attrs:,style,align You can:
|
|
|
|
|
|
|
#12412 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
New Version Released
Version 4.61.0 - 2026-09-01 - Update translations. - Don't confuse usecache with referer - position vs named params. - adapter_potionsandsnitches: http->https Closes #1404 - Clear INI Snippet setting between Add URL dialog calls. - base_xenforo2forum_adapter: Fix non-first post TOC stories using BrowserCache - base_xenforo2forum_adapter: Reader mode--don't try pages < 1 - Remove python2 support code - Update included plugin dependencies to Python 3.8 (Calibre 5) |
|
|
|
|
|
#12413 |
|
Enthusiast
![]() Posts: 47
Karma: 10
Join Date: Aug 2015
Device: pc
|
This might be crazy, but, is there a way (or could there be a way) to run story links against the library and blocklist without actually attempting any downloads? Like, input a large list of links and get back a list of only the links that are not found in the library or in the blocklist? I'm not sure which would be more feasible: outputting a text/csv of links to later download, or just adding empty books to the library with no files or metadata other than storylink so I can later select small batches (or more realistically these days, one at a time) to Update Always. I suppose adding as empty books has the advantage of being in the library to skip if another recommendations page includes the same link again.
I get lists of links from a variety of methods/sources, and I used to run them in smaller batches with super high sleep times and Skip-If-Found, but with the recent server blocking, that's unpredictable, though sometimes I can still get through. If there were a way to filter the lists first without hitting the servers, I'd love to do that. |
|
|
|
|
|
#12414 |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
You mean like the existing Reject List feature?
Open FFF config, look in the lower right corner of the General tab. |
|
|
|
|
|
#12415 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 89
Karma: 33664
Join Date: Jun 2015
Device: kindle paperwhite
|
error: token dispenser?
I have a new error from Ao3. Is it something I can control, or should I just wait for it to get fixed on their end? If it matters, I was trying to update an anthology.
calibre, version 9.13.0 ERROR: Unhandled exception: <b>FailedToDownload</b>:Failed getting login token from token_dispenser.json |
|
|
|
|
|
#12416 | |
|
Enthusiast
![]() Posts: 47
Karma: 10
Join Date: Aug 2015
Device: pc
|
Quote:
I know the Reject List can be viewed, and I know the Library can export columns to CSV, but I don't know how to filter the compiled links without just downloading, which obviously has to be done in smaller batches to avoid hammering servers. If I could filter them all first, it would save time on download attempts. |
|
|
|
|
|
|
#12417 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
The only case where it doesn't, is if the link you are getting and the canonical story link saved in the Reject List are different. And even then, there's some story URL normalization code for common sites. Eg, ffnet stories with and without story title in the URL. To do exactly what you ask: Find all the rejects (or non-rejects) without trying to do any downloads (a sort of 'dry run download'), using FFF specifically, my only idea (which is not a good idea) would be to download the list with networking turned off and look at which failed due to network failure and which were Rejected. Unless other users speak up, I don't see a 'dry run download' feature being used commonly enough, especially vs how often it would confuse users and I'd have to explain it. But I would be willing to add a 'Download Reject List to CSV' feature, if you want it. |
|
|
|
|
|
|
#12418 |
|
Enthusiast
![]() Posts: 46
Karma: 10
Join Date: Jan 2020
Device: none
|
The SB/SV forums do use spoiler tag. I see three options for them in defaults.ini, but they do not do what I want.
I would prefer to have a text/image under the spoiler button as an open text, surrounded with a before-after texts. Something like Code:
***** spoiler: a button title A text under the spoiler ***** spoiler: complete The remove_spoiler, simply removes spoiler. The legend_spoilers and details_spoilers create a box around the "spoiler", but if author hid an image under it - it all become very ugly... So, none of the options do it "pretty" right now. What I'd like to have is a text (not a button!) above the spoiler and (optional) footer, marking conclusion of the spoiler. Is it doable? |
|
|
|
|
|
#12419 | |
|
Plugin Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,590
Karma: 5010535
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
|
Quote:
Code:
.bbCodeSpoilerContainer:before {
content:"Some text before"
}
.bbCodeSpoilerContainer:after {
content:"Some text after"
}
|
|
|
|
|
|
|
#12420 |
|
Enthusiast
![]() Posts: 46
Karma: 10
Join Date: Jan 2020
Device: none
|
It can work for a fully textual spoilers. But not for a spoiler which contain an image.
The legend_spoilers and details_spoilers create a box around the "spoiler". The issue of the box is that the calibre's Viewer is trying to show that box in one go, but fails (since the image is big). So it shows the top line of the box on one page, the image scaled to page on another page and bottom line of the box on the third page. ... wait. After thinking like that, I realize that my primary issue is that the "spoiler" box is actually split into three pages. So I did some playing with CSS. And resized the spoiler box, as well as an image inside it. My current settings are: Code:
[base_xenforoforum]
legend_spoilers: true
[base_xenforoforum:epub]
add_to_output_css:
.bbCodeSpoilerContainer { border: none; padding: 2px; width: 100%%; height: 90%%; }
.bbCodeSpoilerContainer img { width: 100%%; height: 98%%; object-fit: contain; object-position: 1%% 0px; }
As example, I am playing with https://forums.spacebattles.com/thre...ngeon.1169649/ I am, kind of, satisfied. |
|
|
|
![]() |
| Tags |
| fanfiction |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 546 | 05-21-2026 02:44 PM |
| [GUI Plugin] Open With | kiwidude | Plugins | 405 | 02-09-2026 07:54 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 |