Great ideas, I will add them to the wishlist for SQLPlayList plugin.
Just some questions regarding the first point to make sure I understand
you correct.
- When you say the the user should enter a parameter, do you mean in
the web interface or are we talking about entering parameters using the
remote ? or both ?
- When you are talking about enumeration, it this just a special
parameter type that mean that it should add all available id's of that
object type in the query and never prompt the user ?
For example replacing:
select tracks.url from tracks,playlist_track where
tracks.id=track_playlist.track and track_playlist.playlist=({enumerate
playlists}) order by random() limit 10;
With the following if 3 playlists with id 45,56,57 exists in the
system:
select tracks.url from tracks,playlist_track where
tracks.id=track_playlist.track and track_playlist.playlist=(45,56,57)
order by random() limit 10;
--
erland
Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList' (http://tinyurl.com/pptqy) , 'DynamicPlayList'
(http://tinyurl.com/kfrgs) and 'RandomPlayList'
(http://tinyurl.com/pwtsc) plugins)
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=24700
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins