Closed risky777 closed 5 months ago
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.
Just to make clear. Favorites-list already has this. This suggestion is for services-list.
This seems to be fixed in 3.10, so you can close this.
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)
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.