Quote:
Originally Posted by Ascello
I have an atypical question: So, I wrote myself a site adapter for a personal blog-thingy (so sorry, can't share this one), and it works just fine with CLI version, once I dropped it in proper folder. However, i would like to use it with Calibre.
...
|
The plugin code is all in the plugin zip file. If you put your adapter (and edited __init__.py file) in fanficfare\adapters in the installed zip file it should work.
You can find the dir with the plugin zips from Calibre Preferences > Misc > Open calibre config dir. Dir named 'plugins'.
Quote:
Originally Posted by ownedbycats
This adds the chapterslashtotal to the end of the titlepage. What should I do if I instead want to replace chapters? (Forum search is a pain to use.)
Less a priority, but is it possible to display it for only "5/10" and not "5/?" or "5/5"?
EDIT: Copy category? Need to figure out the regex.
|
Replace titlepage_entries instead of add_to_. The default value in defaults.ini is under [defaults].
Suppressing or removing "/\?" should be easy enough, just remember to escape the '?'. The key to 5/5, 6/6, etc is regexp
back references.
No idea what you mean by copying
category. What's that have to do with chapters?