SEbbaDK / sonica

Music playing daemon and clients, acting as a FOSS party music player alternative to Spotify playlists.
GNU General Public License v3.0
4 stars 0 forks source link

Add ability to "play next" #20

Closed Rawrior closed 3 years ago

Rawrior commented 3 years ago

We want to be able to add a song to the top of the queue.

Not exactly sure how this could be done, since the parsing of the command for the enumeration would have to be expanded kind of a lot.

Otherwise the creation of the enumerator could be changed, so that you could write next [player] [search term]

SEbbaDK commented 3 years ago

We could add it via an exclamation point, so 5! would add 5 to play next.

This also works with the new multiadd feature.