DYefremov / DemonEditor

Enigma2 channel and satellite list editor for GNU/Linux and macOS.
https://dyefremov.github.io/DemonEditor
MIT License
118 stars 142 forks source link

Suggestion services-zap #198

Closed risky777 closed 5 months ago

risky777 commented 7 months ago

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 commented 7 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.

risky777 commented 7 months ago

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

risky777 commented 5 months ago

This seems to be fixed in 3.10, so you can close this.