Quote:
Originally Posted by Rellwood
How can I change the format of the dates in the details page to the same that I have in Calibre dd MMM yyyy
|
From defaults.ini:
Code:
## Date formats used by FanFicFare. Published and Update don't have time.
## See http://docs.python.org/library/datetime.html#strftime-strptime-behavior
## Note that ini format requires % to be escaped as %%.
dateCreated_format:%%Y-%%m-%%d %%H:%%M:%%S
datePublished_format:%%Y-%%m-%%d
dateUpdated_format:%%Y-%%m-%%d
Some sites override these when they have times for published and updated, so I'd put these under [epub] or even [overrides] to take precedence over site level defaults.
Quote:
Originally Posted by Rellwood
Is there a way of updating the details page - after metadata changes have occured in the edit metadata?
...
I would like the ability to "re-run" the update metadata to include new items in the details page, but not have to use the plugin to go to the site in case the story has been removed.
|
Use Update Always mode.
I spent a fair amount of time a couple different times trying to fit that ability in without re-architecting or being completely non-intuitive and gave up.
Past post.
You might consider using Calibre's metadata jacket--it can be applied to any book, not just FFF output, although has other complications.
Past post.