Quote:
Originally Posted by Tanjamuse
Is it possible to have both a custom column with Created date and another column with modified date?
Because at the moment they're showing the same time and date.
|
Created date from FFDL is when FFDL last created/updated the ebook file. calibre's modified date is when the book in calibre was last modified. See the connection? They will be the same a lot of the time.
Quote:
Originally Posted by Tanjamuse
I also have some problems with my custom Column for ratings. It shows up all weird.
|
The changes for the split-list feature last month slipped in a small change in behavior for non-split-list replace_metadata. Instead of applying each replace line from top to bottom it's using just the bottom most matching replace line.
I believe the attached test version will restore the old behavior. But might cause problems if people have crafted their replace_metadata since then not expecting it.
Changing your patterns to exact matches will work with either:
Code:
rating=>^PG-13$=>Teen
rating=>^PG$=>Older Kids
rating=>^G$=>Kids