Sorry, I whipped up a quick edit to the SQL Playlist plugin before I got
your response.  The edit basically allows the SQL statement to have two
keywords:

PlaylistLimit
PlaylistOffset

Those are replaced with the current limit and offset value for the
dynamic playlist, and it allows the following SQL Playlist to work:


Code:
--------------------
    
  -- PlaylistName: Downloaded Singles By Date
  select url from tracks where url LIKE '%Documents/Downloads/%' and audio=1 
order by timestamp DESC LIMIT PlaylistLimit OFFSET PlaylistOffset;
  
  
--------------------


I've emailed you the edited Plugin.pm file.  It may be a useful edit in
future releases.


-- 
anonymous247
------------------------------------------------------------------------
anonymous247's Profile: http://forums.slimdevices.com/member.php?userid=8143
View this thread: http://forums.slimdevices.com/showthread.php?t=29339

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

Reply via email to