I am looking for an easy way to check on the last time a specific track has been playing. I want this because I try to configure my playlist generators (mainly MusicIP) in a way so that they avoid tracks that have been recently played, and being able to check the last played date of a track helps immensely in checking whether that worked as intended ;)
Please define "easy"... there's the persist.db database which has some information about your tracks. Eg. there's the lastPlayed column, which would give you that information. Whether that's easy depends on what you want to do :-).
So my question is, do you have any idea how to easily access the "last played" info for any track through the web UI - ideally also accessible through Craig's magnificent Material skin?
You'd have to write a CLI command to read $trackObj->lastplayed. Wouldn't be too hard to do. But then you'd also have Craig to add support for itl. A lot of small pieces, rather than an easy way.
Btw, same question goes for the "total # of times played" info, but the "last played" is slightly more important to me.
That would be $trackObj->playcount (or the playCount column in the raw table)
-- Michael _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
