2011-03-01, 01:23 AM
I have updated mvpmcx2o.7z to deal with LiveTV stopping changes in v2.0. If you use your NMT for LiveTV this is a mandatory update. The file is available from NMTInstall2 and direct download.
There is also a significant change for NTSC and PAL viewer. The default screen size has been updated to 800x600 which produces a nicer canvas for the NPVR menus. Most SD users will need to update their config.xml to match. I suggest starting with this
Other changes,
- direct http audio streaming support
- When there is only on audio stream in video, the Audio key on the remote will toggle Left, Right, Stereo. The default is always Stereo.
- disabled navigation in LiveTV since this will likely cause an NMT hangup. Hopefully one way sub will support navigation in LiveTV.
Martin
There is also a significant change for NTSC and PAL viewer. The default screen size has been updated to 800x600 which produces a nicer canvas for the NPVR menus. Most SD users will need to update their config.xml to match. I suggest starting with this
Code:
<MAC-0006DC.....>
<MVPClientType>PCH2</MVPClientType>
<MVPWidth>720</MVPWidth>
<MVPHeight>560</MVPHeight>
<MVPOffsetX>40</MVPOffsetX>
<MVPOffsetY>20</MVPOffsetY>
<MVPSendIncrementalUpdates>true</MVPSendIncrementalUpdates>
</MAC-0006DC...>
Other changes,
- direct http audio streaming support
- When there is only on audio stream in video, the Audio key on the remote will toggle Left, Right, Stereo. The default is always Stereo.
- disabled navigation in LiveTV since this will likely cause an NMT hangup. Hopefully one way sub will support navigation in LiveTV.
Martin