bakker_be wrote: 
> I'm not entirely certain, but I believe trackstat stores the values in a
> separate table with the song ID. Wouldn't it be possible to query the DB
> with a nested query, thus retreiving all data for the playlist at once?
> > 
Code:
--------------------
  >   > SELECT column-names
  > FROM table-name1
  > WHERE value IN (SELECT column-name
  > FROM table-name2 
  > WHERE condition)
--------------------
> > 
> 
> This is just an idea, no clue if it's at all feasible with the way
> apps should interface with LMS ...Squeeze Ctrl can't run SQL queries on the 
> server. It can only use the
CLI API that the plug-in provides.

Sent from my Pixel 3 using Tapatalk



--------------
Squeezebox apps for webOS, Android and Windows Phone,
http://www.angrygoatapps.com
------------------------------------------------------------------------
wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

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

Reply via email to