Difference between revisions of "Foobar2000:Titleformat Playback Statistics"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Disclaimer: is not needed anymore, was .9 beta time)
m (%played_per_day%: wrong explanation)
Line 17: Line 17:
 
=== %played_per_day% ===
 
=== %played_per_day% ===
  
Returns the average of how many times per day track has been played, from the moment it was added to media library. If the track has not been played yet, the field does not exist.
+
Returns the average of how many times per day track has been played, better said average daily playcount between %first_played% and %last_played%. If the track has not been played yet, the field does not exist.
  
 
=== %added% ===
 
=== %added% ===

Revision as of 21:21, 10 June 2008

Playback statistics

Special fields

%play_count%

Returns how many times this tracks has been played. If the track has not been played yet, the field does not exist.

%first_played%

Returns the date and time when the track was first played. If the track has not been played yet, the field does not exist.

%last_played%

Returns the date and time when the track was last played. If the track has not been played yet, the field does not exist.

%played_per_day%

Returns the average of how many times per day track has been played, better said average daily playcount between %first_played% and %last_played%. If the track has not been played yet, the field does not exist.

%added%

Returns the date and time at which track has been added to media library. Even if the track has not been played yet, the field exists, logically.

%rating%

Returns Rating Value (can be integer from 1 to 5). If the track has not been rated yet, the field does not exist.



The format of the returned values for both %first_played% and %last_played% are

 YYYY-MM-DD hh:mm:ss

The different parts of the format have the following meaning:

  • YYYY: year (four digits)
  • MM: month (two digits)
  • DD: day of month (two digits)
  • hh: hour (two digits)
  • mm: minute (two digits)
  • ss: second (two digits)