2023-07-22, 11:05 AM
Hello,
I read about some older problems with scanning and DVB-C cards. Not sure whether this shouldn't be
fixed already with current docker image. Machine is using 4 under ddbdridge DVB-C card. Cable provider
is Willy.Tel, I created a file /usr/share/dvb-c/de-WillyTel which would scan only the interesting things
but scanning in NextPVR doesn't care and scans everything, so some 620 channels appear.
This one is obviously wrong:
It should look like this:
Any advice? I have prepared a corrected adapter0-DVB-C-channels.conf but don't know how to put it in. I mean
not technical, I know how to do that, but there seems to be some database behind that ignores the file.
BR,
Carsten.
I read about some older problems with scanning and DVB-C cards. Not sure whether this shouldn't be
fixed already with current docker image. Machine is using 4 under ddbdridge DVB-C card. Cable provider
is Willy.Tel, I created a file /usr/share/dvb-c/de-WillyTel which would scan only the interesting things
but scanning in NextPVR doesn't care and scans everything, so some 620 channels appear.
This one is obviously wrong:
Code:
[Das Erste HD]
SERVICE_ID = 10301
NETWORK_ID = 1
TRANSPORT_ID = 1039
VIDEO_PID = 5101
AUDIO_PID = 5102 5103 5107 5106
PID_0c = 1176
PID_0b = 5172 2171
PID_06 = 5108 5105 5104
PID_05 = 1170
FREQUENCY = 4294967293
MODULATION = QAM/256
INVERSION = AUTO
SYMBOL_RATE = 6900033
INNER_FEC = NONE
DELIVERY_SYSTEM = DVBC/ANNEX_A
It should look like this:
Code:
[Das Erste HD]
SERVICE_ID = 10301
NETWORK_ID = 1
TRANSPORT_ID = 1039
VIDEO_PID = 5101
AUDIO_PID = 5102 5103 5107 5106
PID_0c = 1176
PID_0b = 5172 2171
PID_06 = 5108 5105 5104
PID_05 = 1170
FREQUENCY = 370000000
MODULATION = QAM/256
INVERSION = AUTO
SYMBOL_RATE = 6900000
INNER_FEC = NONE
DELIVERY_SYSTEM = DVBC/ANNEX_A
Any advice? I have prepared a corrected adapter0-DVB-C-channels.conf but don't know how to put it in. I mean
not technical, I know how to do that, but there seems to be some database behind that ignores the file.
BR,
Carsten.