Complete album actions #54

Closed
opened 2018-08-04 11:09:20 +02:00 by coderkun · 1 comment
coderkun commented 2018-08-04 11:09:20 +02:00 (Migrated from gitlab.com)

Complete the implementation of the actions that can be done with albums.

Cover panel

Add the following actions to albums on the Cover panel:

  • play
    Add the selected album to the queue and play it immediately. Any currently playing album is interrupted.
  • queue
    Add the selected album to the end of the queue. No further action is taken, playback is not started, any currently playing album is not interrupted.

Playlist Panel

Add the following actions to albums on the Playlist panel:

  • play
    Play the selected album immediately. Any currently playing album is interrupted.
  • remove
    Remove the selected album from the queue. If the album is currently playing, the playback is stopped.
Complete the implementation of the actions that can be done with albums. ## Cover panel Add the following actions to albums on the Cover panel: * play\ Add the selected album to the queue and play it immediately. Any currently playing album is interrupted. * queue\ Add the selected album to the end of the queue. No further action is taken, playback is not started, any currently playing album is not interrupted. ## Playlist Panel Add the following actions to albums on the Playlist panel: * play\ Play the selected album immediately. Any currently playing album is interrupted. * remove\ Remove the selected album from the queue. If the album is currently playing, the playback is stopped.
coderkun commented 2018-09-01 19:41:59 +02:00 (Migrated from gitlab.com)

closed via commit 79148a56f4

closed via commit 79148a56f47a1bcc50da38e4c833a426bec6fc92
Sign in to join this conversation.
No description provided.