[mythtv-commits] Ticket #325: Log transcoding filespace savings

MythTV mythtv at cvs.mythtv.org
Mon Sep 12 00:28:57 UTC 2005


#325: Log transcoding filespace savings
-------------------------------------+--------------------------------------
 Reporter:  Robert Tsai <rtsai1111>  |       Owner:  ijr 
     Type:  patch                    |      Status:  new 
 Priority:  minor                    |   Milestone:      
Component:  mythtv                   |     Version:  head
 Severity:  low                      |         Cc:                           |  
-------------------------------------+--------------------------------------
 This patch adds some logging to record mythtranscode filespace savings. In
 the database, it adds (pasted from mythweb):

 {{{
 4622    transcode       2005-09-11 18:41:22     myth    Transcode Finished
 Secrets of the Dead "Mystery of the Black Death": 1.9 GB (Medium Quality)
 4621    transcode       2005-09-11 17:00:15     myth    Transcode Starting
 Secrets of the Dead "Mystery of the Black Death": 6.0 GB (Medium Quality)
 }}}

 In the jobqueue table, it adds the following text, which will appear on
 the mythweb backend status page (pasted from mysql):

 {{{
 | 963 |    1 |    0 |    272 | Low Quality: 7.8 GB => 1.6 GB      |
 | 964 |    2 |    0 |    272 | Finished, 1 break(s) found.        |
 | 965 |    1 |    0 |    272 | Medium Quality: 6.0 GB => 1.9 GB   |
 +-----+------+------+--------+------------------------------------+
 }}}

 It also does a little bit of logging cleanup (removing redundantly-logged
 information).

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/325>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list