[mythtv-commits] Ticket #6215: nuvexport --transcode - not working because of deprecated argument print_status

MythTV mythtv at cvs.mythtv.org
Mon Feb 2 18:59:37 UTC 2009


#6215: nuvexport --transcode - not working because of deprecated argument
print_status
------------------------------+---------------------------------------------
 Reporter:  anonymous         |       Owner:  xris   
     Type:  defect            |      Status:  new    
 Priority:  major             |   Milestone:  unknown
Component:  Apps - Nuvexport  |     Version:  0.21   
 Severity:  medium            |     Mlocked:  0      
------------------------------+---------------------------------------------
 I have OpenSUSE 11.1 64bit, nuvexport 0.5.svn20081227-0.pm.3 and transcode
 1.1.0-0.pm.0.

 Line
 {{{
 88:    .' --print_status 16'
 }}}
 is no longer walid, because print_status was changed to combination of
 progress_meter and progress_rate. So if the line is changed to

 {{{
 88:    .' --progress_meter 0 --progress_rate 16'
 }}}

 nuvexport is working, bug progress and time till end is not showing
 because of changed pattern of progress notifications. I don't know, how to
 correct this... Value 1 and 2 of progress_meter makes same effect.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6215>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list