Windows > Third Party Plug-ins, Programs, and Skins
ZStats tool to process [Play History] statistics, generate TOP N playlists
zybex:
Published v1.0.4 to improve pre-history timestamp distribution.
https://github.com/zybexXL/MCStats/releases/tag/v1.0.4
marko:
Hi zybex, I got a short amount of time to mess with this today... long enough to figure some stuff out and get the stats fields and playlists populated. ~140,000 records processed in 6 minutes.
Now... I've not had time to (and am out of time now) digest the data inserted into the stats fields, but have a question regarding this:
--- Code: ---## History field to read - must be a list containing the play timestamps for the track
## numeric date format and the current PC date format are recognized automatically.
--- End code ---
My system date format is "dd/MM/yyyy HH:mm:ss"
However, for sorting and readability, I store(d) the history data as "yyyy/MM/dd HH:mm:ss".
Will ZStats automatically read these dates?
When I set that date format in the ini file at "HistoryFormat", the program would not run, so I took it out, left the rest at default, and then it appears to have done its job, but, has it? :)
-marko
zybex:
You found a bug! Looks like I introduced a few when I reworked the Config file in v0.94.
Published ZStats v1.0.5:
- Fix HistoryFormat config option
- Fix MidnightOffset config option
--- Quote ---However, for sorting and readability, I store(d) the history data as "yyyy/MM/dd HH:mm:ss".
Will ZStats automatically read these dates?
When I set that date format in the ini file at "HistoryFormat", the program would not run, so I took it out, left the rest at default, and then it appears to have done its job, but, has it? :)
--- End quote ---
If it can't parse your dates it will print an error message saying so. So if there's no error, it worked... though I find it strange that it could parse dates in a different format than what you have setup in windows.
Please re-run using the new version where you can setup the correct HistoryFormat, just to be sure.
lepa:
I guess it is not possible to use multiple fields for grouping? Say [Artist][Name] to get actual numbers for particular song which exist in multiple albums. Could of course make combined field inside MC to achieve this now that i think of it
zybex:
--- Quote from: lepa on February 11, 2022, 02:28:00 pm ---Could of course make combined field inside MC to achieve this now that i think of it
--- End quote ---
Indeed, that's why I didn't add that as a feature and decided to keep it simple.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version