Ticket #448 (closed patch: fixed)
Opened 8 years ago
Last modified 7 years ago
Patch to allow "first letter navigation" jumping in MythGame and MythMusic
| Reported by: | blah@… | Owned by: | greg |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Attachments
Change History
Changed 8 years ago by blah@…
- Attachment letterjump.patch added
Changed 8 years ago by blah@…
- Attachment letterjump_plugins.patch added
comment:2 Changed 8 years ago by greg
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 8 years ago by ijr
- Status changed from closed to reopened
- Resolution fixed deleted
There has to be a better way to handle this other than adding tons of extra keybindings. This should be reverted (at least the mythmusic + mythgame bits), please.
comment:4 Changed 7 years ago by paulh
- Status changed from reopened to closed
- Resolution set to fixed
(In [8112]) Add an incremental search feature to the mythmusic playback screen that allows you to quickly jump to a track in the playlist that either starts with or contains the text you enter.
Add similar functionality to the playlist editor screen.
Add similar functionality to mythgame's gametree (untested).
The default key bindings are CTRL-S to show the search dialog and CTRL-N to find the next match.
Removes all the JUMP key bindings which are no longer required.
Requires a make clean.

Patch for MythTV core code