[mythtv-commits] Ticket #2444: Can't use revamp with multiple frontends

MythTV mythtv at cvs.mythtv.org
Sat Sep 23 00:28:15 UTC 2006


#2444: Can't use revamp with multiple frontends
------------------------------------------------+---------------------------
 Reporter:  Mickey Chandler <micklc at gmail.com>  |       Owner:  ldunning
     Type:  defect                              |      Status:  new     
 Priority:  minor                               |   Milestone:  unknown 
Component:  mythweather                         |     Version:  0.20    
 Severity:  medium                              |  
------------------------------------------------+---------------------------
 You can't set up MythWeather on multiple frontends.

 I think what is happening here is that the insert statement is deleting
 "old" information from the weatherscreens table.

 Currently, that table looks like this:

 mysql> select * from weatherscreens;
 +-----------+-----------+-----------------------+------------------------+-------+
 | screen_id | draworder | container             | hostname               |
 units |
 +-----------+-----------+-----------------------+------------------------+-------+
 |        58 |         0 | Severe Weather Alerts | gopher.whizardries.com |
 1 |
 |        59 |         1 | Animated Map          | gopher.whizardries.com |
 1 |
 |        60 |         2 | 18 Hour Forecast      | gopher.whizardries.com |
 1 |
 |        61 |         3 | Three Day Forecast    | gopher.whizardries.com |
 1 |
 |        62 |         4 | Six Day Forecast      | gopher.whizardries.com |
 1 |
 +-----------+-----------+-----------------------+------------------------+-------+
 5 rows in set (0.00 sec)

 Screen_id is incrementing, but there should be an identical set here for
 my other host.  So, I'm thinking that it's deleting everything that was in
 the table and adding in the new defintion.

 The result of this, of course, is that moving between frontends is causing
 me to have to define my screens multiple times.

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


More information about the mythtv-commits mailing list