[mythtv-commits] Ticket #6373: DefaultStartOffset DefaultEndOffset not used in database

MythTV mythtv at cvs.mythtv.org
Thu Mar 19 14:03:07 UTC 2009


#6373: DefaultStartOffset DefaultEndOffset not used in database
--------------------------------+-------------------------------------------
 Reporter:  williams at dmu.ac.uk  |        Owner:  xris   
     Type:  defect              |       Status:  closed 
 Priority:  trivial             |    Milestone:  unknown
Component:  Plugin - MythWeb    |      Version:  head   
 Severity:  low                 |   Resolution:  invalid
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------

Comment(by williams at dmu.ac.uk):

 I'm happy to be wrong if it helps my understanding.

 This is the SQL from the frontend as it changed the settings table:

 2009-03-19 10:32:18.301 MSqlQuery::exec() "SELECT * FROM settings WHERE
 value = 'RecordPreRoll';"
 2009-03-19 10:32:18.302 MSqlQuery::exec() "UPDATE settings SET value =
 'RecordPreRoll', data = '180' WHERE value = 'RecordPreRoll';"
 2009-03-19 10:32:18.303 MSqlQuery::exec() "SELECT * FROM settings WHERE
 value = 'RecordOverTime';"
 2009-03-19 10:32:18.304 MSqlQuery::exec() "UPDATE settings SET value =
 'RecordOverTime', data = '180' WHERE value = 'RecordOverTime';"

 180 is the number I chose as I filled in:

 Utilities/Setup ->
 TV Settings ->
 General ->
 Time to record before start of show (seconds)
 and
 Time to record past end of show (seconds)

 My edit works for me in 20063.  Maybe it will revert back...

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


More information about the mythtv-commits mailing list