[mythtv-users] record live/first showing of sports?

David Engel david at istwok.net
Sun Jun 12 18:07:34 UTC 2011


On Sun, Jun 12, 2011 at 10:40:08AM -0400, Steven Adeff wrote:
> On Sat, Jun 11, 2011 at 3:04 PM, Michael T. Dean
> > Please post the output of:
> >
> > mysql -umythtv -p mythconverg -e "SELECT * FROM settings WHERE value =
> > 'HaveRepeats';"
> > mysql -umythtv -p mythconverg -e "SELECT count(previouslyshown) FROM
> > program WHERE previouslyshown = 1;"
> 
> [...]
> 2011-06-11 22:32:24.560 Marking repeats.
> 2011-06-11 22:32:25.618     Found 16735

Repeat detection appears fine.

> @mythbackend:~$ mysql -uroot -p mythconverg -e "SELECT * FROM settings
> WHERE value = 'HaveRepeats';"
> Enter password:
> @mythbackend:~$ mysql -uroot -p mythconverg -e "SELECT
> count(previouslyshown) FROM program WHERE previouslyshown = 1;"
> Enter password:
> +------------------------+
> | count(previouslyshown) |
> +------------------------+
> |                 126502 |
> +------------------------+

It looks like you've somehow lost your HaveRepeats setting.  Please
run the following to restore it.

mysql -uroot -p mythconverg -e "INSERT INTO settings VALUES ('HaveRepeats','1',NULL);"

David
-- 
David Engel
david at istwok.net


More information about the mythtv-users mailing list