This error only occurs, when tv channel has two or more tuning details
which are different. For me i have dvb-t and dvb-s channels and some of them are combined.
When viewing tunigdetails, they are allways returned from the details array in position[0]
in tvtuningdetails.cs in line 58.
[...]
TuningDetail detail = details[0];
[...]
This is wrong if we want real tuning details to be shown. So We must compare cardtype currently tuned into channell and then find correct detail in details based on channeltype.
This patch makes that correction. Also it changes meanigless channeltype numbervalue to correct type when displayed to the user.
This probably won't bother many, so this might not be popular, but
hey!, Now it's done.
regards,
which are different. For me i have dvb-t and dvb-s channels and some of them are combined.
When viewing tunigdetails, they are allways returned from the details array in position[0]
in tvtuningdetails.cs in line 58.
[...]
TuningDetail detail = details[0];
[...]
This is wrong if we want real tuning details to be shown. So We must compare cardtype currently tuned into channell and then find correct detail in details based on channeltype.
This patch makes that correction. Also it changes meanigless channeltype numbervalue to correct type when displayed to the user.
This probably won't bother many, so this might not be popular, but
hey!, Now it's done.
regards,