mherger wrote: > > I've tried many different things such as: > > > > <mac address player> playlist play Radio 1.m3u > > <mac address player> playlist play __playlists/Radio 1.m3u > > <mac address player> playlist play Radio 1 95.7 (Gesproken) > > The missing piece might be the requirement to URL encode the file path. > > Eg. the space would become %20. You can use an online tool like > https://www.urlencoder.org to do this, or whatever scripting language > you might be using.
If you're getting them from a playlist, I think you can also use numbers in stead. I use (not in CLI but in JSON, though I assume it's the same): playlist play item_id:2.0 , playlist play item_id:2.1, playlist play item_id:2.2, etc.. ------------------------------------------------------------------------ jeroen2's Profile: http://forums.slimdevices.com/member.php?userid=70418 View this thread: http://forums.slimdevices.com/showthread.php?t=113950 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
