Difference between revisions of "Opensuse 10.2"

From MythTV Official Wiki
Jump to: navigation, search
(NVIDIA)
(LCDproc, the lcd display)
Line 282: Line 282:
 
and read the INSTALL file.
 
and read the INSTALL file.
 
[[Image:LCDproc.jpg|left|160px|]]
 
[[Image:LCDproc.jpg|left|160px|]]
 
+
[[Image:Clock-green.png|left|30px|]]
  
  

Revision as of 11:00, 27 January 2007

openSUSE 10.2

Myth suse.jpg



The openSUSE project is a community program sponsored by Novell. With the launch of the openSUSE project, openSUSE is now developed in an open model—public development builds, releases, and sources will be posted frequently here and you will have access to our Bugzilla database for defect reporting.


When you start writing about mythTV and/or openSUSE, please:

mythTV; lowercase myth; uppercase TV

openSUSE; lowercase open; uppercase SUSE


Introduction

For rich, reliable and secure home computing like mythTV, there's no better choice than openSUSE10.2. It features an easy-to-install Linux operating system that includes most of the required mythTV components standard in the box. While the official mythTV documentation attempts to be as distribution-agnostic as possible, this document is geared specifically toward building a MythTV system on the openSUSE 10.2 Linux distribution. Moosy.gif blog is a platform for openSUSE and SLED releated news that had a mythTV corner. We decided in January, 2007 to move our content to the mythTV wiki and created this wikipage.

openSUSE 10.2, in combination with the PacMan repository, provides you with an easy installation and all the latest packages of the mythtv rpms, ivtv, lirc, xmltv, php, mysql, mplayer, xine and many more that are necessary for a fully functional mythTV box.


openSUSE 10.2 official documentation

System requirements for openSUSE 10.2

All packages included in openSUSE 10.2


While mythTV can take quite some time to install, the result will be a fast box that can do nearly anything to entertain. Furthermore, the system is incredibly reliable, and if you leave it on, you can expect runtimes that last for years with little to no maintenance to be done (aside from updates if desired). We've also experienced that the WAF (Wife Acceptance Factor) for mythTV is enormous. As soon as you start playing with it, you need a second box because it becomes the most mission critical system in your house. I hope this document will help you in your quest for your ultimate mythbox.

Initial System Setup

Installing mythTV all starts with good hardware. The first requirement is a machine capable of running openSUSE 10.2 x86 or x86-64 (Linux kernel 2.6.18.2) and that can be connected to the Internet. You will also need a decent audio card and a video card, a hard drive with as much storage space as you desire, as well as a TV tuner capable of performing hardware-level video encoding. Many people run mythTV without any problems on older hardware; however, if you are planning on doing anything with high definition video or complex transcoding jobs, you will need to have sufficient memory and processing power. Check this wiki and the mailinglist before you purchase any new hardware.

You might also find it useful to look at http://www.silentpcreview.com/ if you build a machine for your living room, in order to get advice on low power-consumption, low noise setups.


Get your hand on a openSUSE 10.2 DVD or CD set. It can be downloaded from the opensuse download site.

openSUSE 10.2 uses ext3 as the default filesystem (earlier suse versions reiserfs). I suggest you use ext3 as your default file system. If you want to use something other than ext3 for your /video partition, I suggest XFS because it can handle large files very well.


mythTV and plugin dependencies (need to verify when we do a new installation)

xmltv, kernel source, gcc, ivtv, lirc, mysql, php5, phpmyadmin, python, mplayer, xine-ui, alsa, libdvdread, mjpegtools, 
xvid, audit-libs, libao, libfame, transcode, flac, libfame, fame, libid3tag, w32codec-all, lame, xmms, dvb 

mythTV packages

mythtv, mythtv-backend, mythtv-debuginfo, mythtv-frontend, mythtv-setup, mythtv-themes, libmyth, libmyth-devel

mythTV plugins

mytharchive, mythbrowser, mythcontrols, mythdvd, mythflix, mythgallery, mythgame, mythmusic, mythnews, mythphone, mythplugins,  
mythplugins-debuginfo, mythvideo, mythweather, mythweb


A good article for you to start in setting up your openSUSE system is Hacking openSUSE 10.2.

YaST Sources, get the packages

To add the External YaST Repositories for mythTV, open YaST, go to "Installation Sources" and press Add. There, first select the protocol and, on the next page, enter the server and the directory as listed below.

add pacman as your installation source:

Protocol - HTTP
Server name - packman.iu-bremen.de
Directories - suse/10.2

General openSUSE 10.2 installation sources can be found at the openSUSE website.

To add pacman from the commandline and the openSUSE 10.2 online source:

rug service-add http://packman.iu-bremen.de/suse/10.2 --type=ZYPP "Packman"
rug service-add http://download.opensuse.org/distribution/10.2/repo/non-oss/ --type=ZYPP "openSUSE-10.2-non-oss"
rug service-add http://download.opensuse.org/distribution/10.2/repo/oss/ --type=ZYPP "openSUSE-10.2"

Once installed, search YaST for all of the packages listed earlier. Packages can also be installed from the commandline:

sudo /sbin/yast -i mythtv mythtv-frontend mythtv-backend mythtv-setup mysql ivtv ivtv-kmp-default mplayer libxine1


NOTE: Do yourself a favour and don't bother with YaST. I've always found SMART much better at package management. For instructions on setting up SMART for openSUSE 10.2 (which comes with the pacman repositories by default), visit the SMART page of the SUSE wiki.

IVTV, the analogue TV card

mythTV supports a myriad of different video capture cards. Some of the more common cards utilize the IVTV driver, a kernel driver for Linux and a driver for X11 for hardware based on Conexant's CX23415/CX23416 codec chip (such as the Hauppauge PVR 150/250/350/500 models).

The primary resource for IVTV support is the IVTV wiki

openSUSE 10.2 ships with IVTV version 0.8.0-9 and everything is auto detected on the x86 and x86-64 bit version of the OS.

ivtv 0.8.0 (Driver Implementation for iCompression or Conexant Video Capture Cards)

supported tv cards http://en.opensuse.org/HCL/TV_Cards

To check what version is installed, issue the command:

rpm -qa | grep ivtv

Your output should look something like:

ivtv-kmp-default-0.8.0_2.6.18.2_34-9
ivtv-0.8.0-9

The IVTV configuration file on openSUSE 10.2 is /etc/modprobe.d/tv.

To troubleshoot IVTV check the console output with dmesg in the following manner:

dmesg | grep ivtv

Hauppauge WinTV PVR-150

About the PVR-150 -> http://www.hauppauge.com/pages/products/data_pvr150.html

PVR150.jpg

You can start with a PVR-150, but as soon as you are up to speed you want a PVR-500 (the PVR-500 has two encoders on one card, and is recognized as 2 x 150 cards)

http://www.mythtv.org/wiki/index.php/Hauppauge_PVR-150

Hauppauge WinTV PVR-500

about the PVR-500 -> http://www.hauppauge.com/pages/products/data_pvr500mce.html.

mythtv-setup

Select "New capture card", to setup a new card. The card type should be "think there is pvr150 or pvr500". The video device should be set to /dev/video0, and the default input should be set to Tuner 0 or in newer versions Tuner. Now, since we are configuring a Hauppage PVR-500 card, we need to configure the second tuner/encoder on the card. PAY ATTENTION HERE.


The PVR-500 has two tuners and two encoders stuffed onto one card, the first card is /dev/video0 and Tuner-0, but the second card is: /dev/video1 and Tuner-0. Note that that is tuner ZERO. So now select "New capture card" again and put /dev/video1 and Tuner-0 in the applicable fields.


lspci can give you more info on your card and tuner:

lspci | grep -i itv

my output with my Hauppauge WinTV PVR-500 MCE

03:08.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
03:09.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)

Firmware

THIS IS A MANUAL TASK !! Make sure you use the correct firmware, explained here http://ivtvdriver.org/index.php/Firmware#Firmware_filenames

Save the firmware in: /lib/firmware

Think you can download some firmware here: http://jarpack.net/mythtv

Config file

ivtv settings are stored in /etc/modprobe.d/tv

cat /etc/modprobe.d/tv

Do not edit this file, this is all done by YaST

alias char-major-81 videodev
options i2c-algo-bit bit_test=1
# YaST configured TV card
# Uog3.chCB1CyIbw9:WinTV PVR 150
alias char-major-81-0 ivtv
# YaST configured TV card
# ZvjX.sZc4ePByvkF:WinTV PVR 150
alias char-major-81-1 ivtv
alias char-major-81-2 off
alias char-major-81-3 off

See how ivtv started when you restarted your machine and/or kernel modules are loaded.

dmesg | grep "video"

output:

ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.8.0 (tagged release) loading
ivtv:  Linux version: 2.6.18.2-34-default SMP mod_unload gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge WinTV PVR-150 card (cx23416 based)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (262144 bytes)
ivtv0: This is the first unit of a PVR500
tuner 1-0043: chip found @ 0x86 (ivtv i2c driver #0)
tuner 1-0060: chip found @ 0xc0 (ivtv i2c driver #0)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #0)
cx25840 1-0044: cx25843-23 found @ 0x88 (ivtv i2c driver #0)
wm8775 1-001b: chip found @ 0x36 (ivtv i2c driver #0)
ivtv0: Encoder revision: 0x02060039
etc..

Devices

ls /dev/vi* -l

output

lrwxrwxrwx 1 root root 6 Dec 29 06:27 /dev/video -> video0
crw-rw----+ 1 root video 81, 0 Dec 29 06:27 /dev/video0
crw-rw----+ 1 root video 81, 1 Dec 29 06:27 /dev/video1
crw-rw----+ 1 root video 81, 24 Dec 29 06:27 /dev/video24
crw-rw----+ 1 root video 81, 25 Dec 29 06:27 /dev/video25
crw-rw----+ 1 root video 81, 32 Dec 29 06:27 /dev/video32
crw-rw----+ 1 root video 81, 33 Dec 29 06:27 /dev/video33

Tuner unit #1: /dev/video0 – The encoding capture device (Read-only) /dev/video24 – The raw audio capture device (Read-only) /dev/video32 – The raw video capture device (Read-only) /dev/radio – The radio tuner device /dev/vbi0 – The "vertical blank interval" (Teletext) capture device Tuner unit #2: /dev/video1 – The encoding capture device (Read-only) /dev/video25 – The raw audio capture device (Read-only) /dev/video33 – The raw video capture device (Read-only) /dev/vbi1 – The "vertical blank interval" (Teletext) capture device

Hauppauge WinTV PVR-250

About the PVR-250 -> http://www.hauppauge.com/pages/products/data_pvr250mce.html

Pvr250 board.jpg


no openSUSE specific info available, I don't have one.


Please add your info here.

Hauppauge WinTV PVR-350

About the PVR-350 -> http://www.hauppauge.com/pages/products/data_pvr350.html

no openSUSE specific info available, I don't have one. Please add your info here.

http://www.mythtv.org/wiki/index.php/Pvr350

DVB, the digital TV card

For DVB devices supported by linux see the following pages on the linuxtv.org wiki.


http://www.mythtv.org/wiki/index.php/DVB

opensuse supported tv cards http://en.opensuse.org/HCL/TV_Cards

http://www.linuxtv.org/wiki/index.php/Main_Page

Hauppauge Nova-T

This card should be installed automatically under openSUSE 10.2. It should Just Work™, no installs or config needed.

http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_PCI

http://www.mythtv.org/wiki/index.php/Hauppauge_WinTV_Nova-T_USB2

Hauppauge 1300

This card need Steve Toth's one-year-in-the-making almost-finished V4L drivers installed to get it working. The method is slightly complicated for newbies but the rest of you should find it relatively easy, so long as you do things in the right order.

Start by downloading the contents of the main v4l-dvb repository on linuxtv.org (this link, if you can't find it). I forget exactly what you do then, but it involves making, unloading, loading, installing... something like that. Anyway, the card should work after a restart if it's done properly.

Audio setup

I did not have to do anything. Everything was auto detected by the install and audio just worked.


LIRC, the remote control

LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls. openSUSE 10.2 ships with lirc 0.8.0-41

Atiremotewonder2.jpg

To use LIRC, you need a working /etc/lircd.conf file for your remote. You can get a lircd.conf for your remote on the http://lirc.org website or create your own file with irxevent and/or mode2, or search the web for a compatible one.

You also need to create a key mapping file in order to use your remote with any programs. With mythTV, this file is /home/user/.mythtv/lircrc and there should be a number of examples on line. Just remember that the key names in lircrc should correspond with the same button names in lircd.conf.


So,

/etc/lircd.conf = Maps remote control scancodes to logic functions (like play, poweroff, pause etc.)

.lircrc = application specific mapping of the remote functions (play, poweroff etc) to the app specific functions for mythTV, mplayer and or Xine


Instead of creating an individual lircrc file for each application, you can create one master file and put symbolic links to this in the appropriate places. The text command for creating a lircrc file in your home .mythtv directory, symbolically linked to .lircrc in your home directory, follows:

ln -s ~/.mythtv/lircrc ~/.lircrc

Note that lircd does not get automatically loaded.

So, ensure that the LIRC demon is enabled from boot by using YaST's Services manager (just find lirc, select it, hit enable and save).

LCDproc, the lcd display

mythTV ( mythlcdserver ) can control an LCD panel through LCDproc API. LCDproc is not part of openSUSE 10.2. In jan 2007 they are not available on pacman so: You need to download the source and compile. Make sure you also compile the server component of LCDproc and read the INSTALL file.

LCDproc.jpg
Clock-green.png


test your lcd device

echo Moosy rocks > /dev/lcd0
./configure --enable-drivers=all
make
cd shared
make
cd server
make
make install

check and configure the LCDd.conf file In the LCDd.conf there is a DriverPath pointing to server/drivers. (make this a complete path)

start the lcd server

LCDd

configure mythfrontend to use the lcd [config] [screen]

more http://www.mythtv.org/wiki/index.php/LCDproc

MySQL, the database

create THE database

mythTV uses MySQL to store store it's settings, listings, recording schedules, and other information. So we have to make sure openSUSE starts MySQL when it boots, and we have to initialize the database with some basic information that mythTV can work with. The database is probably the most important component of mythTV because without it, absolutely none of mythTV can function.

opensuse 10.2 ships with mysql 5.0.26 (A True Multiuser, Multithreaded SQL Database Server)

As root, start mysql by typing

/etc/init.d/mysql start

Watch for errors. Set up a root password by typing

mysqladmin -u root password <yourpasswordhere>

Once MySQL is setup, install the mythTV Database. This is done by running:

mysql -u root < /usr/share/doc/packages/mythtv/database/mc.sql

You should see no output - this is a good thing!

By default, the database is named mythconverg and contains a set of tables that interact with one-another.

make the database multi user (more than 1 system, please do this)

mysql -u root mythconverg
mysql> grant all on mythconverg.* to mythtv@"%" identified by "mythtv";
mysql> flush privileges;

fill THE database

Most essential data in your database is the channel mapping: The mythconverg_channel table in the database links/maps the following information

channel number frequencie name of the channel XMLTV number

Without this information the EPG (Electronic Program Guide) and so mythfilldatabase can not work.


TODO:, this part needs to be re-written, please do so if you feel like it...


The database should be filled with XMLTV data. TV listings stored in the XMLTV format, which is based on XML mythfilldatabase, uses XMLTV and tv_grab_XX tv_grab_XX, where XX is your country specific method. See the XMLTV wiki page for more info. Normally, once a day; mythfilldatabase is executed by crond.


mythfilldatabase, the xmltv grabber is country specific. We use http://graphics.tudelft.nl/~paul/grabber/ for the Netherlands.

check this page: http://www.mythtv.org/wiki/index.php/XMLTV

more info http://www.mythtv.org/wiki/index.php/Mythfilldatabase

manage THE database

Use phpMyAdmin; php5 and phpMyAdmin are both standard part of openSUSE 10.2

openSUSE 10.2 ships with:

php5 5.2.0 (PHP5 Core Files)

phpMyAdmin 2.9.1.1 (Administration of MySQL over the web)


[b]Add commands for entering database, selecting and viewing tables, and simple deletion of channels. Will do once I'm out of Win XP... --Pepsi max2k 20:52, 8 January 2007 (UTC)[/b]

By default, the database is named mythconverg and contains a set of tables that interact with one-another.

fix THE database

In the contrib directory there is a Perl script to run MYSQL utilities Repair and Optimize on each table in your MythTV database. It is recomended to run it daily from a cron job.

First make sure it is executable:

chmod 755 /usr/share/doc/packages/mythtv/contrib/optimize_mythdb.pl

Execute:

/usr/share/doc/packages/mythtv/contrib/optimize_mythdb.pl

run with your daily cron jobs

backup & restore THE database

backup

$mysqldump -u mythtv -pmythtv mythconverg -c > mythtv_backup.sql

TIP: AutoMySQLBackup is a cool or let's say the ultimate backup script for your mythtv environment.


restore: (assuming that you've dropped the database)

$ mysql -u root
mysql>create database mythconverg;
mysql>exit
$ mysql -u mythtv -pmythtv mythconverg < mythtv_backup.sql

NTP, the time protocol

NTP is a protocol designed to synchronize the clocks of computers over a network. So, to get the correct start and stop times for programming, it's important to setup NTP.

Open YaST, click on network services, then NTP client

Configure ntpd to start at boot

There is more info on NTP at http://www.pool.ntp.org

TV-out, the graphics adapter

There is a section on this wiki dedicated to TV-out. http://www.mythtv.org/wiki/index.php/TV_Out.


The type of output your video card can do, and the type of inputs your display device can handle are primarily what dictates what you should use to connect them. From highest- to lowest-quality, the order of consideration is: HDMI, DVI (both of which are digital), VGA, Component, S-Video and finally Composite (all of the rest are analog). Suggest you to read this http://www.mythtv.org/wiki/index.php/Highly_Technical_Details

HDMI digital
DVI digital
VGA analog
Component analog
S-Video analog
Composite analog






ATI

The ATI Proprietary Linux driver (fglrx) currently provides hardware acceleration for 3D graphics and video playback. It also includes support for dual displays and TV Output. The question is; does the driver support your hardware. The driver (fglrx) is also used for the linux 3d desktop (xgl, compiz, beryl)and it looks like ati (amd)has put more resources on the development. Still there are weird things (bugs?) with ati.

Before you install the ATI driver, the following packages have to be installed. Some are installed by default -- check to make sure they're all there by typing these names into the Software Management's search box. If they are not there, install them and all of their dependencies before you continue:

gcc, make, kernel-source, kernel-syms, compat-expat1, expat

ati on this wiki

With the release 8.33.6, release dec. 2006 there is support for openSUSE 10.2 and the new released version of X.org 7.2

current version - jan 2007 - ati driver 8.33.6 - release notes

rpm -qa | grep fglrx

-- sample of howto create a rpm for 32 platform with ati driver 8.32

sh ./ati-driver-installer-8.32.5-x86.x86_64.run --buildpkg SuSE/SUSE102-IA32


TV-OUT ISSUES: still some issues with the 8.33.6 driver and myth 0.20 - will update this when finished. check current state of my research onMoosy.gifby clicking here


--

NVIDIA

A cheap nvidia card is enough for mythTV. Get one without a fan, cheaper and does not make noise. (The 6200LE PCI Express is about 25 euro) You're best off installing the proprietary Nvidia drivers on openSUSE 10.2. This is easiest when you use the default 10.2 install and don't upgrade the kernel. If so, follow the below to get the drivers installed:

Add the nvidia repo to SMART or YAST: http://download.nvidia.com/opensuse/10.2

mythtv:~ # rug service-add http://download.nvidia.com/opensuse/10.2/ --type=ZYPP "nvidia"

Adding zypp service...
                                                                                                                                                                    0% 

The following key must be trusted in order to proceed:

  Name: NVIDIA Corporation <linux-bugs@nvidia.com>
  ID: F5113243C66B6EAE
  Fingerprint: 9B763D49D8A5C892FC178BACF5113243C66B6EAE

Would you like to trust this key? (y/N) y

Adding zypp service...
                                                                                                                                                                 100% 

Successfully added service 'http://download.nvidia.com/opensuse/10.2/'
mythtv:~ # 

Install the x11-video-nvidia and nvidia-gfx-kmp-default packages.

Change to a command shell by hitting Ctrl-F1.

Type "init 3" and then "sax2 -r -m 0=nvidia". IF you don't see an Nvidia logo at this point, something's probably gone wrong.

Unless you have reason to believe the sax2 info will be wrong, and/or know what to change it to, just hit save. Type "init 5" to get back to a GUI.

And if you have any problems with refresh rates or DPI issues, check this suseforums thread.


I haven't got as far as TV-out yet...

Hauppauge WinTV PVR-350

no openSUSE specific info available on the 350's TV-OUT, I don't have one. Please add your info here.

Here is some good info about the 350 tv-out http://www.mythtv.org/wiki/index.php/XV_on_PVR-350 and http://www.mythtv.org/wiki/index.php/Pvr350

INTEL

Please, refer to the man page http://intellinuxgraphics.org/man.html.

no openSUSE specific info available, I don't have one. Please add your info here.

Wakeup, ACPI

http://www.mythtv.org/wiki/index.php/ACPI_Wakeup

Client connectivity

Browser based frontend

Mythweb is the best option to access your mythTV machine over HTTP You can also think of a VNC session to your central box.

In the initial release of 10.2 there is a bug in combination with gdm and the standard vnc. If vnc does not work with gdm (gnome) edit the following file:

pico /opt/gnome/share/gdm/defaults.conf 

look for the [xdmcp] section and change it to enable=true, and then restart gdm, things will start working

mythWeb

1.) Install mythweb, apache (http server) and the YaST HTTP server module todo the config.

2.) Go to Yast->network services->http server->Settings->default host->Edit->Directory "/srv/www/htdocs"

Change "AllowOveride" option  to" All" 
Edit "Options" to "FollowSymLinks"

3.) goto server modules in the YaST HTTP server module and

Enable the env and rewrite modules

4.)Last step, edit permissions. openSUSE runs apache2 as wwwuser in group www

chgrp -R www /srv/www/htdocs/mythweb/data
chmod g+rw /srv/www/htdocs/mythweb/data
MythWebList.png







Now you can access mythWeb by http://your_IP/mythweb/

Linux based frontend

The frontend is basically the graphical interface that shows you the menus and displays the videos on your screen, so obviously it needs X to be on the same machine. Since it is the interface, this is also likely the best place to install any IR recievers or transcievers you have so that you can use a remote control with mythTV. You can install mythfrontend on the same machine as your mythbackend or on one or more other machines. The frontend talks over IP with the backend but for some plugins it needs access to the central mythtv servers, or at least it's filesystem. To have access to your central filesystem you can configure a NFS server for your data directory. On the Linux client; install the NFS client. Have YaST do the rest for you. (do this with the GUI version of YaST, NFS server config is only available in the X GUI of YaST)

mythVideo

MythVideo allows for cataloging and playback of a variety of video file formats. It can perform automatic meta data look ups on IMDB as well as retrieve poster artwork.

VideoBrowseview.jpg






mplayer subtitles

The default mplayer that we got from pacman did not do subtitles. Error message about subfonts.ttf or something. mplayer can search in 2 directories for it's fonts for subtitles:

1.) download the recommended subtitle fonts from

Prerendered fonts: http://www1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
Download MD5 sum: 1ecd31d17b51f16332b1fcc7da36b312
Download size: 234 KB
Additional fonts: http://www1.mplayerhq.hu/MPlayer/releases/fonts/

2.) There are 4 diffrent size in the tar file. Select your preferred font size and save the files in: ~/.player/.font


