2014-10-15, 22:49
@allan87
The commit above is dedicated for backend handling sub-channel.
MythTV handles its own channel number and wrap sub-channel within MythTV channel. So you should have one channel for each existing sub-channel. The table "channel" contains two fields atsc_major_chan and atsc_minor_chan showing the linking.
I think too you shouldn't switch from using backend number / xbmc number without restarting xbmc and then reseting the epg because until now epg database of xbmc use channel number as key.
The commit above is dedicated for backend handling sub-channel.
MythTV handles its own channel number and wrap sub-channel within MythTV channel. So you should have one channel for each existing sub-channel. The table "channel" contains two fields atsc_major_chan and atsc_minor_chan showing the linking.
I think too you shouldn't switch from using backend number / xbmc number without restarting xbmc and then reseting the epg because until now epg database of xbmc use channel number as key.