- unpack archive
- edit the "demux = "/dev/dvb/adapter0/demux3"" line if needed (on my DM7020HD demux3 is used)
- upload to your box
- make it executable (chmod 755 bbc_pmt.py)
- run it on background (./bbc_pmt.py &)
- make sure channels have no "4" flag set in lamedb
- zap
Thanks again doublet.
Before I try it out, I need to make sure I understand everything.
- edit the "demux = "/dev/dvb/adapter0/demux3"" line if needed (on my DM7020HD demux3 is used)
How do i know which demux (0-6) is being used in my case so as to edit the file? As I said before, all these files are 0 B long on my box and I did not have to do that to make BBC 1 SD work with pmt.tmp file:
For DM7020HD (for other boxes maybe not needed): I had to force Oscam using demux3 and ca3 devices. It seems, that device numbers are passed to oscam in capmt via camd.socket. If using pmt.tmp file, Oscam defaults to demux0 and ca0.
I'm really not sure about demux allocation. Perhaps it is different in DMM E2 and OpenPli E2. Also it could depend on used HW. For your case it seems demux0 is used. So change the line (in second script I've added) to "demuxNb = 0".
- upload to your box
Into any directory I want?
to make it not too complicated, I would say /home/root or /usr/script would be the best
- run it on background (./bbc_pmt.py &)
How to run it in the background? I guess I need a telnet command. When I put the following "bbc_pmt.py &", I get this:
root@et9x00:~# -sh: bbc_pmt.py: not found
./bbc_pmt.py or /home/root/bbc_pmt.py or /usr/script/bbc_pmt.py ... it depends in what dir are you and where you've uploaded....
And some additional questions.
I understand this script will not interefere when watching normal scrambled channels?
If so, could it be possible to load this script each time Enigma starts automatically and just zap all channels (from 27.5W and others) without using a computer to start or stop the script?
My intention was that script shall not interfere with anything .... hopefully. It is intended to be run all the time, independently on what channel you zap to.
Of course there may be bugs... as I've got DM7020HD with DMM E2 only. In case script is not working as expected, I can add some debug prints.