Archive:Add-on:PVR.WMC: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 84: Line 84:


= Troubleshooting =
= Troubleshooting =
{| cellpadding="8" cellspacing="0"
|- valign="top" |
| ||
== General ==
== General ==
# If you're experiencing troubles with the addon, [http://forum.xbmc.org/showthread.php?tid=171216 ServerWMC thread in XBMC Forum] is the correct place to ask for help.
# If you're experiencing troubles with the addon, [http://forum.xbmc.org/showthread.php?tid=171216 ServerWMC thread in XBMC Forum] is the correct place to ask for help.
Line 114: Line 117:
* ServerWMC/PVR.WMC Support Thread - http://forum.xbmc.org/showthread.php?tid=171216
* ServerWMC/PVR.WMC Support Thread - http://forum.xbmc.org/showthread.php?tid=171216
* PVR.WMC Raspbmc Suport Thread - http://forum.stmlabs.com/showthread.php?tid=10553
* PVR.WMC Raspbmc Suport Thread - http://forum.stmlabs.com/showthread.php?tid=10553
 
|}


[[Category:Add-ons not in the XBMC.org repo]]
[[Category:Add-ons not in the XBMC.org repo]]

Revision as of 01:07, 2 October 2013

WMC PVR Client

Author: KrustyReturns

Type: PVR
Repo:

License: None Currently

Summary: WMC PVR Client
Home icon grey.png   ▶ Add-ons ▶ WMC PVR Client

An xbmc client to interface to Windows Media Center's receiver and EPG service. Thanks to JeffreyF, Tomba73, Riztnack, Staknhalo, Scarecrow420. Special thanks to Burckh for letting us use his RemuxTool code.


PVR/Contents Note: This page is currently under construction


Overview

PVR.WMC is a PVR client add-on that provides Live TV, PVR functions and electronic program guide data to XBMC. The services are provided by connecting to ServerWMC; a server interface for Windows which communicates with Windows Media Center.

Supported Platforms

The ServerWMC backend must be installed on a Windows PC running either Windows 7, WIndows 8 or Windows 8.1 which must have Windows Media Center (WMC) installed and configured.

The PVR.WMC client add-on is officially supported on Windows, Linux and OS X XBMC platforms.

A RaspberryPi version is available but will not be covered in detail here at this time. Please refer to the following link for additional information: http://forum.stmlabs.com/showthread.php?tid=10553

Android is not currently supported, but is on the to-do list.

Downloading

XBMC 12 Frodo


XBMC 13 Gotham Preview

Installing

As pvr.wmc is not currently an official XBMC PVR addon, you need to manually install it in your XBMC addons directory.

There is a separate addon version for XBMC 12 (Frodo) and XBMC 13 (Gotham preview) versions, so make sure you choose the correct one (refer to Builds section above).

Once you've downloaded the addon start XBMC and go to System -> Settings -> Add-ons -> Install from zip file. A folder navigation pane will come up. Navigate to where the addon was downloaded to and select the addon file. This will install the addon to the XBMC profile.

Configuring XBMC PVR Addon to connect to ServerWMC

  1. Go to Settings -> Add-ons -> Enabled Add-ons -> PVR Clients and select the Windows Media Center add-on
  2. Select "Configure"
ServerWMC Backend Hostname or IP
The hostname or IP address of the server where ServerWMC and WMC is installed. If backend and frontend run on the same machine then 'localhost' can be used.
If the hostname of the server is not known go to the System Properties window on the server (WinKey + Pause/Break). The hostname is listed under Computer Name.
ServerWMC Backend Port
The default is 9080.


Next step: Configuring XBMC


Troubleshooting

General

  1. If you're experiencing troubles with the addon, ServerWMC thread in XBMC Forum is the correct place to ask for help.
  2. Always include a ServerWMC logfile posted on pastebin and in some cases a XBMC debug log is also helpful

Windows

Windows specific troubleshooting here.

OS X

OS X specific troubleshooting here.

Linux

Linux specific troubleshooting here.

Raspberry Pi

Note: Streaming Live TV from ServerWMC to the PVR.WMC plug-in on Raspbmc requires the MPEG-2 codec be purchased from the Raspberry Pi store and installed. http://www.raspberrypi.com/mpeg-2-license-key/

ServerWMC Log File

The ServerWMC log file can be located under C:\ProgramData\VDsoftware\ServerWMC\ServerWMC.log

Development

Code for the pvr.wmc client is available here: https://bitbucket.org/krustyreturns/pvr.wmc

Information on compiling your own Linux client can be found here: https://googledrive.com/host/0ByNnAMYBoWvfTk8tRWJXYko1T2c/documentation/linux%20compile%20instructions.html (Thanks to doublea)

If you are interested in assisting with development of ServerWMC, please PM krustyreturns on the XBMC Forum

Additional guides and links