play non iso dvd rips from disk

When I download some movies, they are not always in ISO format. If they are in VIDEO_TS VOB format I use the following trick to get them in the mythvideo (imdb) display. For this example; let's assume we downloaded a movie called Moosy the Movie part 1.

1.) create a file in your video/movies directory

pico moosymovie.link

dvd://your_directory/moosymovie/VIDEO_TS

2.) now create a new extension in mythfrontend

config, config, media, movies, filetypes

create a new extension

Extension .link
Command: xine -pfhq `cat %s`
Standard: OFF
Ignore: OFF

xine and remote

It looks like the xine that I installed from pacman was not compiled with lirc support so my remote is not working in xine.

If you are using xine and have issues with your remote, check

ldd /usr/bin/xine|grep lirc

Solution: compile xine from source

mythGame

http://www.mythtv.org/wiki/index.php/Special:Search?search=mythgame&go=Go

I'm no gamer so have not tried this. If you do...please add your comment here.

mythMusic

There isn't much to say about mythMusic. Simply put your music in a directory and play with the frontend. I don't like it and don't use it

Windows based frontend

mythTV player from Mikkelrocks, as far as something on Windows can rock. It sure is a cool puppy you should give a try.

There is a mythfrontend available for Windows. It sucks big time and I don't wanna talk about it.

Good idea to turn your samba server on to have access to your mythTV data: Here is a sample samba config. Read/Write for the world:

/etc/samba/smb.conf

[global]
netbios name = mythtv
workgroup = workgroup
server string = Our home server
#
use client driver = yes
security = share
wins support = no
#
[myth_data]
path = /data
browseable = yes
writable = yes
public = yes

XboX based frontend

Still don't have a xbox, here you can find more info