LinHES Forums http://forums.linhes.org/ |
|
Mythmkmovie stops working http://forums.linhes.org/viewtopic.php?f=6&t=2543 |
Page 1 of 1 |
Author: | mikechurch [ Wed Sep 29, 2004 7:26 pm ] |
Post subject: | Mythmkmovie stops working |
Hi, folks: I upgraded to 4.5 and mkmovie (http://www.icelus.org/index.php?cat=3) failed, complaining about the input file. I guess the data format changed. Here's my little fix: in /usr/bin/mkmovie I add 3 regular expressions to fix the expected filename to fix the existing ones in /myth/tv sub docmdline { my ($input, $output, $mythconf, $stoprun, $vbr, $abr, $keyint, $pause, $remove, $skiperrors, $autotrans) = @_; my ($dbh); --- Add these lines --- $input=~s/-//g; $input=~s/://g; $input=~s/ //g; ------------------------- die ("ERROR! Unable to read input file $input\n") Mike Church church at sfu.ca |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |