|  09-20-2022, 09:22 PM | #7561 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			https://github.com/JimmXinu/FanFicFare/issues/884 Before the fix, if you repeatedly did "Update metadata from stored column" with add_genre_when_multi_category:Crossover, the stored value of genre would end up with multiple copies of Crossover. In practice, it basically never mattered. Normal de-duping removed it before use for anything, and a normal (from site) update would overwrite it in the saved metadata column. add_category_when_multi_category actually needed more attention, getting both a de-dup and a sort step (when needed), and is now applied when keep_in_order_category:true, which didn't happen before. | 
|   |   | 
|  09-20-2022, 09:35 PM | #7562 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Thanks. I didn't realize the number was for a github ticket.    | 
|   |   | 
|  09-21-2022, 12:27 PM | #7563 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Sep 2022 Device: none |   
			
			Hi! I'm trying to download some fics from Chosentwofanfic.com but I have an issue with the series collection. I'll explain it with an example. I've downloaded a three part series collection ( fic 1 , fic 2 , fic 3) but, I don't know why, it has an incorrect series numbers in calibre and inside the books. For example in this case, the series 2 and 3 have the numbers 4 and 7 (see attached images). This is my personal.ini: Code: [chosentwofanfic.com] use_basic_cache:true extra_valid_entries:disclaimer, read, series00,series01, series02, series03, series00Url, series01Url, series02Url, series03Url, series00HTML, series01HTML, series02HTML, series03HTML, series04HTML, series05HTML, series06HTML, series07HTML, series08HTML, series09HTML, warning disclaimer_label: Disclaimer add_to_titlepage_entries:,disclaimer, read website_encodings:Windows-1252,utf8,iso-8859-1 ## Site dedicated to these categories/characters/ships extracategories:Buffy the Vampire Slayer (TV) series00HTML_label:Series series01HTML_label:Additional Series series02HTML_label:Additional Series series03HTML_label:Additional Series series04HTML_label:Additional Series series05HTML_label:Additional Series series06HTML_label:Additional Series series07HTML_label:Additional Series series08HTML_label:Additional Series series09HTML_label:Additional Series storyUrl_label:Story URL author_label:Author authorUrl_label:Author URL ships_label:Relationships warning_label:warning reads_label:Read is_adult:true ## This section will override anything in the system defaults or other ## sections here. [overrides] ## default varies by site. Set true here to force all sites to ## collect series. collect_series: true  . If possible, could you please help me?? thank you! | 
|   |   | 
|  09-21-2022, 09:32 PM | #7564 | 
| Connoisseur            Posts: 97 Karma: 100000 Join Date: Nov 2010 Device: KOA3, KV, KOA2 | |
|   |   | 
|  09-22-2022, 01:29 PM | #7565 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-09-22 - adapter_chosentwofanficcom: Site has several links to each story in a series page. Should be fixed with this test version. Last edited by JimmXinu; 09-22-2022 at 01:32 PM. | 
|   |   | 
|  09-22-2022, 09:30 PM | #7566 | 
| Junior Member  Posts: 8 Karma: 10 Join Date: Sep 2022 Device: none | |
|   |   | 
|  09-25-2022, 12:47 PM | #7567 | |
| Junior Member  Posts: 5 Karma: 10 Join Date: Sep 2021 Device: Apple Books, Kindle | 
			
			Hi, I have two columns for tags, one contains the original tags of the work, and the other is a custom column with cleaner tags. I was wondering how could I directly set it in the personal.ini? I use have this to replace metadata in a column, but this time I would like not to replace, but to affect it to another column. Quote: 
 | |
|   |   | 
|  09-26-2022, 11:35 AM | #7568 | |
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 
 Code: [defaults] add_to_extra_valid_entries:,myfandoms include_in_myfandoms:fandoms add_to_replace_metadata: myfandoms=>Boruto: Naruto Next Generations=>Naruto ... add_to_custom_columns_settings: myfandoms=>#myfandoms See the ini file wiki page for full details about what add_to_ means and section precedence. | |
|   |   | 
|  09-26-2022, 11:37 AM | #7569 | 
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-09-26 - Disable Cancel during metadata update ProgBar. | 
|   |   | 
|  09-26-2022, 04:32 PM | #7570 | 
| Junior Member  Posts: 5 Karma: 10 Join Date: Sep 2021 Device: Apple Books, Kindle | 
			
			Thank you for the response! This will all of the existing metadata in the custom column, right? And if so, is there a way afterwards to delete everything that hasn't been replaced? | 
|   |   | 
|  09-26-2022, 04:55 PM | #7571 | |
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 There isn't any mechanism to automatically remove values you haven't changed. You can use the include_metadata_post feature to restrict the list of what's kept. | |
|   |   | 
|  09-26-2022, 06:53 PM | #7572 | 
| Junior Member  Posts: 6 Karma: 10 Join Date: Feb 2016 Device: none | 
				
				adult-fanfiction.org Broken
			 
			
			Tried some adult-fanfiction.org links, they seem to be breaking, giving a "'NoneType' object has no attribute 'findAll'" error.  The site seems to have undergone some cosmetic changes, possibly as a result of a malware injection last week, so that might have broken it. | 
|   |   | 
|  09-27-2022, 11:05 AM | #7573 | |
| Plugin Developer            Posts: 7,125 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			New Test Version Posted 2022-09-27 - adapter_adultfanfictionorg: Fixes for site changes. Quote: 
 | |
|   |   | 
|  09-29-2022, 07:08 PM | #7574 | 
| Custom User Title            Posts: 11,347 Karma: 79528341 Join Date: Oct 2018 Location: Canada Device: Kobo Libra H2O, formerly Aura HD | 
			
			Question: What does an "uninitialized error" mean in the browser cache? Thankfully I got it working after clearing cache and reloading the chapters into it.
		 | 
|   |   | 
|  09-29-2022, 07:49 PM | #7575 | |
| Junior Member  Posts: 5 Karma: 10 Join Date: Sep 2021 Device: Apple Books, Kindle | 
			
			Oh right, I meant "add all the existing". Thank you, I tried using the features you mentioned and read about them on github but my custom columns won't feed. I made an example in which: - #tw is a custom column which should only contain death or mcd if any - tags is the default tags column which should only contain alternate canon or modern Quote: 
 | |
|   |   | 
|  | 
| Tags | 
| fanfiction | 
| 
 | 
|  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 |