View Single Post
Old 07-28-2014, 05:51 PM   #3171
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,037
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
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 View Post
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

Last edited by JimmXinu; 08-01-2014 at 01:39 PM. Reason: Remove obsolete beta versions
JimmXinu is offline