[mythtv-commits] mythtv commit: r7666 - in trunk/mythtv by bjm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Nov 1 13:45:46 EST 2005


      Author: bjm
        Date: 2005-11-01 18:45:45 +0000 (Tue, 01 Nov 2005)
New Revision: 7666
   Changeset: http://cvs.mythtv.org/trac/changeset/7666

Modified:

   trunk/mythtv/libs/libmythtv/guidegrid.cpp
   trunk/mythtv/libs/libmythtv/progfind.cpp
   trunk/mythtv/libs/libmythtv/proglist.cpp
   trunk/mythtv/libs/libmythtv/proglist.h
   trunk/mythtv/libs/libmythtv/scheduledrecording.cpp
   trunk/mythtv/libs/libmythtv/scheduledrecording.h
   trunk/mythtv/programs/mythfrontend/customrecord.cpp
   trunk/mythtv/programs/mythfrontend/customrecord.h
   trunk/mythtv/programs/mythfrontend/main.cpp
   trunk/mythtv/programs/mythfrontend/playbackbox.cpp
   trunk/mythtv/programs/mythfrontend/previousbox.cpp
   trunk/mythtv/programs/mythfrontend/viewscheduled.cpp

Log:

Added support for the additional "FROM" clause information stored in the
kPowerSearch subtitle field. ProgLister() and modifyPowerSearchByID()
accept a subtitle argument so they won't choke on a rule that uses this
field.

In Custom Record, added a text box and examples that demonstrate how to
include additional tables in power search rules. "Person named in the
credits" includes 'people' and 'credits' to emulate a People search but
with the advantage that other criteria can be added. "Only on channels
marked as favorites" included the 'favorites' table and could turn out
to be very useful. "All matches for a genre" demonstrates a more complex
"JOIN".





More information about the mythtv-commits mailing list