rCubed icon indicating copy to clipboard operation
rCubed copied to clipboard

Allow editing of saved queues

Open TCHalogen opened this issue 4 years ago • 2 comments

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.

TCHalogen avatar Apr 12 '20 04:04 TCHalogen