[mythtv] Use callsign for scheduling

Simon Kenyon simon at koala.ie
Mon Apr 19 16:21:28 EDT 2004


On Monday 19 April 2004 19:46, David Engel wrote:
> 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
yes, i'm aware of that :-)
just thought i'd make the request while the table was being changed

the less local changes to the code the better
i have enough balls in the air as it is
--
simon


More information about the mythtv-dev mailing list