Quote Originally Posted by carlospr43 View Post
A version with Video and Audio type will be great. Right now there is not way to add HD H.264 hidden/ or not scanning channels
I don't understand exactly what you mean. Select a TP and right click in the channel grid, there is "Insert Channel" in the menu. Are you wanting "Video Type" turned on?

There is a video type line in the XML config file located at /conf/V8_SuperGolden_config.xml.

<elem name="video_type" offset="0" size="8" open="false" default="1" type="Integer" min="0" max="255" step="1"/>

All you have to do to turn it on is change open="false" to open="true" but you have to know what number to use because it doesn't use text strings. The default type is 1 and it can be a number from 1 to 255. You can compare types of scanned channels to learn what number is what type of video. MeTV SD is video type 0 and MeTV HD is video type 1, see attachments.

When editing the file if you just want to display a setting you change open="false" to readonly="true" and it'll show the current setting in the channel edit window.

This element block displays and lets you choose the audio type from a drop down combobox.

<elem name="a_type" offset="13" size="6" default="0" type="Combobox" order="9">
<opt value="0" name="PCM"/>
<opt value="1" name="MP1"/>
<opt value="2" name="MP2"/>
<opt value="3" name="MP3"/>
<opt value="4" name="AC3_VSB"/>
<opt value="5" name="EAC3"/>
<opt value="6" name="AAC"/>
<opt value="7" name="AAC_V2"/>
</elem>


I used a hex editor to look inside DBEditor.exe and there is a string in there that says "All Favourites". This appears to be just like the ALI editor with a lot of options turned off. The ALI had All Favourites on the left where All Services is.

MeTV SD is video type 0 and MeTV HD is video type 1. It looks like type 0 and type 1 is all there is with type 1 being HD.

[Only registered and activated users can see links. ][Only registered and activated users can see links. ]