| 
			
			 | 
		#7171 | 
| 
			
			
			
			 Grand Sorcerer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 24,905 
				Karma: 47303824 
				Join Date: Jul 2011 
				Location: Sydney, Australia 
				
				
				Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			As @JimmXinu said, "Fantastic Fiction" is a metadata source plugin. It should work unless you didn't update it before updating to the Python 3 version of calibre. If you don't plan to use it, delete the plugin file from the configuration directory. Having it there won't harm anything, but, the error would distract me when debugging a problem.
		 
		
	
		
		
		
		
		
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7172 | 
| 
			
			
			
			 Custom User Title 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,359 
				Karma: 79528341 
				Join Date: Oct 2018 
				Location: Canada 
				
				
				Device: Kobo Libra H2O, formerly Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I came across a strange replace_metadata issue. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Code: 
	[https://archiveofourown.org/works/39162696] replace_metadata: status=>Completed=>In-Progress a) Is this intended to happen? I noticed it with other replace_metadatas under url sections too, but I'm not sure if I'm doing something wrong. b) Is there an option other than replace_metadata to swap out the status? I suppose I could just copy the relevant replace_metadatas down to the story section if I have to. Last edited by ownedbycats; 05-23-2022 at 09:02 AM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#7173 | |
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7174 | 
| 
			
			
			
			 Custom User Title 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,359 
				Karma: 79528341 
				Join Date: Oct 2018 
				Location: Canada 
				
				
				Device: Kobo Libra H2O, formerly Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I forgot about that.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	  Thank you.
		 | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7175 | 
| 
			
			
			
			 Custom User Title 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,359 
				Karma: 79528341 
				Join Date: Oct 2018 
				Location: Canada 
				
				
				Device: Kobo Libra H2O, formerly Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Also, a quick question: Is using generate_cover_settings on site the same thing as selecting the per-site settings in the Calibre Cover tab?  
		
	
		
		
		
		
		
		
		
		
		
		
		
			I'm mostly wondering why the latter fails when I use replace_metadata on the sites. If it's the same code, it makes more sense (e.g. running it on 'category', users would want to run it on a merged 'The Elder Scrolls' rather than have a bunch of duplicate rules for the original Morrowind and Oblivion and Skyrim categories). Code: 
	replace_metadata: 
## Prettyizes fanfiction publishers.
 site=>www.fanfiction.net=>FanFiction.net
 site=>archiveofourown.org=>Archive of Our Own
generate_cover_settings:
## Per-publisher
 ${site}=>^FanFiction.net$=> FFNet
 ${site}=>^Archive of Our Own$=>AO3
Last edited by ownedbycats; 05-23-2022 at 01:02 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| Advert | |
| 
         | 
    
| 
			
			 | 
		#7176 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			site is used to determine GC settings both in INI and from GUI. 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Honestly, I never really considered anyone changing site--and I would recommend against it. Instead, I suggest you modify publisher. For historical reasons, FFF uses site internally while publisher is copied from site and used to populate Calibre's Publisher column and (by default) on title page. Doing so would require you to use the original www.fanfiction.net, etc in generate_cover_settings I've tested it and replace_metadata on site applies to GC settings as I expected.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7177 | 
| 
			
			
			
			 Custom User Title 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,359 
				Karma: 79528341 
				Join Date: Oct 2018 
				Location: Canada 
				
				
				Device: Kobo Libra H2O, formerly Aura HD 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I didn't realize that they could be used separately. I'll change it right away. 
		
	
		
		
		
		
		
		
		
		
		
		
		
			Can publisher==Archive of Our Own be used as a conditional, or is it better change it all to site==archiveofourown.org? (Or should I just move it all to an add_to under the site-specific settings?) EDIT: publisher== seems to work, so that's good.  
		Last edited by ownedbycats; 05-23-2022 at 01:45 PM.  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7178 | |
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 It would definitely be less hassle if you later decided you want publisher to be AO3 instead or whatever. Putting replace/GC lines in site specific sections instead of using conditionals in [defaults] will be more efficient when d/l'ing from other sites because then they won't need to be checked.  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7179 | |
| 
			
			
			
			 Zealot 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 106 
				Karma: 4486 
				Join Date: Mar 2020 
				Location: Netherlands 
				
				
				Device: i-pad 
				
				
				 | 
	
	
	
		
		
		
		
		 Quote: 
	
 It wasn't bothering me perse, just when you get that error and you're looking for the source you come across all errors   and then there is that tiny possibility that that could be contributing to the problem. Best to get rid of it before.
		 | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7180 | 
| 
			
			
			
			 Junior Member 
			
			![]() Posts: 1 
				Karma: 10 
				Join Date: May 2022 
				
				
				
				Device: none 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Hi, sorry to bother, again, and with https://wuxiaworldsite.net/ again, but is not working anymore . 
		
	
		
		
		
		
		
		
		
		
		
		
	
	Thanks  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7182 | 
| 
			
			
			
			 Member 
			
			![]() Posts: 12 
				Karma: 10 
				Join Date: May 2020 
				
				
				
				Device: Android Phone 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			I'm getting an error when I try to update Ao3 stories through email. It fetches the metadata and downloads the books, but then the notification to add them to the library isn't there. It reappears after downloading/updating another story.  
		
	
		
		
		
		
		
		
		
		
		
		
	
	Also, another seems to only happen when there's a series under the links (I click "Yes to all" when it asks to skip the anthology story). The 2 problems started around 1 week ago. (the 2nd Error is: Unhandled exception. TypeError: '<' not supported between instances of 'int' and 'NoneType')  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7183 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			Try the lastest test version (see my sig below).   
		
	
		
		
		
		
		
		
		
		
		
		
	
	If you still have problems, run in Calibre debug mode (under Calibre preferences dropdown), reproduce the problem and post the debug log (please use [spoiler][code] tags, attach as a file, or upload somewhere and post link).  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7184 | 
| 
			
			
			
			 Plugin Developer 
			
			![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,136 
				Karma: 5005503 
				Join Date: Dec 2011 
				Location: Midwest USA 
				
				
				Device: Kobo Clara Colour running KOReader 
				
				
				 | 
	
	
	
		
		
		
		
		 
			
			New Test Version Posted 
		
	
		
		
		
		
		
		
		
		
		
		
	
	2022-05-26 - adapter_mediaminerorg: More story URL forms. #845  | 
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
| 
			
			 | 
		#7185 | |
| 
			
			
			
			 Connoisseur 
			
			![]() Posts: 79 
				Karma: 10 
				Join Date: Jul 2010 
				
				
				
				Device: Pocketbook InkPad Color 3, Kindle Oasis 2, Moon+ Reader pro 
				
				
				 | 
	
	
	
		
		
			
			 
				
				custom_columns_settings
			 
			
			
			The update on May 18 invalidated something in my personal.ini. Does anyone please have a quick tip on what I need to adjust?  
		
	
		
		
		
		
		
		
		
		
		
		
	
	So far the following has worked fine for FFN: Code: 
	[fanfiction.net] use_flaresolverr_proxy:true never_make_cover: false custom_columns_settings: category=>#ts category=>tags Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
		
		
		
			 
		
		
		
		
		
		
		
			
		
		
		
	 | 
![]()  | 
            
        
            
| Tags | 
| fanfiction | 
            
  | 
    
			 
			Similar Threads
		 | 
	||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| [GUI Plugin] KindleUnpack - The Plugin | DiapDealer | Plugins | 527 | 08-15-2025 02:36 PM | 
| [GUI Plugin] Open With | kiwidude | Plugins | 404 | 02-21-2025 06:42 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 |