Welcome, this is the space where you can find all the MythTV themes I have created. I also post some of the stuff I do around MythTV and Linux in general.

31 May 10 - 09:20A fair amout of Willi updates

Update: New version available. 

(thumbnail) Being sick with the flu all weekend I spend some time polishing the Willi theme. I have added self made icons for audio properties (Stereo, surround, etc) and for the video properties (HD, 720p, etc.). The theme now shows an icon in the theme selection screen. Arrows that show the direction the user can choose have also been added. I hope they are intuitive. All plugins are still not themed, but I started with MythVideo and only in the Browser view.

I still have not been able to find out how you can let Kate in KDE4.3 autoindent XML files. I did though find a neat little tool called xmlindent that does the trick from the console.

Get the new version here.

managementboy - elkin-wide - one comment - §

27 May 10 - 22:51Update for Willi Theme

Update: New version available. 

I continued working on the Willi theme today. I am learning quiet a few new tricks that might lead me to redo some parts of this theme differently. For now at least the settings screens based on Qt are working again. I have added a lot of information to the Watched Recordings screen to please about anyone. The theme still misses all plugins and scheduling screens. Get the new theme here.

(thumbnail)

managementboy - elkin-wide - No comments - §

26 May 10 - 17:48How to record all shows of a type in MythTV

I love documentaries. I try to record as many as I can for those rainy / sick days. But selecting them all manually would be a tedious task. Thats why I use a custom recording rule in MythTV. This is the code I use:

(program.description LIKE '%Dokumentation%' OR program.description LIKE '%Dokumentarfilm%')
AND (channel.callsign LIKE '3sat' OR channel.callsign LIKE 'arte')
AND program.description NOT LIKE '%Eisenbahn%' 
AND program.description NOT LIKE '%kulinarisch%' 
AND program.description NOT LIKE '%Nachbarn%' 
AND program.title NOT LIKE '%Eurovision%' 
AND program.title NOT LIKE '%Gleis%' 
AND program.description NOT LIKE '%Tierdokumentation%'

The first parenthesis matches the description of all shows for the words that fairly often pinpoint to a documentation. The second parenthesis define the channels I know feature good documentaries. Lastly, after the parenthesis I define all the words that definitely point to something I do not want to record.

managementboy - Linux - No comments - §

11 May 10 - 19:02MythTV 0.23 finally available

As of the 10th of May 2010 a new version of MythTV is available. The BandO Theme has been developed for this version, but has not reached 100% completion even though I use it daily.

managementboy - Linux - No comments - §

06 May 10 - 19:11Defragment MythTV server runing XFS

I had been brought up with the impression, that you do not need to defragment a linux file system. In most cases this is true, but just by chance I read this article and have since changed my mind. I use XFS for both my hard drives that host MythTV recordings. I assume, that XFS can not guess the size of a recording and thus can not reserve that space on the hard drive in advance. This thus leads to higher fragmentation compared to just copying files from another source. My system had recordings that where cut into more than 5.000 chunks. By typing

xfs_bmap -v /var/lib/mythtv/recordings/*

you get a pretty good overview of how fragmented your MythTV recordings are. As a rule of thumb, the longer the list after the filename, the higher is your fragmentation. All you need to do to defragment your file system is type:

xfs_fsr

as root and wait two hours (default length). It will automatically defragment all your XFS file systems, no need to tell it what devices. To get six hours of defragmentation run:

xfs_fsr -t 21600

You should notice some improvements, especially when copying your files. If you want to know how fragmented your drive is just type:

xfs_db -r /dev/sdc1 -c frag
actual 94088, ideal 2790, fragmentation factor 97.03%

You see, my drive was 97% fragmented!

managementboy - Linux - No comments - §

04 May 10 - 19:54Getting LIRC to comile with the packages from kernel-ppa

I have the bad habit of liking to try new features in all software I use. That also includes the Linux kernel. To get daily updated kernel packages for ubuntu, I use the packages from  kernel-ppa. But I have run into the issue, that the kernel modules from the main LIRC package do not compile with these kernel packages. I searched for a solution and found it. It seems, that the autoconf.h file is not placed in the right directory by default. This means we need to make a copy in the right directory for it to work. The following is an example I used last night.

sudo cp  /usr/src/linux-headers-2.6.34-020634rc5-generic/include/generated/autoconf.h /usr/src/linux-headers-2.6.34-020634rc5-generic/include/linux/autoconf.h

All you need to do is change "linux-headers-2.6.34-020634rc5-generic" to whatever kernel packages you downloaded from the kernel-ppa and the copied file should work for you.

managementboy - Linux - No comments - §

MythTV official homepage
MythTV forum
MythTV source code
MythTV Mailinglists


Last Comments

PomTom (Database backends…): Doesn’t work for me. Cyrm…
tob (A fair amout of W…): this theme is looking awe…
Elkin (BandO some more u…): Hi Peter, thanks for the …
Peter F-B (BandO some more u…): Thanks for you great them…
Elkin (BandO Theme now i…): Hi Jarett! Thanks for rep…
A Fan (BandO Theme now i…): The link doesn’t work.
jarett (BandO Theme now i…): your download link is bro…
Rob Clark (blootube-wide upd…): Thanks very much for brin…
Jesse (blootube-wide upd…): Very nice. The lack of ni…
managementboy (Blootube-wide for…): pre 0.22 is stable, as wa…


Top 10

1. (1537) YouTube like flash video player…
2. (1192) BandO Theme for MythTV
3. (700) BandO Theme now in blue
4. (653) blootube-ng gets some fixes
5. (631) Long overdue bando-blue update
6. (590) blootube-wide updated for mytht…
7. (565) blootube-wide for MythTV 0.24
8. (543) Getting LIRC to comile with the…
9. (495) Laima theme got some love
10. (459) Export a MythTV recording to be…



Archives

01 Jul - 31 Jul 2006
01 Aug - 31 Aug 2006
01 Sep - 30 Sep 2006
01 Oct - 31 Oct 2006
01 Nov - 30 Nov 2006
01 Dec - 31 Dec 2006
01 Jan - 31 Jan 2007
01 Feb - 28 Feb 2007
01 Apr - 30 Apr 2007
01 May - 31 May 2007
01 Aug - 31 Aug 2007
01 Dec - 31 Dec 2007
01 Jan - 31 Jan 2008
01 Mar - 31 Mar 2008
01 Apr - 30 Apr 2008
01 Jun - 30 Jun 2008
01 Jul - 31 Jul 2008
01 Aug - 31 Aug 2008
01 Sep - 30 Sep 2008
01 Oct - 31 Oct 2008
01 Dec - 31 Dec 2008
01 Jan - 31 Jan 2009
01 Feb - 28 Feb 2009
01 Mar - 31 Mar 2009
01 Apr - 30 Apr 2009
01 Aug - 31 Aug 2009
01 Oct - 31 Oct 2009
01 Nov - 30 Nov 2009
01 Jan - 31 Jan 2010
01 Feb - 28 Feb 2010
01 Mar - 31 Mar 2010
01 Apr - 30 Apr 2010
01 May - 31 May 2010
01 Jun - 30 Jun 2010
01 Aug - 31 Aug 2010


Miscellany

Powered by Pivot - 1.40.7: 'Dreadwind' 
XML: RSS Feed 
XML: Atom Feed