[mythtv-commits] mythtv commit: r7973 - in trunk/mythtv by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Nov 21 16:49:30 EST 2005


      Author: cpinkham
        Date: 2005-11-21 21:49:28 +0000 (Mon, 21 Nov 2005)
New Revision: 7973
   Changeset: http://cvs.mythtv.org/trac/changeset/7973

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/programs/mythfilldatabase/filldata.cpp

Log:

Apply patch from #686 to fix segfault in mythfilldatabase when mythbackend is not up
and running.  Also fix off-by-one display count by starting cnt at 1 instead of zero
so we reallly only try maxConnTry attempts and not maxConnTry+1.  Closes #686.

Add -v/--verbose argument parsing to mythfilldatabase.  The default level is only
"important general", so previously you couldn't for example see VB_NETWORK error messages.
Now you can use any applicable verbose flags.

Check gContext->IsConnectedToMaster() before calling ScheduledRecording::signalChange(-1)
in mythfilldatabase to suppress a warning/error message when the backend is not up
and we can't reschedule.

Add a %VERBOSELEVEL% keyword replacement option to mythjobqueue for User Jobs so you can
pass in the value of print_verbose_messages to other Myth apps that understand the
-V command-line option such as mythcommflag and mythtranscode.






More information about the mythtv-commits mailing list