PVR 150 MCE problems (got it working with the latest CVS!) (1 Viewer)

jgvonk

Portal Member
January 21, 2005
10
0
Hi there soliver25,

Maybe with 0.1.3.0 your remote works as well, have you tried?
I have no remote yet, I am thinking of one that is free programmable and supports RF for the the usb-RF pick up that my htpc will get, as well as IR for the plain old pal 3:4 tv. Any tips?
 

soliver25

Portal Member
November 24, 2005
19
0
Hey I got the latest CVS working perfectly!

I noticed that the CVS configuration only has VMR7 and VMR9, which sets the VMR9 option to 0 or 1 in the mediaportal.xml file under the MyTV section.

The RC1 has 3 settings, Overlay, VMR9 Windowless, and VMR9 Renderless, which sets the option to 0, 1 or 2.

So, I set the VMR9 option under MyTV to 2, and now it works perfectly with the latest CVS.

I read somewhere in the changelog that they took windowless out because it was no longer being used, but whatever the 2 is, it works perfectly.

Code:
  <section name="mytv">
    <entry name="deinterlace">3</entry>
    <entry name="autoturnontv">yes</entry>
    <entry name="defaultar">normal</entry>
    <entry name="vmr9">2</entry>
    <entry name="audiocodec">InterVideo NonCSS Audio Decoder for Hauppauge</entry>
    <entry name="videocodec">InterVideo NonCSS Video Decoder for Hauppauge</entry>
    <entry name="ffdshow">no</entry>
    <entry name="channel">9 USA</entry>
    <entry name="group">All Channels</entry>
    <entry name="tvon">yes</entry>
    <entry name="timeshifting">yes</entry>
  </section>
 

Users who are viewing this thread

Top Bottom