Skip to content

Allow editing of saved queues #12

@TCHalogen

Description

@TCHalogen

Overview
Queues that are created and saved have no capability of being edited within the game's interface. The only way to do so is through the undocumented method of copying the queue, which sends a JSON object of song IDs and a name to the clipboard, and pasting it to a notepad — leaving users with information that may be too technical to understand.

Desired Solution
Given that a JSON object can be produced with the corresponding song IDs and queue name, it would seem that there shouldn't be issues with parsing through whatever is saved and repopulating the queue list.

The details listed in GitHub issue #11 would need to take precedence here, as there's also no way to edit individual songs within an existing queue.

Images
Image 1: an edit button on individual queues, which should on click...
Image 2: ...provide a user with the list of songs associated with that queue.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is neededquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions