View Single Post
Old 04-22-2015, 11:00 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,449
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
You can do what you want but it might be very slow, especially for larger libraries. Calibre will need frequently to check the format file mod times. If you sort by the column then calibre must retrieve the mod time of every format file. With that proviso ...

Create a custom column based on other columns. Don't use the "acts like tags" variant. Set it to sort by date. Put the following into the template field:
Code:
program:
	sublist(list_re(formats_modtimes('yyyy-MM-dd hh:mm:ss'), ',', '.*?:(.*)', '\1'), 0, 1, ',')
chaley is offline   Reply With Quote