[mythtv-commits] Ticket #12845: mythtranscode deleting original recording with -o option

MythTV noreply at mythtv.org
Thu Nov 17 02:10:04 UTC 2016


#12845: mythtranscode deleting original recording with -o option
------------------------------------+---------------------------
 Reporter:  jfabernathy@…           |          Owner:  jyavenard
     Type:  Bug Report - General    |         Status:  new
 Priority:  blocker                 |      Milestone:  0.28.1
Component:  MythTV - Mythtranscode  |        Version:  0.28.0
 Severity:  medium                  |     Resolution:
 Keywords:                          |  Ticket locked:  0
------------------------------------+---------------------------

Comment (by auric@…):

 Update to previous comment. This has worked for me.
 mythtv/programs/mythtranscode/main.cpp
 from[[BR]]

 if (!cmdline.toBool("hls"))
     CompleteJob(jobID, pginfo, useCutlist, &deleteMap, exitcode, result);
 to[[BR]]

 if (!cmdline.toBool("outputfile") && !cmdline.toBool("hls"))
     CompleteJob(jobID, pginfo, useCutlist, &deleteMap, exitcode, result);

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12845#comment:17>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list