[mythtv-users] Single record "Not Listed" status after channel update?

Bill Meek keemllib at gmail.com
Sun Jan 5 20:31:27 UTC 2014


On 01/05/2014 01:52 PM, Tom Dexter wrote:
...
> Wow...I sure hope someone can help with this, because it looks like I
> have a serious mess on my hands here.  I just looked for things that
> are in my current listings that should be recording on 5.1, for
> example my wife's American Idol, and it's NOT scheduled to record.
> FFS.
>
> I'm pretty desperate with this one...if *anyone* can clear me up as to
> what get's matched in those rules for the "this channel" filter.  I
> have a feeling that it may be using the "station" field on the record
> table (which would in fact be incorrect).

If no other *anyone* is watching the list now, there's this ;)

SELECT * FROM recordfilter WHERE filterid = 10;
+----------+--------------+-------------------------------------+----------------+
| filterid | description  | clause                              | newruledefault |
+----------+--------------+-------------------------------------+----------------+
|       10 | This channel | channel.callsign = RECTABLE.station |              0 |
+----------+--------------+-------------------------------------+----------------+

So a reasonable person might ask what RECTABLE is. I _believe_ it's record.
Unfortunately, I haven't used that filter. But the 2 fields do match in my
case. FYI, I have changed callsigns on several stations via mythweb (so that
the same ATSC and Cable stations match.)

-- 
Bill


More information about the mythtv-users mailing list