b) When I scroll through the guide there is no description of the programme showing, just the title, time and genre (which I have never liked) so unless I've seen the show before I don't know what it is about
Regards
Bleazle
Hi Dave since the 10row tvguide was added it has been missing.
If you want to add it yourself and I know you know replace this code in mytvguide.10rows.xml
Code:
<control>
<description>Current program title</description>
<type>fadelabel</type>
<id>13</id>
<posX>681</posX>
<posY>950</posY>
<width>1175</width>
<label>#TV.Guide.CompositeTitle</label>
<font>fontB16</font>
<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
</control>
<control>
<description>Current program time</description>
<type>label</type>
<id>14</id>
<posX>681</posX>
<posY>1006</posY>
<width>850</width>
<label>#TV.Guide.Time #TV.Guide.ChannelName | #TV.Guide.DurationMins | #TV.Guide.Genre</label>
<font>AvalonLight12</font>
<textcolor>FF6aa5cb</textcolor>
<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
</control>
With this
Code:
<control>
<description>Current program title</description>
<type>fadelabel</type>
<id>13</id>
<posX>681</posX>
<posY>910</posY>
<width>1175</width>
<label>#TV.Guide.CompositeTitle</label>
<font>fontB16</font>
<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
</control>
<control>
<description>Current program time</description>
<type>label</type>
<id>14</id>
<posX>681</posX>
<posY>955</posY>
<width>850</width>
<label>#TV.Guide.Time #TV.Guide.ChannelName | #TV.Guide.DurationMins | #TV.Guide.Genre</label>
<font>AvalonLight12</font>
<textcolor>FF8f8f8f</textcolor>
<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
</control>
<control>
<description>Current program description</description>
<type>textboxscrollup</type>
<id>15</id>
<posX>681</posX>
<posY>990</posY>
<width>1185</width>
<height>75</height>
<font>AvalonLight11</font>
<lineSpacing>0.8</lineSpacing>
<label>#TV.Guide.Description</label>
<animation effect="fade" start="0" end="100" time="300" delay="350">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="0" delay="0">WindowClose</animation>
</control>
Basic Home:
- If I arrow over to the sub menu then arrow back to the main menu the main item ("Music" for example) is not highlighted - not a big deal but it's noticeable.
- Also the top item on the main menu sometimes sits above/outside of the area it is supposed to be placed in when going to the Basic Home screen - I haven't made a note of when that happens and I can't check just now because I'm "working"
I have noticed both of these issues and I don't use FTR. See the pic below. I went to moving picture/recently added/ then pushed the home button to get this pic.
I did my own edit also the word Wednesday never did fit it might be fixed now I am not sure I use my own version.Basic Home:
- I find it a bit strange having the weather image showing for the current day but only the temps for the upcoming days I could modify my local copy but I would have thought more people would like to see the upcoming weather (not just the temps) at a glance too so I thought I would mention it.
I also added an info panel see the pic below.
I see you are looking for music vids I have a personal one I just added fanart if you want it I added the xml below. The hidden menu I stole from BleazeWide I beleive.
Steve