Mailing List Archive

mythtv commits
----------------------------------------------------------------------------
Changes committed by cpinkham on Tue Apr 22 21:27:48 2003

Modified Files:
in MC/libs/libmythtv:
osd.cpp osd.h osdtypes.cpp osdtypes.h programinfo.cpp
programinfo.h tv_play.cpp tv_play.h
in MC/themes/blueosd:
osd.xml
in MC/themes/defaultosd:
osd.xml
Log Message:

Added OSD::SetTextByRegexp() and <value> tags to allow OSD to support
more flexible textarea fields. The <value> text can have keywords such
as %DESCRIPTION% which are filled in at runtime. Modified tv_play to use
new support for program_info and channel_number OSD's. Changed channel_number
textarea field to "channum" to be consistent with database field name.

OSD themes which are maintained outside the Myth cvs tree will need have
their osd.xml file modified to reflect the new "channum" name instead of the
old "channel_number" for the textarea field. The container name stays the
same as "channel_number".

----------------------------------------------------------------------------