- Status Closed
- Percent Complete
- Task Type Patches
- Category Plugins
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#4874 - menu for plugins so u can fiddle with play status without exiting plugin
adds a menu that plugins can call which will let u change tracks and other audio settings without exiting the plugin
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
ok, updated… its now in the plugin lib..
i guess ill have to update this when localisation works in plugins…
all u need to do is call playback_control(rb) from inside the plugin and it will do the rest :)
I like it!
Nitpick: “Pause / Play PLayback”, isn’t the “PLayback” kind of redundant?
This is CVS material if you ask me.
ha, yes, it is.. its also bad shift-key management… just remove the word and commit :D
i know its easy to add more functionality once its in.. but can u tihnk of any other functions that should be added?
I can imagine a WPS-style control of next/prev using left/right, but not much more than that. I think it’s enough for now.
in the origional patch i had the view playlist screen which i still recon should go in.. but i dont know if u want to add that to the plugin api or not…