uosc
uosc copied to clipboard
Feature Request: Add Widget for shuffle and unshuffle similiar to vlc
Sorry if it was already implemented but i really can't find a way to do it.
No, there's no shuffle button to enable currently, but you can add an item to the menu that toggles it:
alt+s cycle shuffle #! Toggle shuffle
This will add Toggle shuffle
item to the main menu, and also assign it an Alt+s
shortcut. You can omit the shortcut by replacing it with #
.
No, there's no shuffle button to enable currently, but you can add an item to the menu that toggles it:
alt+s cycle shuffle #! Toggle shuffle
This will add
Toggle shuffle
item to the main menu, and also assign it anAlt+s
shortcut. You can omit the shortcut by replacing it with#
.
I am actually using that rn but i almost always misclick another item instead since i have similarly named items, and it gets annoying fast. It would be nice to have it, and shouldn't bloat the UI too much, can be a small rectangle really on top the timeline.
Currently, icons in the UI are generated with code, and it's getting a bit out of hand. Any more icons would make me probably transition to using icon font, which would mean some restructuring and refactoring of current stuff.
Also, if there's to be more than a single menu button in the control bar, I'd probably implement a control bar generating options so users can put whatever they want there.
In other words, yeah I'd like to add this, but it's going to be way more work than it seems, and I have tons of other stuff on my plate, so can't give you any ETA.
Thank you so much to consider it! Hopefully someday it will be implemented. Please have a great day!
Landed in main as a part of controls
bar.