No it's not a mock-up. If you click on "Schedule" menu tile in the TV section, this screen appears. Of course initial design was different.Hi.
Is this a mockup? Or did I miss a important release as I can't find this view also I'm missing it since ages now...
I have SRU1 of course with some modifications, which are only related to my skin work. My Tv screen looks like this:Then I don't have the same MP2 version than you. Did you build it by yourself? Or have I meshed things while testing the MPExtended - DLNA Mediaserver versions? Here there only the series schedules are displayed and only the first 2 of them, like it was ever since the beginning of my MP2 usage...
I just have added the EndTime as label:Problem I have is that I can not get the EndTime of the schedule in SlimTVStyles.xaml
Did not help. The marking for recording in EPG remains.Can you first check if the recording status is correct if you change the channel group forth and back? This will cause reloading of programs.
I just have added the EndTime as label:Problem I have is that I can not get the EndTime of the schedule in SlimTVStyles.xaml
[10:22] <MP2-GitBot> [MediaPortal-2] morpheusxx pushed 1 new commit to FEAT_UpdateTVE: http://git.io/vlGqI
(In theory it should have been also accessible by AdditionalProperties[SCHEDULE].EndTime, but this way it's easier)
<StackPanel Orientation="Horizontal" Grid.Column="0" x:Name="Channel">
<Image x:Name="ChannelLogo" Height="40" Stretch="Uniform" Margin="5,2,5,2">
<Image.Source>
<fanart:FanArtImageSource fanart:FanArtMediaType="ChannelTv" fanart:FanArtType="Banner" fanart:FanArtName="{Binding [ChannelName]}"
fanart:MaxWidth="0" fanart:MaxHeight="0"/>
</Image.Source>
</Image>
<Label x:Name="ChannelText" Scroll="Auto" Content="{Binding [ChannelName]}" Color="{ThemeResource TextColor}" Wrap="True"
FontSize="{ThemeResource SmallFontSize}" Margin="5,0,10,0" VerticalAlignment="Center"/>
</StackPanel>