INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: newHAPPYuser2015 on September 16, 2015, 02:41:20 pm
-
In tagging window it shows last played date for a song as 19,3 days ago for example. Is it possible to create a column that would show last played date in this format - last played n days ago, not just a date like default 'last played' field?
Thanks
-
Here's a start (it's an expression, so make an expression column):
FormatDate([Last Played, 0],elapsed) ago
-
Thanks. Rounded it to whole days
FormatDate([Last Played, 0], d, elapsed) days ago
FormatDate([Last Played, 0],elapsed) ago is a bit too precise for my taste - it shows time right down to seconds for some songs and updates every few seconds, for example ''6:26:28 ago''. Looks kinda funny.