Mythbuntu is even simpler

January 29, 2008 by Oliver · 1 Comment
Filed under: Computers, Entertainment, Technology 

One of the newest developments in MythTV land is the development of “multirec”. Multirec is the name of the SVN branch of Myth where code to handle the recording of multiple DVB streams from a single tuner (providing the streams are on the same multiplex). This means any DVB users (in the UK this essentially means Freeview users) have the possibility of recording many more channels at once. In fact if you had six tuners (three Nova-T 500s for instance) you’d be able to record the whole of Freeview (if you had enough hard drive throughput at least).

Unfortunately using this wonderful feature requires you to run the latest SVN version of MythTV. Since I didn’t fancy compiling Myth from souce I looked for a simpelr way – the answer is Mythbuntu. Mythbuntu is basically Ubuntu (7.10 – Gutsy) with MythTV installed. It’s basically the same idea as the other MythTV distributions. The big difference is that they also provide weekly packages built from trunk – i.e. if you’re willing to accept the small chance of instability you can have bleeding edge MythTV installed without having to leave your package manager (well within a week of bleeding edge at least).

PS – You can also add MythTV to an existing Ubuntu 7.10 installation by clicking the relevant link on the Mythbuntu page. This also comes with a nifty called Mythbuntu Control Center which lets you choose whether to install a frontend, backend or both as well as choose which desktop to use (Gnome, KDE or XFCE) and enable/disable various useful services (VNC, MySQL etc.) all in one place.

Back to vanilla MythTV – Part 1: MythDora Rocks

August 24, 2007 by Oliver · 1 Comment
Filed under: Computers, Entertainment, Technology 

Well I tried LinuxMCE but didn’t really get very far. After deciding everything was too much of a hassle, I downloaded MythDora 4.0 and installed it.

I have to say that unless you have a specific reason otherwise, MythDora is definitely the way to go for a MythTV installation. It was really easy and actually worked (something that seems not to have happened a lot when I’ve tried Linux).

One of the big advantages of using MythDora is since it’s Fedora based you can update (usually) painlessly from ATrpms. It has MythTV packages based on regular SVN checkouts. Importantly for me it also has packages from from mythtv-trunk (the latest version). Although they’re marked as “bleeding” they are usually stable.

The reason I needed the latest version is for storage group support. Without storage groups MythTV is limited to storing recordings in a single directory, storage groups allows you to specify multiple storage groups, each containing several directories. MythTV then use some clever load balancing to spread things out across available drives. This is important for me since I was planning on keeping most of my recordings on my new FreeNAS server, at least in the long term. The recordings aren’t tied to a specific storage group by the way – you can move them around freely (so I record to the local hard drive and then move them to the FreeNAS server later).

Once it was installed I did have to do a bit of fiddling, and it’s the sort of fiddling other people may have to do, so I’ll explain in part 2.

I Finally have MythTV

March 2, 2007 by Oliver · 9 Comments
Filed under: Computers, Entertainment, Technology 

After talking about for quite a bit, I finally have a computer setup running MythTV :)

I decided to go for MythDora. It has the advantage of being straight forward to use and still leaves me with a fully functional desktop computer (which KnoppMyth doesn’t really do. It did leave me one slight headache – I didn’t have a spare DVD drive (MythDora is 1.2GB) so I had to borrow the one from Windows desktop).

The hardware I have is pretty moderate (well, really low end for most applications – a Sempron 3200 and on board GeForce 6100 with a Hauppauge HVR 1300) but it runs as a combined backend/frontend without any problems, even when recording, transcoding and viewing TV (an “advantage” of living in a country where HDTV is still not an issue).

On the subject of transcoding, there was one stumbling point – specifically it just didn’t work at first (I got the illuminating error message “Failed with error code 0″). After posting the output to the MythTV-Users mailing list someone pointed out it was a MythDora packaging problem – libmp3lame hadn’t been installed.

The only thing that isn’t working now is the MCE IR blaster for controlling my Sky box (I’m just using Freeview though the DVB tuner on HVR 1300). lirc seems to be setup right since when I run irw and press buttons on my remotes (either the MCE remote that came with the HVR or the Sky remote) it detects them properly. Running irsend doesn’t do anything though (there’s not even an error). But at the moment I’m recording more than I can watch with just Freeview anyway…

Next time, less rambly :P

A plethora of Myth distributions

January 5, 2007 by Oliver · 1 Comment
Filed under: Computers, Entertainment, Technology 

Like Linux in general, there are few MythTV distributions you can get. Unlike Linux in general, most of them have specific purposes they work best for. The three popular ones I know of are:

MythDora is just Fedora with MythTV (and its dependencies). This is intended to leave you with a completely usable Linux installation that includes MythTV. It comes on DVD and is certainly the largest of the three.

KnoppMyth is either based on Knoppix or Debian (or really both) depending on how you look at it. Knoppix is a slimline distribution based on Debian and KnoppMyth was originally based on Knoppix. But I’m sure I read somewhere that the latest is version is just based on Debian but in the same way Knoppix is. Whatever the situation is, all you really need to know is that it is a minimal installation that leaves you with a fully functional MythTV installation but relatively little else.

MiniMyth is the smallest of the three and the most specialised. It only runs the frontend software and only the EPIA mini-ITX motherboards. Furthermore it is designed to run disklessly booting over a network – mainly as a silent set top box in your living room.

The only one I’ve actually tried is KnoppMyth which was easy enough to install. From what I’ve been reading they all seem easier than installing MythTV into an existing installation.