actions-on-google / assistant-conversation-nodejs

A developer friendly way to fulfill Actions SDK handlers for the Google Assistant
https://actions-on-google.github.io/assistant-conversation-nodejs
Apache License 2.0
104 stars 27 forks source link

Feature request: enqueue, track finished event, track started event, playback nearly finished event #31

Open shivan opened 3 years ago

shivan commented 3 years ago

Hi,

the playlist feature is a good start.

1) additional events It would be great to have additional events:

2) Enqueue feature For filling the playlist at nearly finished, it would be great to have an enqueue feature which will add tracks to the playlist instead of replacing.

I would need such a feature to implement the radio skill we currently already have for alexa, also for google assistant.

The events about started/finished/paused/resumed track is needed for our performance reporting and playback history.

taycaldwell commented 2 years ago

Thank you for your feature requests. I have filed tickets internally with the Media API team.

shivan commented 2 years ago

@taycaldwell thanks. Would be nice if those features would be implemented. Thanks.

Would also be nice if you keep me up to date. Or if there's a beta test of that, I'll be happy to test. As we really like to implement that action for the google users.

kyngvesson commented 2 years ago

Yes, these features would be very useful for us as well. It would also be great to be able to assign each media object a unique id that can be used accessed within the media status intent context.