-
Notifications
You must be signed in to change notification settings - Fork 198
[WIP] New channels navigation #391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
8976da6 to
43997e1
Compare
example of navigation across channels via epg numbers
|
Hi @egon984, Thanks for these PRs, there are really exciting changes in there. I think we can delegate left/right keys to MPV since the list of channels is vertical. Pressing Shift+keys isn't really documented anywhere so it's not discoverable. Would backspace make more sense than home to go back to the previous channel? Which provider did you test for the EPG? I can't find a channel with proper EPG support here. LCN number support is a great idea but if we want this feature to be useful maybe we should think of a fallback in case LCN isn't available in the M3U. We could use the natural ordering of the channels within the lists. We might also want to add an option to show the number in the list, if we're using an M3U which doesn't show that number as part of the channel name. |
|
Hi @clefebvre , thanks for your feedback!
|
Hi @clefebvre , |

cycle through channels: when you reach the last one, the next one will be the first one (and vice versa)
press the Home key to jump to the previous channel (e.g. jump from 2 to 5)
using EPG numbers or adding a tvg-lcn field to your m3u files you can bind LCN numbers to the channels and use a remote (or the keyboard, of course) exactly as you do with your TV 😎
e.g. when you watch TV you press 7 on your remote to watch a given channel. Now you can do the exact same thing in Hypnotix: once you've configured any remote (IR as well) as an external keyboard, you can press numbers on it (followed by RETURN) to change channel (don't forget to add a tvg-lcn field to each channel in your local m3u file)