[mythtv-commits] mythtv/master commit: 7768ebc55 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Sat Sep 3 06:39:12 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-09-02T23:34:40-07:00
   Push Date:  2011/09/02 23:39:04 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  7768ebc55ddc14f8f0be45ace7700b9d3c6f4967
   Changeset:  https://github.com/MythTV/mythtv/commit/7768ebc55

Log:

Rework comparison operators

This commit reworks the comparison operators used between Guide,
Recorded, Program, and Video.  The operators fall through a series of
stages until they find a common ground that can be used for comparison
between the two class types, in the following order:

    chanid
    recording start
    program start
    inetref
    season/episode
    title
    subtitle

Modified:

   mythtv/bindings/python/MythTV/utility.py



More information about the mythtv-commits mailing list