Windows 10 Theme for BlueVision skin (2 Viewers)

ge2301

Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    This is an individual setting and can be adjusted in the MP2 Client GUI under settings. If I remember right it is in the TV section. But I'm on my Raspberry Pi atm so no MP2 running here...
    Thanks, finally found it. It was under plugins and TV. I was always searching in the general settings :whistle:
    TV styles will be also finished soon. But now it's family time.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    I made the design for the TV section. But I'm really not sure which one looks better. Please give some feedbacks:

    Current final candidate: Fits to homescreen and Settings screen.
    Unbenannt2.jpg

    Alternative candidate: Looks also not bad ...
    Unbenannt.jpg

    In case most vote for the alternative design, I'll need to update also other desings again ... hmmmn :rolleyes:
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @morpheus_xx
    I want to add the time scale on top of the EPG. Currently only the referrence time is shown by:
    XML:
              <Label x:Name="GuideStartTimeLabel" Content="{Binding Path=GuideStartTime, Converter={StaticResource SlimTvDateFormatConverter}}"
                  Color="{ThemeResource TextColor}" FontSize="{ThemeResource SmallFontSize}"  VerticalAlignment="Center"/>
    I checked already the scale. The number of pixel for a duration of 1 hour is always same. Means I can add labels at fixed positions.
    The only thing I have to do is to add 30 minutes or 1 hour to th reference time... since it's not possible to calculate in xaml (only with fitting converter) I'm stucked.
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,562
    3,944
    Lehmden
    Home Country
    Germany Germany
    Hi.
    I also would prefer the first version, but I would like the green colour warmer a bit. It's looking freezing cold, nothing I like that much in my living room. ;)
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Hi.
    I also would prefer the first version, but I would like the green colour warmer a bit. It's looking freezing cold, nothing I like that much in my living room. ;)
    The color itself I won't change. Red tones are reserved for recordings, green does not fit and yellow is a nogo.
    I increased the brightness, hope thats hot enough for you ;)
    Unbenannt3.jpg

    Additionally the running TV-program will be visible in the background and provide more colors.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Here the "TV Home Screen" design. But I hope we don't need this screen in future.
    Unbenannt_.jpg


    I'd like to add the program details of the focused program in the footer, but it does not work. Please give me a hint ...
    XML:
            <ListView  x:Name="tvList" Grid.Column="0" Grid.Row="1" Grid.ColumnSpan="2"
                  HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
                  Style="{ThemeResource ChannelWithLogoAndProgramListViewStyle}"
                  ItemsSource="{Binding Path=CurrentGroupChannels}">
              <ListView.Resources>
                <CommandBridge x:Key="Menu_Command" Command="{Binding Path=Command,Mode=OneTime}"/>
              </ListView.Resources>
            </ListView>
    
                  <Label Grid.Row="1" Grid.Column="0" Margin="0,100,0,-100" VerticalAlignment="Bottom"
                         DataContext="{Binding ElementName=tvlist, Path=CurrentItem}"
                         Content="{Binding Path=Title}" Color="{ThemeResource TextColor}"> </Label>
     

    Users who are viewing this thread

    Top Bottom