- December 1, 2008
- 237
- 21
- Home Country
- Russian Federation
In Blue3wide::mytvschedulerServer.xml there is a label stands for channel's name:
Currently (1.1.RC3) this label is not visible at all 'cause so far #TV.Scheduled.Channel property did not work until patch specified here was released:
https://forum.team-mediaportal.com/...-scheduler-channels-name-not-displayed-80771/
To make it visible - just replace "#TV.Scheduled.Channel" with "MyChannel" and you will see:
As you see, channel's name is placed very bad...
We should find better place for it
Code:
<control>
<description>channel</description>
<type>label</type>
<id>17</id>
<posX>462</posX>
<posY>520</posY>
<label>#TV.Scheduled.Channel</label>
<align>right</align>
<font>font13</font>
<textcolor>FFB2D4F5</textcolor>
<animation effect="fade" time="250">WindowOpen</animation>
<animation effect="fade" time="250">WindowClose</animation>
</control>
https://forum.team-mediaportal.com/...-scheduler-channels-name-not-displayed-80771/
To make it visible - just replace "#TV.Scheduled.Channel" with "MyChannel" and you will see:
As you see, channel's name is placed very bad...
We should find better place for it