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

Feature-request automatic "mark not present in bouquets" #203

Closed risky777 closed 3 weeks ago

risky777 commented 4 months ago

In services-list there is context-command "mark not present in bouquets". I made it automatic by following in "app/ui/main.py":

I'm used to this behaviour from "dreamset" so I've been adding this for already several versions of demoneditor, and with them I've done bigger changes in bouquets, so it seems that it works ok. And, I do modifications on services-list filtered for only-one-satellite-at-time, so these additions are fast.

Maybe you could add this to official demoneditor, so I don't have to add it manually for every new version.

DYefremov commented 4 months ago

so I don't have to add it manually for every new version

That is unnecessary. Just use extension. I did it quickly for your case.

log

Just unpack it into a folder: ~/DemonEditor/tools/extensions

or: root folder of the program/extensions

Of course, support for extensions must be enabled in the settings.

If everything works out, it can be added to the repo.

I haven't tested it completely! If you have questions or suggestions for improvement, it is better to open a separate issue here.

Upd. Small update -> favautomarker.zip

DYefremov commented 2 months ago

The extension has been updated and added to the repo. Further discussion can be found here.