<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.2">
</HEAD>
<BODY>
Hi,<BR>
<BR>
Yesterday, I updated mythtv on my gentoo box using portage. I went to 0.20_p12325. I was previously on an earlier incarnation of 0.20 but needed to upgrade because the protocol didn't match a new frontend I just put in.<BR>
<BR>
Portage also wanted me to upgrade mysql to version 5.0.26-r1, previously it was mysql 4, not sure of the exact version number.<BR>
<BR>
Everything is working OK, except for one thing ... my programid is getting truncated to 6 characters. Here's a part of my program table ...
<PRE>
+---------------------+--------+-------------+------------------------------------+--------------+
| starttime | chanid | title | subtitle | programid |
+---------------------+--------+-------------+------------------------------------+--------------+
| 2007-01-02 05:00:00 | 1033 | The X-Files | Millennium | EP0809 |
| 2007-01-02 17:00:00 | 1127 | The X-Files | Fearful Symmetry | EP0809 |
| 2007-01-03 02:00:00 | 1127 | The X-Files | Synchrony | EP0809550096 |
| 2007-01-03 17:00:00 | 1127 | The X-Files | Dod Kalm | EP0809550046 |
</PRE>
<BR>
You can see the episodes for tomorrow (which have been updated by mythfilldatabase) only have 6 characters in the programid. That's not all though, when I view upcoming episodes I only see 6 characters under all of them. Including, for example, the Dod Kalm episode which shows a full programid above. The scheduler also sees these as the same episode and is only planning on grabbing the first one.<BR>
<BR>
Help!
</BODY>
</HTML>