Tuesday, May 11, 2010

MythTV - Convert Recordings to Podcast

A work in progress

Start CPAN Pearl Administrator

sudo cpan
install YAML
install String::Approx
install XML::Simple
install Date::Parse
install Date::Format
install Lingua::EN::Keywords
install Getopt::Long
install File::Temp

WWW::TV didn't install so commented it out on line 333 with a #

find where midentify is hiding on the pc
sudo find | grep midentify
cp to /usr/local/bin

Upgrade FFMPEG drivers to support H264 and AAC

Modify myth2ipod script and change the '-me' option to '-me-method'

Works with MP2 data from the PVR500, but not yet from the h264 DVB-T source

No comments:

Post a Comment