home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Why Mediaportal staff don't help us with 310i ???
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Tomse" data-source="post: 222563" data-attributes="member: 56966"><p>The PCTV 310i card has had a lot of problems being found by Media Portal</p><p></p><p>I've fought with the card and MP since I bought the card over a year ago.</p><p></p><p>I've managed to get MP to find the card (both of them since it's a hybrid DVB-T/Analog)</p><p></p><p>go to the folder where you installed MP and edit the file CaptureCardDefinitions.xml </p><p>you can use notepad as an editor</p><p></p><p>copy the code written below into the bottom of the file JUST before the line </capturecards></p><p>(above line is for novice people. All you other advanced people can just paste it where you want, since </p><p>you know what you're doing)</p><p></p><p>[CODE] <capturecard commercialname="Pinnacle PCTV 713x Tuner BDA Analog" capturename="Pinnacle PCTV 713x Tuner BDA Analog" devid="ven_1131&amp;dev_7133&amp;subsys_002f11bd&amp;rev_d0"></p><p> <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities></p><p> <tv></p><p> <interface cat="mux" video="" audio="" mpeg2="0"></interface></p><p> <filters></p><p> <filter cat="tvtuner" name="Pinnacle PCTV 713x Tuner BDA Analog TV Tuner" checkdevice="false"></filter></p><p> <filter cat="tvaudio" name="Pinnacle PCTV 713x Tuner BDA Analog TV Audio" checkdevice="false"></filter></p><p> <filter cat="crossbar" name="Pinnacle PCTV 713x Tuner BDA Analog Xbar" checkdevice="fal"></filter></p><p> <filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Analog Capture" checkdevice="true"></filter></p><p> <filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter></p><p> <filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter></p><p> <filter cat="mux" name="%mpegmux%" checkdevice="false"></filter></p><p> </filters></p><p> <connections></p><p> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection></p><p> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection></p><p> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection></p><p> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection></p><p> <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection></p><p> <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection></p><p> <connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"></connection></p><p> <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection></p><p> <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection></p><p> </connections></p><p> </tv></p><p> </capturecard></p><p></p><p></p><p></p><p><capturecard commercialname="Pinnacle PCTV 310i DVBT HYBRID Digital" capturename="Pinnacle PCTV 713x Tuner BDA Digital Capture" devid="ven_1131&amp;dev_7133&amp;subsys_002f11bd&amp;rev_d0"> </p><p><capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="true"/></p><p><tv></p><p><interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/></p><p><filters></p><p><filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/> </p><p><filter cat="tunerdevice" name="Pinnacle PCTV 713x Tuner BDA DVBT Tuner" checkdevice="true"/> </p><p><filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Digital Capture" checkdevice="true"/> </p><p></filters> </p><p><connections> </p><p><connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/> </p><p><connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/> </p><p></connections></p><p></tv></p><p></capturecard></p><p>[/CODE]</p><p></p><p>These settings are for the 1.3.3.5 driver downloaded from Pinnacle's homepage.</p><p>if you have the 1.3.3.0 drivers, your card should already be found.</p><p></p><p>I haven't tested yet if the card can actually scan for channels.</p><p>I'll do that tomorrow since I have to go to the attic to pick up my TV cables.</p><p>Yes they are there, and have been there for a long time.</p><p></p><p>I'd like to thank Eiza for his post that actually made me try out some things, and now I've learned to add a new card to the list.</p><p>his original post is here <a href="https://forum.team-mediaportal.com/pinnacle_pctv_310i_prob_tvengine3_05_31-t23794.html?t=23794&highlight=Pinnacle+PCTV+310i" target="_blank">https://forum.team-mediaportal.com/pinnacle_pctv_310i_prob_tvengine3_05_31-t23794.html?t=23794&highlight=Pinnacle+PCTV+310i</a> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> </p><p></p><p>I will make a new topic with this guide as well</p></blockquote><p></p>
[QUOTE="Tomse, post: 222563, member: 56966"] The PCTV 310i card has had a lot of problems being found by Media Portal I've fought with the card and MP since I bought the card over a year ago. I've managed to get MP to find the card (both of them since it's a hybrid DVB-T/Analog) go to the folder where you installed MP and edit the file CaptureCardDefinitions.xml you can use notepad as an editor copy the code written below into the bottom of the file JUST before the line </capturecards> (above line is for novice people. All you other advanced people can just paste it where you want, since you know what you're doing) [CODE] <capturecard commercialname="Pinnacle PCTV 713x Tuner BDA Analog" capturename="Pinnacle PCTV 713x Tuner BDA Analog" devid="ven_1131&dev_7133&subsys_002f11bd&rev_d0"> <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="false"></capabilities> <tv> <interface cat="mux" video="" audio="" mpeg2="0"></interface> <filters> <filter cat="tvtuner" name="Pinnacle PCTV 713x Tuner BDA Analog TV Tuner" checkdevice="false"></filter> <filter cat="tvaudio" name="Pinnacle PCTV 713x Tuner BDA Analog TV Audio" checkdevice="false"></filter> <filter cat="crossbar" name="Pinnacle PCTV 713x Tuner BDA Analog Xbar" checkdevice="fal"></filter> <filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Analog Capture" checkdevice="true"></filter> <filter cat="videncoder" name="%videoencoder%" checkdevice="false"></filter> <filter cat="audencoder" name="%audioencoder%" checkdevice="false"></filter> <filter cat="mux" name="%mpegmux%" checkdevice="false"></filter> </filters> <connections> <connection sourcefilter="tvtuner" sourcepin="0" sinkfilter="crossbar" sinkpin="%tvtuner%"></connection> <connection sourcefilter="tvtuner" sourcepin="1" sinkfilter="tvaudio" sinkpin="0"></connection> <connection sourcefilter="tvaudio" sourcepin="0" sinkfilter="crossbar" sinkpin="%audiotuner%"></connection> <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection> <connection sourcefilter="crossbar" sourcepin="1" sinkfilter="capture" sinkpin="1"></connection> <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection> <connection sourcefilter="capture" sourcepin="3" sinkfilter="audencoder" sinkpin="0"></connection> <connection sourcefilter="videncoder" sourcepin="0" sinkfilter="mux" sinkpin="0"></connection> <connection sourcefilter="audencoder" sourcepin="0" sinkfilter="mux" sinkpin="1"></connection> </connections> </tv> </capturecard> <capturecard commercialname="Pinnacle PCTV 310i DVBT HYBRID Digital" capturename="Pinnacle PCTV 713x Tuner BDA Digital Capture" devid="ven_1131&dev_7133&subsys_002f11bd&rev_d0"> <capabilities tv="true" radio="true" mpeg2="true" mce="false" sw="false" bda="true"/> <tv> <interface cat="capture" video="2" audio="3" mpeg2="1" sectionsandtables="5"/> <filters> <filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"/> <filter cat="tunerdevice" name="Pinnacle PCTV 713x Tuner BDA DVBT Tuner" checkdevice="true"/> <filter cat="capture" name="Pinnacle PCTV 713x Tuner BDA Digital Capture" checkdevice="true"/> </filters> <connections> <connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"/> <connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"/> </connections> </tv> </capturecard> [/CODE] These settings are for the 1.3.3.5 driver downloaded from Pinnacle's homepage. if you have the 1.3.3.0 drivers, your card should already be found. I haven't tested yet if the card can actually scan for channels. I'll do that tomorrow since I have to go to the attic to pick up my TV cables. Yes they are there, and have been there for a long time. I'd like to thank Eiza for his post that actually made me try out some things, and now I've learned to add a new card to the list. his original post is here [url]https://forum.team-mediaportal.com/pinnacle_pctv_310i_prob_tvengine3_05_31-t23794.html?t=23794&highlight=Pinnacle+PCTV+310i[/url] :thx: I will make a new topic with this guide as well [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Why Mediaportal staff don't help us with 310i ???
Contact us
RSS
Top
Bottom