[mythtv-commits] mythtv commit: r8617 - in trunk by danielk

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Jan 15 19:56:22 UTC 2006


      Author: danielk
        Date: 2006-01-15 19:56:20 +0000 (Sun, 15 Jan 2006)
New Revision: 8617
   Changeset: http://cvs.mythtv.org/trac/changeset/8617

Modified:

   trunk/mythplugins/mythweb/includes/mythbackend.php
   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmythtv/remoteencoder.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.h
   trunk/mythtv/libs/libmythtv/tv_play.cpp
   trunk/mythtv/libs/libmythtv/tv_play.h
   trunk/mythtv/libs/libmythtv/tv_rec.cpp
   trunk/mythtv/libs/libmythtv/tv_rec.h
   trunk/mythtv/programs/mythbackend/encoderlink.cpp
   trunk/mythtv/programs/mythbackend/encoderlink.h
   trunk/mythtv/programs/mythbackend/mainserver.cpp

Log:

Fixes #981.

The cross recorder channel changes didn't have enough information from
TVRec::CheckChannelPrefix(). This extends that call with some more 
information which allows us to properly switch tuners even if the prefix
matches several channels, but it matches at least one channum exactly.
Before if a channel number was a prefix for another valid channel we
could not switch to that channel unless it was on the current tuner.

Since the change to CheckChannelPrefix changes the MythTV protocol, for
"CHECK_CHANNEL_PREFIX" the MYTH_PROTO_VERSION has been incremented and
a 'make clean' and reinstall of all frontend's and backends is needed.






More information about the mythtv-commits mailing list