Toast Success Messages

When clicking a song to play, there is a toast message popup. How does this get pushed or populated from that event?
I would like to have a toast success message for adding songs to the queue…
I assume it’s the PlayQueueService enqueue method.

I don’t understand what you actually what to know.

When you are writing your own plugin you can create toast messages by executing the following code:

self.commandRouter.pushToastMessage('success', "Qobuz Account Login", "Login was successful");

You can find the whole source code here: github.com/volumio/volumio-plug … z/index.js

When this was not what you wanted to know please try to explain the problem with more details. :slight_smile:

I have updated the docs and added a topic about toast messages:
volumio.github.io/docs/Plugin_S … sages.html