Quote:
Originally Posted by indecisivemess
<snipped chunk of personal.ini>
|
I couldn't make heads nor tails of what's going wrong with the code you shared, so I copied mine over and adjusted some lines to work with your setup, but it's possible I missed some parts. I had to download a portable build of calibre and copy your custom columns so I can do some tests. I wrote a few notes on the personal.ini you shared and the changes I made:
- Why was the [default] section label commented?
- Removed css-style comments in the add_to_output_css section, Fanficfare only accepts # for comments and in their own lines
- Remove inline comments in metadata replacements, affects metadata values and how the lines are parsed
- Used double hashtags for commentary and single hashtag for commenting an option
- Added another replace_metadata line for icons since you have always_login set to false which would mean empty values for bookmarked and subscribed, this will set the default icon to what it would also be if not bookmarked and not subscribed
- Changed to numChapters=>#chapters since the #chapters column is an integer type
The icons are in HTML code so I have to share it from a
pastebin site or else mobileread will convert it into an icon.
Attached are the Fanficfare settings you'll need to adjust.