2007-07-09, 04:10 PM
majorpayne Wrote:Cause i don't understand what to do... I don't find a .ini or the file to change
Ah sorry. The BDA.ini file will be in your GB-PVR directory. In it, there is an entry for the 1600:
Code:
[Hauppauge HVR-1600 (ATSC)]
TUNING_TYPE=ATSC
FILTER_TUNER=Hauppauge WinTV 418 BDA Tuner
FILTER_CAPTURE=Hauppauge WinTV 418 TS Capture
PIN_TUNER_IN=Input0
PIN_TUNER_OUT=MPEG2 Transport
PIN_CAPTURE_IN=Mpeg2 Transport
PIN_CAPTURE_OUT=Mpeg2 Transport
This would translate to:
Code:
<graph device="1" flags="BDA" >
<device id="vid_0930&pid_1005" />
<sink>
<filter id="CAPTURE" category="BDA-CAPTURE" name="Hauppauge WinTV 418 TS Capture" />
<filter id="TVTUNER" category="BDA-TUNER" name="Hauppauge WinTV 418 TS Capture" />
<filter id="BDA-PROVIDER" category="BDA-PROVIDER" name="Microsoft ATSC Network Provider" clsid="{0DAD2FDD-5FD7-11D3-8F50-00C04F7971E2}" />
<filter id="BDA-TIF" category="BDA-TIF" name="BDA MPEG2 Transport Information Filter" />
<filter id="BDA-MST" category="BDA-TIF" name="MPEG-2 Sections and Tables" />
<filter id="DEMUX" category="MPEG2DEMUX" flags="no-preset" />
<filter id="ANALYZER" category="MPEG2ANALYZER" />
<filter id="SBESINK" category="SBESINK" />
<connect output_filter="BDA-PROVIDER" output_pin="#0" input_filter="TVTUNER" input_pin="#0" />
<connect output_filter="TVTUNER" output_pin="#0" input_filter="CAPTURE" input_pin="#0" />
<connect output_filter="CAPTURE" output_pin="#0" input_filter="DEMUX" input_pin="#0" />
<connect auto_demux="true" />
</sink>
<source>
</source>
</graph>
NOTE: THIS WILL STILL NOT WORK. You will need to get the proper device ID. See the instructons in the 2nd post for how to do this (or someone who has a 1600 may be able to post the right value).
Once you change the device id, copy the above code to notepad and save it as:
C:\Program Files\Yahoo!\Yahoo! Go for TV\tv\graphs\Hauppauge WinTV 418 TS Capture.mtv-graph