Too many channels
Added by Anonymous about 12 years ago
After i add muxes by location like astra 19.2. i got above 1000 channels
its possible to deselect all in service ? that i dont need to map all services to channels ?
thx
Replies (1)
RE: Too many channels - Added by Alex . about 12 years ago
Hi,
There is - as far as i know- no such option from tvheadend itself.
However, all config files are plain text so I use, from the command line in the dvbtransports-directory:
find _dev_dvb_adapter6_HDHomeRun_DVB_C* -type f | xargs perl -pi -e 's/"disabled": 0,/"disabled": 1,/g'
or something similar to replace all "disabled": 0,
instances with "disabled": 1,
Be careful: If you replace the wrong things you might mess up you configuration, so, advice is to maybe make a backup of your config files first, or be prepared to rescan your adapters from scratch.
Alex.