elementary/music

Make Queue editable

Open

#779 opened on Nov 6, 2024

View on GitHub
 (4 comments) (4 reactions) (0 assignees)Vala (52 forks)auto 404
Good First IssueNeeds designPriority: Wishlist

Repository metrics

Stars
 (150 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem

The problem I see with the queue as it stands now is that there is no way to edit the queue after files have been added. It is possible to add files to the queue but there is no way to move items in the queue or to clear the queue without closing the program

Proposal

I would propose:

  • To add a way to move the items in the queue per drag-and-drop
  • To add a way to be able to remove items from the queue (either through some button on the item itself on the item or through a context menu)
  • To add a way to be able to empty the queue without closing the application

Prior Art (Optional)

Unbenannt 1

Contributor guide