Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_playcount_sql, xml-export, match entries with files (Read 1183 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foo_playcount_sql, xml-export, match entries with files

Hi,


with foo_playcount_sql you can export your Playback Statistics to a XML-file. I'm programmer for PHP and would like to write a little script using this XML-File.

But the entries look like this:(

<Entry ID="166c0be2e38d7c95" Count="38" FirstPlayed="129679249500231441" LastPlayed="129748216671585111" Added="129679248782790406" />

1. Any ideas how to match the given ID to the corresponding file?
2. What kind of date type is 129679249500231441? Doesn't seem to be timestamp...


Thanks a lot!
Fulbert

foo_playcount_sql, xml-export, match entries with files

Reply #1
ID is a file identifier hash generated by the database component, in this case from several tags so that entries may be file format and/or encoding independent. All of the time stamps are in Windows FILETIME units.