Skip to content
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

Suggestion services-zap #198

Open
risky777 opened this issue Apr 2, 2024 · 2 comments
Open

Suggestion services-zap #198

risky777 opened this issue Apr 2, 2024 · 2 comments

Comments

@risky777
Copy link

risky777 commented Apr 2, 2024

For my needs I added some small modifications in demoneditor source, but I would like to reduce that to minimum. So here's one that could enter into official demoneditor source.

In "File / Settings / Streaming" demoneditor has option "Playback from main list". This option activates that double-click on services-table switches to that channel and starts playback.

When I edit bouquets list, I would prefer only to switch to channel without starting playback.

For that, in "app/ui/playback.py" in function "on_srv_clicked", I comment-out your original-line and add new:
#self.zap(ref, self.play_current)
self.zap(ref)

Could you add setting in "File / Settings / Streaming" and modify this code in some kind of "else"? I don't use playback from services-table so I actually don't need additional setting, but maybe someone else does.

@DYefremov
Copy link
Owner

Hmm, not sure, but maybe that makes sense...
As an option, can used the logic for the favorites list. When I have the opportunity, I'll see what can be done.

@risky777
Copy link
Author

risky777 commented Apr 4, 2024

Just to make clear. Favorites-list already has this. This suggestion is for services-list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants