MythTV is a GPL licensed suite of programs that allow you to build the mythical home media convergence box on your own using Open Source software and operating systems. MythTV is known to work on Linux and Mac OS X (PowerPC and Intel). It does not run on Windows.
MythTV has a number of capabilities. The television portion allows you to do the following:
Custom mini-distributions are available to make it easier to install MythTV. A mini-distribution removes many of the "general purpose" workstation / server software packages that may be installed by default if you use one of the big-name OS packages.
See http://mysettopbox.tv if you'd like to install a custom version of Knoppix optimized for MythTV.
See http://www.minimyth.org if you'd like to install MythTV onto a diskless system.
See http://bit.blkbk.com if you'd like to install MythTV on a Xbox. NOTE: Site appears unmaintained.
See http://wilsonet.com/mythtv/ for instructions tailored to RedHat's Fedora Core distribution.
See http://www.mythbuntu.org if you'd like to install a customized version of Ubuntu optimized for MythTV.
There is a MythTV wiki at http://wiki.mythtv.org.
If you are installing this version for Schedules Direct support, please see the Migrating from DataDirect Labs to Schedules Direct section for additional information.
The upgrade from previous versions should be transparent. Any changes to the database structure should be applied automatically.
It is strongly recommended that you back up your database before installing a new version of MythTV.
See Saving or Restoring the database for instructions.
This HOWTO document is maintained at the primary MythTV website: http://www.mythtv.org by Robert Kulagowski mailto:rkulagow@rocketmail.com.
This document is available as a single-page HTML document at http://www.mythtv.org/docs/mythtv-HOWTO-singlehtml.html or as a PDF at http://www.mythtv.org/docs/mythtv-HOWTO.pdf.
This HOWTO is for MythTV v0.21
Release notes for this version may be found in the MythTV Wiki at http://www.mythtv.org/wiki/index.php/Release_Notes_-_0.21
If you would like to purchase a book specifically about MythTV:
The following conventions are used throughout this document.
boldface - used for program names.
typewriter
- used for program paths.
emphasis - Pay attention here.
It's recommended that you join the user list at http://www.mythtv.org/mailman/listinfo/mythtv-users. The developer list is at http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev. Please keep the developer list strictly for development-related issues.
Searchable archives for the lists are available at http://www.gossamer-threads.com/lists/mythtv/.
There are two IRC channels dedicated to MythTV which can be found on irc.freenode.net
The mythtv
channel is where the developers discuss code. It is
not a user-support channel. Please don't ask non-development
related questions there.
If you feel you need to contribute to a bug database, use the MythTV bug ticketing system at http://svn.mythtv.org/trac.
Good entries will contain the following:
See the instructions on how to debug in Section 22.
The bug database is not a chat room, so restrict your entries to what is relevant. It's also not a repository of feature requests; a feature request without an accompanying patch file to implement that feature will be quickly closed. There is a feature wishlist on the wiki at http://www.mythtv.org/wiki/index.php/Feature_Wishlist. There is no guarantee that anything on the wishlist will ever get code written to implement it.
If a developer closes out your bug, it's likely you didn't provide enough information. Don't re-open a bug without providing additional information.
Contributions to the HOWTO are welcome, especially if you find a grammatical or spelling error, or if the wording of something is just plain confusing.
If you'd like to make a new contribution, create a ticket at http://svn.mythtv.org/trac and click "New Ticket". The type should be set to "patch" and the owner set to "rkulagow" to ensure that I see your contribution.
Please send it as either SGML or as plain text. NO HTML. The
source used to create the HOWTO is in SGML / Linuxdoc. Do not be afraid of
SGML! A quick look at the source of this HOWTO will show that it is not
difficult, because there aren't that many tags to worry about, so at least
try to submit as SGML. See the Linuxdoc HOWTO at
http://www.tldp.org/HOWTO/Howtos-with-LinuxDoc.html for information
on the linuxdoc format itself, or look at the mythtv-HOWTO.sgml
file as an example.
To create the actual patch, run diff -u origfilename newfile > doc.patch and attach your contribution to the trac ticket.