Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-11-02 Thread amatala
OK, I did something like this, seems to be a good starting point: select tracks.url from tracks join tracks_persistent on tracks.id=tracks_persistent.id join genre_track on tracks.id=genre_track.track join genres on genre_tra

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-11-02 Thread amatala
No, I don't need anything that complex. I would simply like a Random Mix which picks up the tracks with the lowest PlayCount in my collection. In a first phase I don't even care about LastPlayed because I still have thousands of tracks with 0 plays - so I want the Random Mix to play those first.

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-11-02 Thread erland
amatala;480595 Wrote: > Actually if I understand this correctly, I do not need Trackstat. > I only need DynamicPlaylist and SQLPlaylist because the LastPlayed and > PlayCount info is already stored in the standard SqueezeCenter database > - this is enough to write some custom "least recently play

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-11-02 Thread amatala
Actually if I understand this correctly, I do not need Trackstat. I only need DynamicPlaylist and SQLPlaylist because the LastPlayed and PlayCount info is already stored in the standard SqueezeCenter database - this is enough to write some custom "least recently played" SQL in order to get the lea

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-11-01 Thread amatala
OK, I'll try with Trackstat and SQLPlaylist, see how it goes. Thanks! -- amatala http://www.last.fm/user/amatala amatala's Profile: http://forums.slimdevices.com/member.php?userid=15972 View this thread: http://forums.sl

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-10-31 Thread snarlydwarf
amatala;479545 Wrote: > Hello, > > Do I have to install TrackStat in order to play RandomMixes which give > higher priority to the least recently played tracks? Is it possible to > also take into account the genre at the same time - e.g. RandomMix of > least recently played Classical tracks... ?

Re: [SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-10-31 Thread amatala
No one can help me with this? I thought that TrackStat was a very popular plugin - lots of users who know it well... Thanks! -- amatala http://www.last.fm/user/amatala amatala's Profile: http://forums.slimdevices.com/mem

[SlimDevices: Plugins] RandomMix with Least Recently Played Tracks

2009-10-30 Thread amatala
Hello, Do I have to install TrackStat in order to play RandomMixes which give higher priority to the least recently played tracks? Is it possible to also take into account the genre at the same time - e.g. RandomMix of least recently played Classical tracks... ? Do I need to install anything els