[mythtv-users] Myth is now recording when I exit Live TV

mythtv mythtv at mdabbs.org
Tue Jul 19 01:28:00 UTC 2016


On 07/18/2016 07:14 PM, Roger Siddons wrote:
> On 18/07/16 23:32, mythtv wrote:
>>
>> +------------+----------+-------------+---------+
>> | recgroupid | recgroup | displayname | special |
>> +------------+----------+-------------+---------+
>> |          1 | Default  |             |       1 |
>> |          3 | LiveTV   |             |       1 |
>> |          5 | Deleted  |             |       1 |
>> |          7 | Other    | Other       |       0 |
>> |          9 | AO       | AO          |       0 |
>> |         11 | Movies   | Movies      |       0 |
>> +------------+----------+-------------+---------+
>>
>
> That is a problem.
> The code expects Default, LiveTV, Deleted to be 1,2,3 respectively.
> As well as the LiveTV issue, you may have problems with recordings not
> getting deleted.
>
> I wouldn't recommend poking the database; the values may be linked
> elsewhere.
>
> Raise a ticket with details of how you upgraded, then you
> should get advice of how to fix it.
>
> Do you use MythWeb to edit schedules/rules ?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org

Well, as to why all the IDs are odd, it's because my auto-increment is
set to 2, not 1.  So if there is a magic number somewhere in the code
that assumes that LiveTV is always 2, then that would be what's
happening here.  If someone could point me to that piece of code, it
shouldn't be hard to have it query the recgroups table for the ID of
LiveTV instead of just assuming it's always 2.


More information about the mythtv-users mailing list