![]() |
|
SONOS app - Printable Version +- LogicMachine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11) +--- Thread: SONOS app (/showthread.php?tid=415) |
RE: SONOS app - Daniel - 29.12.2023 Do you use Mosaic? If no just create a floor and a room in it, also make sure it is a latest version. RE: SONOS app - FatMax - 16.09.2024 (11.09.2019, 07:47)Daniel Wrote: Hi Are there more functions then what is listed here? Specifically I would like to group and ungroup players via script. RE: SONOS app - lcrowhurst - 18.10.2024 In the app is there a way of changing the banner an icon colours from green to another colour, also is it possible to remove the close button? RE: SONOS app - mariosp - 07.01.2026 is there a way to add the play favorite button ? RE: SONOS app - Daniel - 07.01.2026 https://forum.logicmachine.net/showthread.php?tid=415&pid=13969#pid13969 last example RE: SONOS app - mariosp - 07.01.2026 (07.01.2026, 16:17)Daniel Wrote: https://forum.logicmachine.net/showthread.php?tid=415&pid=13969#pid13969 i already tried this sonos_app.GetStoragePlayerGroupData(groupID, 'Favorites') and i get this to erro logs Us RE: SONOS app - Daniel - 07.01.2026 Did you try the play/pause script? RE: SONOS app - mariosp - 07.01.2026 (07.01.2026, 16:47)Daniel Wrote: Did you try the play/pause script? Yes also doesnt work But it works from the wighet RE: SONOS app - Daniel - 08.01.2026 Did you fallow the instructions and created first script in this post? RE: SONOS app - mariosp - 08.01.2026 (08.01.2026, 08:27)Daniel Wrote: Did you fallow the instructions and created first script in this post?Yes i have made a resident script every 60 sec RE: SONOS app - Daniel - 09.01.2026 If you have this script working then first try basic play/pause Create a bit object and then event script on it. use this script and change Bedroom to your group name, you can see it in Sonos app on the bottom. Code: require('custom.sonos.lib')RE: SONOS app - mariosp - 09.01.2026 Thank You The problem was that I had a _ in the name! Is there any way to play a specific album? RE: SONOS app - Daniel - 12.01.2026 if you add it to favorite then you can play a specific favorite from there. RE: SONOS app - mariosp - 03.02.2026 (12.01.2026, 08:39)Daniel Wrote: if you add it to favorite then you can play a specific favorite from there.Hello again when i try to read the the play favorites i get this (Image) Im trying with this script but i cant make it work Code: require('custom.sonos.lib')RE: SONOS app - Erwin van der Zwart - 04.02.2026 You probably need to change groupID=k break into url_group_id = k break |