Difference between revisions of "Xbox Frontend"

From MythTV Official Wiki
Jump to: navigation, search
(Installing the MythTV front end)
(Added XBox Media Center MythTV information)
Line 1: Line 1:
= MythTV on an Xbox Frontend =
+
= Xbox as a MythTV Frontend =
 
An Xbox makes a wonderful standard definition MythTV front end due to its reasonably powerful CPU and graphics card.
 
An Xbox makes a wonderful standard definition MythTV front end due to its reasonably powerful CPU and graphics card.
  
== Install a Linux distribution ==
+
== Running Mythfrontend on Linux ==
 +
=== Install a Linux distribution ===
 
MythTV can be installed on an Xbox by installing a Linux distribution on a modded/softmodded Xbox.  One distribution that works well is Xebian - see the [http://www.xbox-linux.org/wiki/Xebian_HOWTO Xebian HOWTO].   
 
MythTV can be installed on an Xbox by installing a Linux distribution on a modded/softmodded Xbox.  One distribution that works well is Xebian - see the [http://www.xbox-linux.org/wiki/Xebian_HOWTO Xebian HOWTO].   
  
 
For the purposes of this HOWTO, follow the Xebian HOWTO but ignore the sections on digital audio output and Compiling the ALSA kernel-module.
 
For the purposes of this HOWTO, follow the Xebian HOWTO but ignore the sections on digital audio output and Compiling the ALSA kernel-module.
  
== Installing the MythTV front end ==
+
=== Installing the MythTV front end ===
 
There are several options to install the MythTV front end:
 
There are several options to install the MythTV front end:
  
Line 15: Line 16:
 
# [[Xbox_Frontend_Compile_with_SVN|Compile MythTV using the latest SVN snapshot]]
 
# [[Xbox_Frontend_Compile_with_SVN|Compile MythTV using the latest SVN snapshot]]
  
== Configuring the MythTV front end ==
+
=== Configuring the MythTV front end ===
  
 
Section for Configure the Xbox MythTV to talk to the MythTV Backend
 
Section for Configure the Xbox MythTV to talk to the MythTV Backend
  
== Other configuration issues/notes ==
+
=== Other configuration issues/notes ===
  
 
Section for other Xbox configuration issues  
 
Section for other Xbox configuration issues  
Line 25: Line 26:
 
eg. Video quality
 
eg. Video quality
 
eg. Overscan
 
eg. Overscan
 +
 +
== Running XBMC MythTV Frontend ==
 +
The [[XBMC]] (XBox Media Center) is an Open Source project (nothing to do with not Microsoft!) that is based on MPlayer.
 +
 +
The XBMC MythTV frontend is a Python Script that works in a similar fashion to the original Mythfrontend without the overhead of running Linux or XWindows on your xbox.
 +
 +
=== Install XBMC ===
 +
There are CD Images (somewhere on the net - due to legal reasons) that will boot in a modded xbox and install XBMC.  Or you can use Xebian to transfer the XBMC files onto the C:\ and E:\ drives.
 +
 +
=== Install XBMC MythTV ===
 +
Download and install as per the XBMC MythTV instructions.
 +
 +
It is possible to add this to the XBMC menu system...
  
 
== Other guides and sources of information ==
 
== Other guides and sources of information ==
Line 30: Line 44:
  
 
[http://www.mythtv-xbox.org/phpBB2/viewforum.php?f=2 MythTV Xebian Installation Support forum]
 
[http://www.mythtv-xbox.org/phpBB2/viewforum.php?f=2 MythTV Xebian Installation Support forum]
 +
 +
[http://sourceforge.net/projects/xbmcmythtv/ XBMC MythTV Script]
 +
 +
[http://www.xboxmediacenter.com/ XBMC - XBox Media Center]
  
 
[[Category:HOWTO]]
 
[[Category:HOWTO]]

Revision as of 23:56, 23 February 2006

Xbox as a MythTV Frontend

An Xbox makes a wonderful standard definition MythTV front end due to its reasonably powerful CPU and graphics card.

Running Mythfrontend on Linux

Install a Linux distribution

MythTV can be installed on an Xbox by installing a Linux distribution on a modded/softmodded Xbox. One distribution that works well is Xebian - see the Xebian HOWTO.

For the purposes of this HOWTO, follow the Xebian HOWTO but ignore the sections on digital audio output and Compiling the ALSA kernel-module.

Installing the MythTV front end

There are several options to install the MythTV front end:

  1. Install MythTV on Xebian stable (sarge) with pre-compiled binaries - see the Xbox_Frontend_on_Xebian_stable for more information.
  2. Install MythTV on Xebian unstable (sid) with pre-compiled binaries - see the MythTV on Xebian HOWTO for more information.
  3. Compile MythTV using the released source code
  4. Compile MythTV using the latest SVN snapshot

Configuring the MythTV front end

Section for Configure the Xbox MythTV to talk to the MythTV Backend

Other configuration issues/notes

Section for other Xbox configuration issues eg. Digital sound eg. Video quality eg. Overscan

Running XBMC MythTV Frontend

The XBMC (XBox Media Center) is an Open Source project (nothing to do with not Microsoft!) that is based on MPlayer.

The XBMC MythTV frontend is a Python Script that works in a similar fashion to the original Mythfrontend without the overhead of running Linux or XWindows on your xbox.

Install XBMC

There are CD Images (somewhere on the net - due to legal reasons) that will boot in a modded xbox and install XBMC. Or you can use Xebian to transfer the XBMC files onto the C:\ and E:\ drives.

Install XBMC MythTV

Download and install as per the XBMC MythTV instructions.

It is possible to add this to the XBMC menu system...

Other guides and sources of information

Installing MythTV with MythTV-Xbox (MXB) Installer by Dennis Cartier - 0.4.5 seems to be for MythTV 0.18 only

MythTV Xebian Installation Support forum

XBMC MythTV Script

XBMC - XBox Media Center