[mythtv-commits] mythtv/master commit: 59da981d1 by Chris Pinkham (cpinkham)

MythTV noreply at mythtv.org
Tue Nov 29 03:02:03 UTC 2011


      Author:  Chris Pinkham <cpinkham at mythtv.org>
 Change Date:  2011-11-28T18:58:43-08:00
   Push Date:  2011/11/28 19:01:49 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  59da981d1b8228be4fe95788e308deaf5138f205
   Changeset:  https://github.com/MythTV/mythtv/commit/59da981d1

Log:

Add a Dvr/GetFilteredRecordedList services API call.

GetFilteredRecordedList will return a filtered list of recordings
so the caller does not have to download and parse the full list of
recordings.

Optional filter arguments are:

TitleRegEx
RecGroup
StorageGroup

RecGroup and StorageGroup are exact matches.  TitleRegEx uses QRegExp
to perform a regular expression match against the title field.  All
arguments are optional.  Without any specified values,
GetFilteredRecordedList acts the same as GetRecordedList.

Modified:

   mythtv/libs/libmythservicecontracts/services/dvrServices.h
   mythtv/programs/mythbackend/services/dvr.cpp
   mythtv/programs/mythbackend/services/dvr.h



More information about the mythtv-commits mailing list