Posts tagged as:

mythtv

The week in review - 2009-32

August 19, 2009

SpringSource Roo
I just found out this week about SpringSource Roo - a rapid development tools that promises:
Working applications within 10 minutes of finishing the download
I haven’t used it yet, but at first glance it looks like a Grails/Rails type tool but being plain Java based as opposed to Groovy or Ruby based. This is a [...]

Read the full article →

Playlists with MythTV

March 22, 2009

I’ve been wanting a way to use playlists on my media center either from within MythTV or with any other player. The reason is I have a bunch of short videos (music and documentaries) that I’d like to be able to play consecutively.
It turns out to be a case of just RTFM. You can create [...]

Read the full article →

Mplayer sound via SPDIF

February 21, 2009

I recently lost sound via mplayer on my MythTV mediacenter. This affected any of my video collection that weren’t DVD iso images since mplayer was the configured player for most types. At first I thought it might have been related to doing a system update, but now I think it was related to my tinkering [...]

Read the full article →

Memory upgrade for media center

February 15, 2009

I’ve noticed that my MythTV (Mythbuntu 8.10) machine was using 100% of its 1G and swapping. (Incidently, I was running the Blootube widescreen theme, and just switching to the MythCenter theme resulted in a snappier experience).
So, I went to buy more memory - and found that 1G cost AUD23 and a 2G stick was AUD45. [...]

Read the full article →

The week in review - 2008-51

December 22, 2008

I’ve had to disable MemoKeys because it interferes with Intellij. I often use ALT-F1 to locate a file in the project tree, but this doesn’t work because MemoKeys is intercepting the F1.
There is some awesome goodness coming in Grails 1.1 - check out the release notes for the Beta.
I just had a requirement to open [...]

Read the full article →

Upgrade to Mythbuntu 8.10 broke nuvexport

December 22, 2008

I didn’t notice until now, but nuvexport has stopped working since my upgrade to 8.10. I found the solution here, but I needed to add the Intrepid Medibuntu repository first. The full solution:
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list –output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-get purge ffmpeg
sudo apt-get install libavcodec-unstripped-51 libavdevice-unstripped-52 libavformat-unstripped-52 [...]

Read the full article →

MythFrontend for viewing media over the network

December 22, 2008

I’ve installed MythTV frontend on my laptop so now I can view TV and recordings, and play music across the network. I had to change the backend setup to serve from the ip address instead of ‘localhost’, and I also changed bind-address in /etc/mysql/my.conf to use the ip address. I’m not sure if I had [...]

Read the full article →

Rename mythtv recordings

August 1, 2008

The files Mythtv records are saved with a timestamp as a file name, making it pretty hard to figure out which file is which.
To easily identify the files, you can use mythrename.pl - I couldn’t find it in my Mythbuntu installation, so I had to download it from http://svn.mythtv.org/svn/trunk/mythtv/contrib/user_jobs/. It ran okay, without any dependency [...]

Read the full article →

Media center with MythTV

July 23, 2008

Last November I upgraded my desktop PC. Recently I’ve repurposed it as a media center running MythTV (and also for print serving/file serving etc).
The hardware is as follows:

Sonata III 500 W case
Gigabyte GA965P-S3 motherboard
Core2 Duo E6550 CPU
Gigabyte 8400GS Nvidia video card
WinFast DTV1000 digital tuner card
320MB SATA disk
Kingston 1Gig DDR2 800MHz memory

Since then, I’ve added a [...]

Read the full article →