Feature #671
Enable/disable multiple services at once
Start date:
2011-09-02
Due date:
% Done:
0%
Estimated time:
Description
Currently services have to be enabled/disabled one by one in a adapter context, which is a lot of work.
Please add the possibility to select multiple services to be enabled/disabled at once.
History
Updated by Sven Wegerhoff about 13 years ago
yeah having 3 satellites with lots of muxes this really annoys me, too. Maybe you want to try this in the meantime:
$ find ~/.hts/tvheadend/dvbtransports/* -type f | xargs sed -i 's/\"disabled\"\: 0/\"disabled\"\: 1/'
Dont forget to restart tvheadend after this.
This will disable all services on all tuners. In the end it was easier for me to enable just the services that I want instead of deativating the unwanteted ones.
Updated by Adam Sutton over 12 years ago
- Status changed from New to Rejected
This is just a duplicate of #670 reworded.