Hi all,

For the record: I'm still very happy with DP3 ;-).
Mainly I'm making (ahem, "hacking together", 'with a little help'
(https://www.cameron.willmot.ca/posts/dynamicplaylist/)) my own custom
Dynamic Playlists that should work -without user interaction-, so just
click and play.
I've got things like "Toprated songs added in the past year, and in
genre X, Y, Z" working perfectly.

The only thing that's not (really) working is *excluding songs that were
played recently* (say: in the last 3 days).
This SQL with Beatles top rated tracks is playing fine (no errors in the
log):

36019

...but the 


Code:
--------------------
    and ifnull(track_statistics.lastplayed,0)<(STRFTIME("%s",DATE('NOW','-3 
DAY')))
--------------------


seems to be ignored, because Carry That Weight is queued, but it
shouldn't have been because it was last played yesterday:

36020

How do other people do this?

Thanks,
Randy


+-------------------------------------------------------------------+
|Filename: 02.jpg                                                   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=36020|
+-------------------------------------------------------------------+


1x Classic / 2x Radio / 2x Receiver / 1x DAC32 / LMS 8.3.0 - 1630708871
on Docker / Ubuntu 18.04 LTS
http://www.last.fm/user/rndr
------------------------------------------------------------------------
rlem's Profile: http://forums.slimdevices.com/member.php?userid=46931
View this thread: http://forums.slimdevices.com/showthread.php?t=115073

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to