Head-Fi.org › Forums › Equipment Forums › Computer Audio › on foobar playback_Statistics - I'd like to calculate difference in days (or hours) between %first_played% and %last_played%.
New Posts  All Forums:Forum Nav:

on foobar playback_Statistics - I'd like to calculate difference in days (or hours) between...

post #1 of 3
Thread Starter 

 

on foobar playback_Statistics - I'd like to calculate difference in days (or hours) between %first_played% and %last_played%.Is there a function that assists in this?

 

I can go through something like 30*$month(%last_played%)+$day_of_month(...) - ..... But that would be inaccurate and lengthy.

 

I'm wondering if theres a function or trick to this nicer.

 

Thanks!

post #2 of 3

I guess you want to do something similar to DADA auto rating script. You might use foo_dynfil that include an additional $date_diff function like DADA script for your purpose, otherwise you have to write your own script to calculate the difference between two dates.

post #3 of 3
Thread Starter 

Wow! This is actually exactly what I wanted to do.

Thanks for pointing this out to me!

New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Computer Audio
Head-Fi.org › Forums › Equipment Forums › Computer Audio › on foobar playback_Statistics - I'd like to calculate difference in days (or hours) between %first_played% and %last_played%.