-
Hello, Does anyone possibly already have a flow that can do that? Tonitom |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 1 reply
-
Hello. Many things are possible with sonos-plus and with sonos-event. For instance, you could "watch and store" the current playlist and position provided by the sonos-event and store it in a flow /global variable for later access. Tell me your use case and we can work on it. I will return from vacation mid of December. |
Beta Was this translation helpful? Give feedback.
-
Hi, I've seen that you can read the current queue, but haven't found a way to figure out how to find the current position. |
Beta Was this translation helpful? Give feedback.
-
Hi, please have a look at group.get.trackplus. There you should find all information. group.play.track plays a specific track in queue. |
Beta Was this translation helpful? Give feedback.
-
I have looked at both, looks promising, tonight I will build that. I would now trigger this every few seconds, or is there a more elegant variant? The events do not update as I imagine. Which event reacts when the track changes? And thank you for your support, you safe me allot of time. |
Beta Was this translation helpful? Give feedback.
-
This node works well together with nodered-contrib-sonos-events. With the
event node you can listen to changes in the content
…On Thu, Nov 25, 2021, 21:05 Tonitom ***@***.***> wrote:
I have looked at both, looks promising, tonight I will build that.
I would now trigger this every few seconds, or is there a more elegant
variant? The events do not update as I imagine. Which event reacts when the
track changes?
And thank you for your support, you safe me allot of time.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#183 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEDZCH26X26TTHXC6EER6K3UNY7EBANCNFSM5IVPR4QA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
Nice, it works fine. When I tested sonos-events, the listener only monitored the leader of the group. Now I monitor all of them and everything works as I hoped. When an event is detected, the playlist title is checked, if it matches, then the postion number is stored in a global variable. The next time I play the playlist, it continues at the last track. |
Beta Was this translation helpful? Give feedback.
-
Glad to hear and thanks for the feedback. |
Beta Was this translation helpful? Give feedback.
-
See #178 |
Beta Was this translation helpful? Give feedback.
-
Works amazingly well. I now have a homemade NFC reader in every Sonos room, the kids have several NFC tags of their favourite stories and I have the tags of my favourite playlists. I've wanted to do something like that for years. A really big thank you to your project. Tonitom |
Beta Was this translation helpful? Give feedback.
-
You are welcome. Really nice project! |
Beta Was this translation helpful? Give feedback.
Hi, please have a look at group.get.trackplus. There you should find all information. group.play.track plays a specific track in queue.