egd;226110 Wrote: > Please note that some (but not all) of these tags may be missing from > some albums. If possible I would like the query template to allow > "and/or" toggling to cater for missing tags.
At the moment the template based configuration interface for the SQLPlayList plugin isn't suitable if you like to make a very flexible playlist that combines and/or and multiple tag values. In that situation the best way is to just write the raw SQL as I showed in my previous post. My plan for a template would contain a list of available values for each tag. You can choose to not select any value in a specific tag value list or you can choose to select one or several values. Multiple selected values in the same list would be OR'ed together, while selected values in different lists would be AND'ed together. If you don't select any values in a specific list no filtering will be done on that tag. I think this is probably easiest to explain by making the template. I'll try to do this sometime during the next days and give you a notice here when it is available for download. If you like to look at a sample how it is going to look like, you can create a new playlist in the SQLPlayList plugin and choose the "Advanced" playlist type. The "Advanced" playlist types contains a few list and checkbox options that makes it possible to include or exclude artists and genres. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and RandomPlayList plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=38256 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
