i setup new version [working great btw] but when i imported channels for my hdpvr, it just gave them all incremental numbers..
instead of 206 for espn i got 40...so i went and changed the db so channel table has correct channel for 'number' slot..
but it still didn't blast right!! all numbers show up correctly....
but then i noticed it uses the channel_mapping table's 'tuning' xml in <channel> to get number to blast with!! not the one you see..
apparently it's not picking up my channel numbers in the mapping process?
also, how do i alter which channel <display_name>206 ESPN</display_name> from xml it uses?
[my channels show up displaying as '206 ESPN' and i'd like to get rid of numbers and keep just name, maybe why it's not picking them up?]
my question is, is there a sql update that can copy from channel table's number field to channel_mapping's channel_source_number?
i tried with a join statement to the channel table but failed...
UPDATE CHANNEL_MAPPING AS M INNER JOIN CHANNEL AS C on M.CHANNEL_OID = C.OID SET M.CHANNEL_SOURCE_NUMBER = C.NUMBER;
is what i had tried without luck...
trying to make a sql statement so i can redo later...
any help appreciated..
instead of 206 for espn i got 40...so i went and changed the db so channel table has correct channel for 'number' slot..
but it still didn't blast right!! all numbers show up correctly....
but then i noticed it uses the channel_mapping table's 'tuning' xml in <channel> to get number to blast with!! not the one you see..
apparently it's not picking up my channel numbers in the mapping process?
also, how do i alter which channel <display_name>206 ESPN</display_name> from xml it uses?
[my channels show up displaying as '206 ESPN' and i'd like to get rid of numbers and keep just name, maybe why it's not picking them up?]
my question is, is there a sql update that can copy from channel table's number field to channel_mapping's channel_source_number?
i tried with a join statement to the channel table but failed...
UPDATE CHANNEL_MAPPING AS M INNER JOIN CHANNEL AS C on M.CHANNEL_OID = C.OID SET M.CHANNEL_SOURCE_NUMBER = C.NUMBER;
is what i had tried without luck...
trying to make a sql statement so i can redo later...
any help appreciated..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie