bencevans / node-sonos

🔈 Sonos Media Player Interface/Client
https://www.npmjs.com/package/sonos
MIT License
703 stars 147 forks source link

Time jump feature #462

Closed Schotsl closed 4 years ago

Schotsl commented 4 years ago

I feel kinda stupid asking for this feature since I'm afraid I might just be missing it: but there doesn't appear to be a function that allows me to move in the track. I would think this is already supported since it seems like a pretty big feature.

I need it so I can go back to the beginning of a song. For now, I just go to the previous song and then the next to end up at the start again but I would like to make it possible to go to the middle of a song and I don't see how I would go about that using the current functions.

dbrxnds commented 4 years ago

This function does exist! It's called "seek". You can find documentation for it here.

Schotsl commented 4 years ago

@iDavidB I knew I was missing something. Thank you very much! :)