Now that you mentioned it, I have been using this script in MM4 in the past
viewtopic.php?p=161971#p161971
to update last history played date as I would get discrepancies (I wasn't sure why but it now makes sense) - I never really noticed the statistic report in mm4 before because of the volume of play history. Only noticed while testing in MM5 since I only loaded a handful of albums.
Add LastPlayedDate as a HistoryPlay
This function looks for tracks which have:
- More playcount than in MM's internal History
- Current LastPlayedDate doesn't exist as a play in the History
You can then add the LastPlayedDate as a HistoryPlay
Useful to create one accurate HistoryPlay from portable devices
which synchs LastPlayedDate and increases the PlayCount.
Use it after you have synched your device to MM
Tracks that have been played more than once on the device
needs to get more HistoryPlays created. Use AddPlays for that.
Now that you mentioned it, I have been using this script in MM4 in the past https://www.mediamonkey.com/forum/viewtopic.php?p=161971#p161971
to update last history played date as I would get discrepancies (I wasn't sure why but it now makes sense) - I never really noticed the statistic report in mm4 before because of the volume of play history. Only noticed while testing in MM5 since I only loaded a handful of albums.
Add LastPlayedDate as a HistoryPlay
This function looks for tracks which have:
- More playcount than in MM's internal History
- Current LastPlayedDate doesn't exist as a play in the History
You can then add the LastPlayedDate as a HistoryPlay
Useful to create one accurate HistoryPlay from portable devices
which synchs LastPlayedDate and increases the PlayCount.
Use it after you have synched your device to MM
Tracks that have been played more than once on the device
needs to get more HistoryPlays created. Use AddPlays for that.