Skip to content
misterhaan edited this page Dec 10, 2016 · 3 revisions

MythClient

MythClient helps Windows clients play recordings from a separate MythTV server. It provides an alternative to the MythWeb Recorded Programs page, with the streaming and downloading of recordings replaced with directly launching the recording from a network share.

MythClient was designed for use on an HTPC using a TV on the other side of the room as its display. It can also be useful on laptops or traditional PCs, however, in case you do not have an HTPC or sometimes want to watch MythTV recordings in a different part of the house.

Requirements

MythClient runs on the .NET Framework version 4, which can be downloaded from Microsoft. To develop MythClient, Visual Studio 2015 Community is recommended but the .NET 4 SDK should be enough. The installers are built from WiX projects, which require the WiX Toolset.

In order for MythClient to be useful, it needs two types of access to a MythTV server:

  1. MythTV Services API - The MythTV server must provide its Services API to the machine running MythClient.
  2. Network share - The recorded programs directory must be available as a Windows-accessible network share in order for MythClient to launch them in the default video player.
Clone this wiki locally