04-08-2024, 09:18 PM | #9451 | |
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
The 'extra' settings are used in defaults.ini with many sites to avoid hard-coding category/ship/etc for sites dedicated to a particular fandom/ship/etc. See INI wiki page section on extrametadata. Without knowing what site you are using, I can only speculate that you are using one of the sites that has an extracategories setting in defaults.ini. A setting under a specific site section in defaults.ini takes precedence over the same setting under [defaults] in personal.ini. See INI wiki page section on defaults.ini vs personal.ini. When I try those settings in personal.ini with a site I know doesn't have any extraX settings in defaults.ini, I see them all show up. I would try using add_to_X: Code:
[defaults] add_to_extracategories:,TestCat add_to_extracharacters:,TestChar add_to_extraships:,Test/Ship |
|
04-08-2024, 10:29 PM | #9452 | |
Member
Posts: 11
Karma: 10
Join Date: Jan 2024
Device: Kindle Paperwhite, Calibre
|
Quote:
Unfortunately using the leading commas and add_to_X didn't change the results. Character and ship added properly, but the category didn't. I went through the defaults.ini and made sure there wasn't anything conflicting in there, too, and there wasn't. (I'm downloading from Ao3 if that makes a difference.) I'm not really sure why this is... It's fine, I don't need to be able to do it. It's just a bit odd. |
|
Advert | |
|
04-08-2024, 10:52 PM | #9453 |
Member
Posts: 11
Karma: 10
Join Date: Jan 2024
Device: Kindle Paperwhite, Calibre
|
I'd just like to add that I've now found a workaround for the thing I wanted to use add_to_extracategories for.
So I don't need it to work In case this is a larger problem though: for some reason add_to_extracategories still doesn't work, even if I put it in overrides. That might be to do with custom columns, or something in my replace_metadata, I don't know. But I've done what I set out to do, so I'm happy. Thanks again for the prompt response and have a great day |
04-09-2024, 01:08 AM | #9454 |
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Actually, in this case, it does make a difference. For AO3, FFF doesn't use extracategories because category is replaced with site specific fandoms:
Code:
## AO3 uses the word 'category' differently than most sites. The ## adapter used to be hardcoded to include the site specific metadata ## fandom in the standard metadata field category. By making it ## configurable, users can change it. include_in_category:fandoms This is obscure enough that since you've already found another solution, I'm not going to worry about it. |
04-09-2024, 01:01 PM | #9455 |
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
New Test Version Posted
2024-04-09 - basexf: Add XF categorized tags into: category, genre, characters, contenttags and formattags - basexf: Fix for prefix tags, put in prefixtags included in genre SB / SV have added categories for forum(thread) tags. FFF already collected them all together in forumtags--this continues so nobody's config breaks. But now, the categorized tags are collected into the appropriate FFF metadata entries. I don't see a one-to-one mapping for any existing FFF standard metadata entry for XF's 'Content' or 'Format' categories, so they are each their own thing. I also found that 'prefix' tags were broken, so I put those in their own prefixtags entry also and include them in genre. A couple more details: capitalize_forumtags applies to all the forum(thread) tags: Code:
## XenForo tags are all lowercase everywhere that I've seen. This ## makes the first letter of each word uppercase. Applied before ## replace_metadata. Also applies to category, genre, characters, ## contenttags and formattags collected from site tags. capitalize_forumtags:true Code:
## Add forumtags to standard entry genre and tagsfromtitle to ## category. Can be changed in personal.ini if desired. include_in_genre:genre,forumtags,prefixtags include_in_category:category,tagsfromtitle,parentforums |
Advert | |
|
04-09-2024, 06:10 PM | #9456 |
Wizard
Posts: 1,165
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
|
Hi, this is a mostly cosmetic question.
Yesterday, when I selected "Download from URL's" in FFF the URL was black with no underline. Today, the URLs are blue with and underline. Is this a new change with Calibre or something else? I don't recall making any changes in Calibre that would change the appearance of the URLs so now I'm curious as to what happened. I'm not sure if changes to browsers would impact the color of the urls? Thanks, Amalthia |
04-09-2024, 06:35 PM | #9457 |
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
You're talking abou the appearance of URLs that you put in the edit box of the "Download from URLs"? After you've put them in?
I'm not aware of anything changing about that. I suspect it would depend on OS and browser, plus how you put the URLs in. OTOH, I don't think it matters. Only the text itself is used. Unless it somehow isn't working correct now when you go to do the downloads. |
04-09-2024, 06:40 PM | #9458 |
Custom User Title
Posts: 9,575
Karma: 64960983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Could it have anything to do with the plain text changes for personal.ini? Completely different dialog, though.
|
04-09-2024, 06:49 PM | #9459 |
Wizard
Posts: 1,165
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
|
Yes, this is what I'm talking about. The downloads work and everything but I was curious as to why the color and underline changed from one day to the next. It's a cosmetic change as far as I can tell.
|
04-09-2024, 08:18 PM | #9460 | ||
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Quote:
I'm not seeing it happen, so that severely limits my ability to figure it out. If you really want to know what's going on, I would need to know your OS, browser, Calibre version, site & page your copying from, and exact steps taken (ie copy/paste or drop/drop). |
||
04-10-2024, 12:30 AM | #9461 | |
Wizard
Posts: 1,165
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
|
Quote:
I probably changed something in my browser that's affecting how the urls look when I copy and paste. thanks for your help! Amalthia |
|
04-10-2024, 11:40 AM | #9462 |
Well trained by Cats
Posts: 30,452
Karma: 58055868
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Is this a case of links being visited vs not coloring (default is reddish when visited and blue for not)
I know a lot of books override those to Black |
04-13-2024, 07:48 AM | #9463 |
Connoisseur
Posts: 50
Karma: 10
Join Date: Jul 2021
Device: None
|
Literotica seems to be have stopped working since the website rolled out a new version of the author page. Fix appreciated.
|
04-13-2024, 07:53 AM | #9464 |
Custom User Title
Posts: 9,575
Karma: 64960983
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
|
04-13-2024, 11:15 AM | #9465 | ||
Plugin Developer
Posts: 6,594
Karma: 4600391
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
|
Quote:
Quote:
I have just found a way to get formatted/colored URL text to appear in the URL dialog: Drag/drop or copy/paste some text from browser containing URLs that aren't story URLs. |
||
Tags |
fanfiction |
|
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 |