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

Steven Adeff adeffs.mythtv at gmail.com
Mon Jun 13 18:20:33 UTC 2011


On Sun, Jun 12, 2011 at 2:07 PM, David Engel <david at istwok.net> wrote:
> 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);"

odd!
ran it, and I reran mythfilldatabase as well, assuming that's what
fills the tables(?) and now it appears as an option!
I need to check the system I built for my parents now.

I assume that in order for MythWeb to support this option it needs to
be able to verify the information is available from the guide data?


-- 
Steve
http://www.mythtv.org/wiki/User:Steveadeff
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette -
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette


More information about the mythtv-users mailing list