[mythtv-commits] mythtv commit: r25220 by beirdo

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Wed Jun 30 08:05:38 UTC 2010


      Author: beirdo
        Date: 2010-06-30 08:05:37 +0000 (Wed, 30 Jun 2010)
New Revision: 25220
   Changeset: http://svn.mythtv.org/trac/changeset/25220

Modified:

   trunk/mythplugins/mythweather/mythweather/weatherScreen.cpp
   trunk/mythplugins/mythweather/mythweather/weatherSource.cpp

Log:

The weather maps will now update to the screen when an update happens.  Also,
I tweaked the internal update check time to give a padding of 15s as the
update time stored to the database is post-update, and the update scripts can
take some time.  Without this padding, the first update can easily be missed,
and the padding allows for 15s of execution time.  This may need more tweaking.

Finally, before processing data from a script, the DataMap is now cleared to 
prevent accumulation of text caused by the code that allows for multi-line
output from the scripts.

Closes #8623






More information about the mythtv-commits mailing list