[mythtv] [mythtv-commits] Ticket #2320: Add a 'watched' flag to recordings

Stuart Auchterlonie stuarta at squashedfrog.net
Thu Sep 7 13:06:38 UTC 2006


On Thu, Sep 07, 2006 at 01:58:13PM +0100, Simon Kenyon wrote:
> sky tv's DVR marks a program as watched if (how can i put this) you 
> watch it.
> any of it. it makes not distinction about how much of it you watch.
> 
> maybe use the model from email clients
> if you watch more than a minute, then mark it "watched"

It makes sense to combine this with bookmarks.

if (watched && ! has bookmark) is_really_watched=true;

but as stuartm pointed out, he uses always set bookmark,
so some other combination is required.


Stuart A


More information about the mythtv-dev mailing list