Bug #2103
Change a channel number when lcn is not 0 in services
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
DVB
Target version:
-
Start date:
2014-05-13
Due date:
% Done:
0%
Estimated time:
Found in version:
3.9.636~g03a69ff
Affected Versions:
Description
If I want to change a channel number in the web ui of a channel with services where lcn is not 0, the changes won't be saved.
Content of channel 716bae9984a1101edb17de3c3fdea0e7:
{ "number": 0, "dvr_pre_time": 0, "dvr_pst_time": 0, "services": [ "8397c572ba9b4d3c7de3d2ef3985bcaa" ], "tags": [ 3, 4, 1 ] }
Content of ./input/dvb/networks/<networkid>/muxes/<muxid>/services/8397c572ba9b4d3c7de3d2ef3985bcaa:
{ "sid": 9041, "lcn": 301, "svcname": "TF1 HD", "provider": "CSAT", "dvb_servicetype": 25, "prefcapid": 0, "enabled": true, "pcr": 160, "pmt": 1320, "stream": [ { "pid": 5510, "type": "CA", "position": 262144, "caidlist": [ { "caid": 256, "providerid": 13073 }, { "caid": 6161 } ] }, ...
History
Updated by C K over 10 years ago
Edit: If I change the channel number to anything else than 0 it works, but setting the channel number to 0 doesn't
Updated by Adam Sutton over 10 years ago
- Status changed from New to Rejected
Setting channel number to 0 = use underlying service provided channel number.
Adam