Is there a way to get a SQL Playlist to only play a fixed number of
tracks? It seems that no matter what I try and do, the playlist gets
repopulated when the last track finishes. Here's what I've got so far:


Code:
--------------------
    
  -- PlaylistName:Test
  -- PlaylistOption Unlimited:0
  -- PlaylistOption NoOfTracks:1
  select url from tracks
        where audio=1
        order by rand()
        limit 1;
  
--------------------


I've also tried unchecking the "Add new items when old ones finish"
check box in the Dynamic playlists config, but to no avail.

Thanks!


-- 
AHodsdon
------------------------------------------------------------------------
AHodsdon's Profile: http://forums.slimdevices.com/member.php?userid=20680
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to