[mythtv] Use callsign for scheduling

David Engel gigem at comcast.net
Mon Apr 19 14:46:40 EDT 2004


On Mon, Apr 19, 2004 at 11:46:05AM +0100, Simon Kenyon wrote:
> if you are making changes to the table could i ask that you make at
> least one field long enough to contain the longest name that i get
> from tv_grab_uk_rt and that is "BBC 1 (Northern Ireland)" which is
> 24 characters long. at the moment the fields are 20 long which gets
> truncated and it looks crap.

You could also just modify the field locally to suit your own needs.
I think the syntax would be something like this:

  USE mythconverg;
  ALTER TABLE channel CHANGE name name VARCHAR(32) NULL;

David
-- 
David Engel
gigem at comcast.net


More information about the mythtv-dev mailing list