Hi,
I have used foobar2000 for a short time and have <LAST_PLAYED> etc as tags in certain files. I think that this is due to the use of foo_playcount_custom plugin.
I have now moved to 0.9.5.3 and want to standardise on default plugins but I would also like to keep the statistics and somehow import them into foobar200.cfg.
For example, a track may have the following:
<FIRST_PLAYED> 2007-10-19 14:05:31
<LAST_PLAYED> 2007-10-19 14:36:45
<PLAY_COUNTER> 2
I want to be able to use something like:
[$select($day_of_month(%last_played%);,1st,2nd,3rd,4th,5th,6th,7th,8th,9th,10th,11th,12th,13th,14th,15th,16th,17th,18th,19th,20th,21t
h,22nd,23rd,24th,25th,26th,27th,28th,29th,30th,31st) $select($month(%last_played%),of January,of February,of March,of April,of May,of June,of July,of August,of September,of October,of November,of December), $year(%last_played%)] [ $time(%last_played%)]
to display last played time but obviously, I cannot do this if the stats are not in the config file.