When parts of the first edition of the MythTV book became out of date, I decided to take the book online and ask others to help me improve it and bring it up to date. There is a blog for announcements, at http://mythtvbook.com/blog and if you’re interested in helping out, please visit the Help Wanted…
Category: Mythtv
MythBuntu 8.10 just made me sad
I figured it was time to give MythBuntu a try, so I set up a MythBuntu 8.10 instance in VirtualBox today. That was a mistake. I’m not 100% sure I understand how it happened, but MythBuntu somehow managed to delete my entire mythconverg MySQL database instance. Not pleased. I’ve restored it from last night’s backup,…
The state of Blu Ray on Linux / MythTV
The DVD drive in one of my MythTV machines has given up the ghost. I have to go to Fry’s tomorrow to replace a dead hard disk, so I’ll pick up a new drive while I am at it. I am surprised to discover that Blu Ray drives are now just $90. I wonder what…
Wanted: someone to edit / review some MythTV stuff for me
I’m looking for someone with solid MythTV experience and a good grasp of the English language to help me out with a project. All I can promise in return is glory, and that will be proportional to the eventual success of the project. If you’re interested in spending some time (probably around 40 hours or…
irtrans remote control stops working
I’ve been using a Zalman HD160B media center case for quite some time, and I love it. It came with an irtrans based LCD and remote control built into the case, which has always worked nicely as well. Until yesterday when the remote stopped working. When I run the irserver command in a terminal so…
MythNetTV release 6
New things in this release: Better testing: r114: Unit tests for video.py r148: Updated unit test now that we create more tables r151: Start work on syndication unit tests r153: Unit test for bad syndication dates, as well as more flexibility in db connections needed for this unit test r157: Nicer unit test failure output,…
Please help me test trunk
I’m getting ready to do another MythNetTV release, as I’ve fixed quite a few things recently. I’d appreciate people testing the new code before I do an official release. You can get the current code like this: svn co http://www.stillhq.com/mythtv/mythnettv/svn That will create a directory called mythnettv, with a subdirectory named trunk, which is the…
Couldn’t determine the video directory?
A couple of people have contacted me in the last couple of days with an error where MythNetTV can’t determine the directory to put videos in. The error would look something like this: Importing data/tekzilla–0050–tehbunniez–hd.h264.mp4 Traceback (most recent call last): File “./mythnettv”, line 453, in main(sys.argv) File “./mythnettv”, line 212, in main mythnettvcore.DownloadAndImport(db, guid, out=out)…
MythNetTV release 5
New things in this release: There is now a users mailing list at http://lists.stillhq.com/listinfo.cgi/mythnettv-stillhq.com Moved to a public SVN server at http://www.stillhq.com/mythtv/mythnettv/svn/ Added the ‘justone’ syntax to the download command Another try at using gflags. This means that all the command lines have changed slightly. Moved the core of MythTV out of the user interface…
Please help me test trunk
I’m preparing a new release of MythNetTV, and would like some help testing the code, as I have re-factored how the user interface works and there is some risk that I have broken things in the process. You can get the code like this: svn co http://www.stillhq.com/mythtv/mythnettv/svn That will create a directory called mythnettv, with…