Page 1 of 1

[Solved] DVB-T2 works but it's just wrongly organized under Radio

Posted: Mon Jun 25, 2018 6:47 pm
by maysider
Hi, DVB-T2 works great but it's just wrongly organizes as Radio! Please could you fix that ASAP even for the 2.3 stable version? The picture in manual recording is great but I cannot set it as TV channel, its under Radion so basically useless while IT IS WORKING (that' great :) )

It even WORKS (picture) in Mediaportal under Radio but just once when MP is launched :-D

Do you see any quick fix, please?

Or any manual how to change the sql database?

Thank you

Re: DVB-T2 works but it's just wrongly organized under Radio

Posted: Tue Jun 26, 2018 6:22 pm
by maysider
1) So Ive changed channeltype to 0 in SQL ManagementStudio in 2 tables here (I selected sure TV channels):

update ch
set ChannelType=0 --select *
FROM [ArgusTV].[dbo].[Channel] ch
join [ArgusTV].[dbo].[GuideChannel] gu on gu.GuideChannelId=ch.GuideChannelId
where [DisplayName] like '%T2%' and [DisplayName]not like 'CRo%' and ch.ChannelType=1
order by 2

update gu
set ChannelType=0 --select *
from [ArgusTV].[dbo].[GuideChannel] gu
join [ArgusTV].[dbo].[Channel] ch on gu.GuideChannelId=ch.GuideChannelId
where [DisplayName] like '%T2%' and [DisplayName]not like 'CRo%' and gu.ChannelType=1
order by 2

2) to be sure reinstalled Argus TV 2.3

AND IT WORKS! Just in the services it looks like a radio but it does not obstruct.