|  06-30-2017, 01:04 AM | #2281 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Code: custom_columns_settings: "false"=>#read | 
|   |   | 
|  06-30-2017, 01:19 AM | #2282 | 
| Enthusiast            Posts: 43 Karma: 70238 Join Date: Jun 2014 Device: none | 
			
			[QUOTE=JimmXinu;3545886] Code: custom_columns_settings: "false"=>#read | 
|   |   | 
|  06-30-2017, 04:31 AM | #2283 | 
| Member  Posts: 10 Karma: 10 Join Date: Aug 2016 Device: Samsung S6 Phone | 
			
			I'm trying to make custom columns from the FimFiction metadata.  I think the plugin does download the data, but I don't know what I have to do in order for the downloaded metadata to show up.  (Also dramione.org doesn't exist anymore.) For example, I can't find how to make the Like or Dislike data appear in the custom columns. | 
|   |   | 
|  06-30-2017, 05:33 AM | #2284 | 
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | 
			
			Since http://www.storiesofarda.com/index.asp doesn't automatically add characters as metadata I've decided to do it myself, since I can search the site for stories based on specific characters. Unfortunately I hadn't calculated on the fact that when I add a new character to a handful of stories which already have existing information in my Character column, the existing information gets deleted. Is there any way to get around this or do I have to add them individually to each story?
		 | 
|   |   | 
|  06-30-2017, 09:56 AM | #2285 | ||
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 dramione.org is already on my list of sites to remove in the next version, thanks. Quote: 
 | ||
|   |   | 
|  06-30-2017, 10:00 AM | #2286 | 
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | 
			
			Do I add it in my personal.ini? Because I can't see it anywhere in the custom column settings in the plugin.
		 | 
|   |   | 
|  06-30-2017, 10:03 AM | #2287 | |
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 | |
|   |   | 
|  06-30-2017, 10:12 AM | #2288 | 
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | 
			
			I have a feeling I might have done this wrong: Code: [www.storiesofarda.com]
is_adult:true
replace_metadata:
    rating=>^R$=>Mature
    rating=>^G$=>Kids
    rating=>^PG$=>Older Kids
    rating=>^PG-13=>Teen
#custom_columns_settings:
 #characters => ',a' | 
|   |   | 
|  06-30-2017, 11:41 AM | #2289 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			@Tanjamuse, try this--changing #your_custom_column of course: Code: custom_columns_settings: characters=>#your_custom_column,a | 
|   |   | 
|  06-30-2017, 12:20 PM | #2290 | 
| Enthusiast  Posts: 42 Karma: 10 Join Date: Aug 2015 Device: pc | |
|   |   | 
|  06-30-2017, 12:34 PM | #2291 | |
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | Quote: 
 Here's what I have: Code: [www.storiesofarda.com]
is_adult:true
replace_metadata:
    rating=>^R$=>Mature
    rating=>^G$=>Kids
    rating=>^PG$=>Older Kids
    rating=>^PG-13=>Teen
custom_columns_settings:
 characters=>#characters,a | |
|   |   | 
|  06-30-2017, 02:23 PM | #2292 | ||
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | Quote: 
 It does, however, still work from the web service. That's two points of function, so I'll leave it in. Quote: 
 I assume you left the custom columns setting in the GUI tab for your #characters column to be filled with 'Characters'. If so, that is applied first, then custom_columns_settings in personal.ini is applied (if the checkbox is checked). Which works fine for the default (r=replacement) but not the a flag you're trying to use. Because the GUI setting has already replaced the old settings. So instead, you need to remove that setting from the GUI settings (set it to blank) and use only custom_columns_settings for that column. Instead of a [www.storiesofarda.com] specific setting, I assume you'll want something like: Code: [defaults] add_to_custom_columns_settings: characters=>#characters,a Alternatively, you could check the 'New Only' checkbox in the GUI for your #characters column, keep the [www.storiesofarda.com] specific setting and get nearly the same effect. | ||
|   |   | 
|  06-30-2017, 02:28 PM | #2293 | 
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | 
			
			The site doesn't add the characters to any metadata column, as far as I can see. The only reason I stumbled across this was because of my desire to add the characters I can use in a search for stories on the site to the stories in Calibre so that I can use them there as well. I will try your new suggestion and let you know how it goes. | 
|   |   | 
|  06-30-2017, 02:48 PM | #2294 | 
| Wizard            Posts: 1,327 Karma: 5306 Join Date: Jan 2014 Device: none | 
			
			I have now tried: 1. Removing the characters column in the custom columns settings, and added the part to the default section. Code: [defaults] add_to_custom_columns_settings: characters=>#characters,a 2. Added the column for characters in the custom column settings and a checkmark in "New Only" and the site specific metadata. Code: [www.storiesofarda.com] custom_columns_settings: characters=>#characters,a I've restarted calibre in-between each try in case the plugin needed that. This problem only exists when I try to add new characters to multiple stories at once. | 
|   |   | 
|  06-30-2017, 03:00 PM | #2295 | 
| Plugin Developer            Posts: 7,126 Karma: 5005503 Join Date: Dec 2011 Location: Midwest USA Device: Kobo Clara Colour running KOReader | 
			
			Tanjamuse - Both of those solutions worked when I tried them.  Which suggests that we may be operating under different assumptions. When you said "...it still removes the existing characters when I add new ones." What do you mean? Please describe in detail what you are doing--Because I assumed you had added code to the site adapter to add additional characters to the metadata. | 
|   |   | 
|  | 
| 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 |