This is just a quick and dirty script to delete MythTV recordings that had been previously transcoded and moved to the stream directory, but have since been autoexpired out of MythTV. This is an issue because trying to pull data outta the MythTV recording database about a recording that has been deleted causes an errorContinue reading “MythTV Roku Streaming Dir Remove Expired”
Tag Archives: mythbuntu
MythTV iTunes Compatible XML RSS Feed
Since I’m already transcoding the recordings to h.264, might as well make them easily accessible to my iPhone or Boxee Box or Miro. Since the filenames are more likely to be seen, might as well make them more human readable. The biggest advantage to this renaming a season of a recorded show for archiving usingContinue reading “MythTV iTunes Compatible XML RSS Feed”
MythTV Roku Commercial Skip Encode Script
Before I forget, here’s my MythTV UserJob1: /usr/local/bin/mythipodcom.sh %DIR% %FILE% This script runs on a MythTV recording to remove commercials and transcode to h.264 video that I’ve tested and will play on Android (Motorola Droid), iPhone (iPhone 4), Roku DVP (Original Roku Netflix Player), Boxee Box, and in Miro on Windows. The contents of /usr/local/bin/mythipodcom.sh
MythTV Roku Streaming XML List Generator
Once the files have been created, will need to create an XML file the brightscript program on the Roku DVP can parse to display show data. This bit of perl reads the stream directory, sorts by file creation date, picks out the .mp4 files, uses the MythTV bindings to pull out show data, smashes itContinue reading “MythTV Roku Streaming XML List Generator”
MythTV Roku Streaming Apache Config
This is a lot of the rest of the important configuration changes. I’ve added the bandwidth module (more info available in my previous post: Apache 2 bandwidth control) and enabled port 8080 as well since Cox Communications blocks traffic on 80 and 443.
MythTV Roku Streaming XML
The XML player example in the Roku DVP SDK with URL modified to the URL and port and path of my MythTV web interface. NOTE: These URLs aren’t ones I really use. Contents of /var/www/stream/roku.xml
Hexbug Spider LIRC Control
As soon as I knew they existed, I got a Hexbug Spider. I wish these things existed when I was little. It is COOL! Now that I’m older and can buy toys for myself, I can do more interesting things with my toys. The Hexbug is IR controlled, like a tv remote control. I haveContinue reading “Hexbug Spider LIRC Control”
MythTV Migration
http://www.mythtv.org/wiki/Database_Backup_and_Restore One of my first experiences with mythtv was restoring a recording and a dump of the MySQL database before I could buy my own tuner card. It was cool to see recordings populated and get a feel for the UI, but it was ultimately pretty pointless. Anyhoo, I bork’d my mythbuntu setup and neededContinue reading “MythTV Migration”
MythTV Status MOTD
My MOTD was lacking, so it got prettied up a bit. I have Apache available externally for Mythweb and transcoded shows. I like to keep an eye on recent accesses. raging@mythbuntu:~$ cat /etc/update-motd.d/40-apache-hosts #!/bin/sh echo “nRecent Apache Accesses” cat /var/log/apache2/access.log | cut -f1 -d” ” | sort | uniq I loved when mythtv-status was includedContinue reading “MythTV Status MOTD”
Mythtv Awesomeness
So, quite a bit has happened, inspired by mythtv podcast post. http://ubuntuforums.org/showthread.php?t=1118209 https://help.ubuntu.com/community/iPodVideoEncoding Video podcast client Miro works really well http://www.getmiro.com/ TVersity is a upnp media server that will pull in content from an RSS feed, such as the one on my MythTV box… This enables playback on the Xbox 360 http://tversity.com/ Of course, thisContinue reading “Mythtv Awesomeness”