[mythtv-commits] Ticket #3272: Unable to open file

MythTV mythtv at cvs.mythtv.org
Thu Apr 19 14:24:25 UTC 2007


#3272: Unable to open file
------------------------------+---------------------------------------------
 Reporter:  anonymous         |        Owner:  xris   
     Type:  defect            |       Status:  new    
 Priority:  minor             |    Milestone:  unknown
Component:  perl / nuvexport  |      Version:  head   
 Severity:  medium            |   Resolution:         
------------------------------+---------------------------------------------

Comment(by dhighley at highley-recommended.com):

 Looked at the code some more and now I'm further puzzeled. In the the
 module:
 nuvexport/export/transcode/DVD.pm

 The push to the tmpfiles array is works as the temporary files do get
 removed. The next line where the command is formulated for running mplex
 is where the issue occurs and the only difference I can see is the
 functions shell_escape is wrapped around the get_outfile function. In
 looking at the shell_sescape function I see nothing that would cause this
 issue. In fact I wrote a small test program using the shell_escape
 function passing the string to it and it worked. That left the one
 intermediate line, $self->SUPER::export($episode, ".$$");

 When I commented out that line and tried running an nuvexport-dvd
 -transcode it failed immediately as the transcode operation never ran but
 the file name that was passed to the mplex program no longer had the extra
 ".2" characters. So the problem seems to be in the call to SUPER::export.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3272#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list