scythx / MusicManager

Music manager for haiku.
MIT License
2 stars 0 forks source link

Add a right click menu for manager view #13

Open richienyhus opened 7 years ago

richienyhus commented 7 years ago

When a user is browsing/searching their music collection and they select an artist, album or song and then right click, a right-click menu should display with the options for them to 'Play', 'Play Next' and 'Play Later'.

Clicking 'Play' would play the requested content immediately, disrupting any music that is currently playing. Clicking 'Play Next' would play the requested content after the current song is finished playing. Clicking 'Play Later' would play the content after all other requested music has finished playing.

This should add the music to the Queue (aka the 'now playing playlist' , ' temporary playlist', 'unsaved playlist' or 'up next playlist') in the relevant position that was requested by the user.

If an album requested, then all of the songs from the album should play in track order. If an artist is requested, all of their discography should play in order of album release date and track order.