Playlists on MythVideo using Mplayer

I’ve been using MythTV for a few years now and now find it an indispensable part of my media setup. So, I recently went back to Knoppmyth because my mythdora box was acting up. Well, I got podget all set up again to download my video podcasts, but I couldn’t get MythTV to play the playlists it generated. First, it wouldn’t play them at all, then I figured out the new version of knoppmyth was using a “mplayer-resume.pl” script to start the videos which generates a file with a time stamp each time you watch a video so you can resume where you left off. Well, this didn’t work well with playlists and I don’t really need to resume anyway, so I changed it back to running mplayer directly. Well, that wasn’t enough either since you have to add the -playlist option to tell mplayer that it’s a playlist. So, I added a new extension in the media settings for m3u playlist files:

mplayer -fs -zoom -quiet -vo xv -playlist %s

Well, that would play them , but I was only getting sound, no video.

So, after a few days of searching, and talking on IRC, I finally discovered that I had a typo and used -vo vx instead of -vo xv. This option apparently tells mplayer which video driver to use, so it’s kind of picky. BTW, the above line is the correct line. So, the lesson learned, is to double check when manually transferring command lines.

Mythlink for Human Readable File Names

I started using MythTV with Knoppmyth a few years ago. It had a feature where it would put a human readable filename in a folder that linked to the original file that was recorded from live TV by MythTV. I’ve since started using Mythdora and I did some searching and couldn’t find anything like it that worked on Mythdora So I found a copy of the script and modified it to work with both Mythdora 4 and 5.

Continue reading →

Top 10 Reasons “Hackers” is a Good Hacker Movie

I was listening to the latest Pauldotcom Security Weekly podcast and they were discussing their favorite hacker movies. They, as most people, dismissed Hackers as cheesy, lame, whatever and try to sweep it under the rug. I disagree with this and think it is a great hacker movie and would like to point out the reasons I think so. I have also included some quotes from the movie that exemplify my reasons.

So, Here are my top 10 reasons “Hackers” is a good hacker movie:

Continue reading →