[mythtv-users] Extra long epg data prevents access to recording

Torsten Schenkel torsten.schenkel at web.de
Thu Nov 20 12:06:41 EST 2003


On Thu, 2003-11-20 at 16:19, Chris Pinkham wrote:
> Someone was talking about this a week or so ago and was working on a patch
> but I haven't seen anything sent to the list yet.

That would have been me, but it isn't a patch, it's a hack. But if
there's interest I can post it.

All it does is to completely erradicate the description from the
recording screens. (Well apart from some artifact I get at the top of
the screen, but that's not intended).

OK, so here it is, but please don't commit this :-)

There won't be a description field in the recording screens at all. I
don't care, because I use mythweb as main epg. There still is some
description left, that's displayed at the top of the screen, as though
there was text to be displayed, that doesn't no were it belongs (because
I deleted it's field), but I didn't have the time to look into it. Maybe
someone that can code c++ can come up with something like in the OSD
were long decriptions are simply cut off, or with a fixed size for the
decription field.

Torsten
-- 
Config files for pvr350 tv-out and framebuffer:
http://www-isl.mach.uni-karlsruhe.de/~hi93/ivtv-pvr-350-conf.tgz
-------------- next part --------------
--- libs/libmythtv/programinfo.cpp.bak	2003-11-16 22:03:08.000000000 +0100
+++ libs/libmythtv/programinfo.cpp	2003-11-16 22:19:20.000000000 +0100
@@ -1520,8 +1520,6 @@
     grid->addWidget(subtitlelabel, row, 0, Qt::AlignLeft | Qt::AlignTop);
     grid->addWidget(subtitlefield, row, 1, Qt::AlignLeft | Qt::AlignTop);
     row++;
-    grid->addWidget(descriptionlabel, row, 0, Qt::AlignLeft | Qt::AlignTop);
-    grid->addWidget(descriptionfield, row, 1, Qt::AlignLeft | Qt::AlignTop);
 
     grid->setColStretch(1, 2);
     grid->setRowStretch(row, 1);


More information about the mythtv-users mailing list