[mythtv-users] nuvexport

Adrian Burden aburden at onegeeksopinion.com
Wed Sep 3 10:51:33 EDT 2003


Hi, I had a problem with the search for programs routine and added the
following patch. I needed ffmpeg, but the program was not showing me the
error.

--- /usr/local/bin/nuvexport    2003-09-03 09:22:08.000000000 -0700
+++ ./nuvexport 2003-09-02 18:11:29.000000000 -0700
@@ -998,11 +998,8 @@
                         }
                 }
         # Return
-       if ($found{path} && $found{name}) {
-               `print $found{path} . $found{path}."\n";
                 return $found{path}.'/'.$found{name};
         }
-       }

  # Opens a .nuv file and returns information about it
         sub nuv_info {






More information about the mythtv-users mailing list