Controllator;202180 Wrote: 
> Hi Erland, thank you for your great Work.
> 
> I used the CLI for playing SQL-Playlists in the Alarmplugin.
> The command was:
> 
> $client->execute(['dynamicplaylist', 'playlist', 'play',
> 'sqlplaylist_Alarm%20Clean%20Random%20albums']);
> 
> Playlistname is "Alarm Clean Random albums", Filename is
> "alarm_multilibrary_clean_ml_randomalbums.sql.valuerandomalbums.sql.values"
> 
> What is the new Command for it ?
> 
Remove the .sql.values at the end, which with that playlist should give
you:

Code:
--------------------
    
  $client->execute(['dynamicplaylist', 'playlist', 'play', 
'sqlplaylist_alarm_multilibrary_clean_ml_randomalbums.sql.valuerandomalbums']);
  
--------------------


-- 
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=20533

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

Reply via email to