FiniteSingularity / obs-quick-access-utility

A quick access utility dock for OBS.
GNU General Public License v2.0
37 stars 3 forks source link

[Feature] Item Order Change in Scene from Dock [not the dock list] #26

Open REALtony4twenty opened 3 weeks ago

REALtony4twenty commented 3 weeks ago

Request A way to change the item order of the item in its original scene using the dock.

Describe the solution you'd like Right Click Menu Option(s)

Additional context If dock is dynamic, add the normal order change arrow icons. Order changes in the original source dock update the order in the dynamic dock

FiniteSingularity commented 3 weeks ago

This might be doable with a popup. Even in the Dynamic list, we have an issue in that we dont show what scenes a given source is in, and so there isn't a good way to sanely re-order the sources.

An option- a "Reorder in scene" button in the contextual menu (or even in the parent scenes menu) that opens a dialog with all sources in that scene in a list, and you can drag/drop the scene order from there. Not sure if this has much advantage over just using the original Sources dock, but I can play around a bit with it and see if I can get something that would work well.