Blue Vision (5 Viewers)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    File can be renamed, they are decoded properly even if there is a png named as .jpg.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Created new menu tiles with BV style:
    record_button.jpg EPG_button.jpg TV_button_square.jpg settings_square.jpg

    More will follow ...
     
    Last edited:

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Unbenannt.jpg
    Question: Shall I integrate those tile images for the summer release or offer seperately for download?
    Some people might like them and some not. It's a matter of taste :)
    (There are more tiles for other sections, but they are not yet completely finished)
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    I really like them, so I would like to have them included. Other images still could be provided by a theme.

    Once you have a good version, could you provide some screenshots in English, I'd like to include them in release notes as eye catcher :)
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    I really like them, so I would like to have them included. Other images still could be provided by a theme.

    Once you have a good version, could you provide some screenshots in English, I'd like to include them in release notes as eye catcher :)

    Allright, I'll complete the tile images and push them today :) I'll also take some screenshots with english settings tonight.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Once you have a good version, could you provide some screenshots in English
    Hi, how can I switch the date and time settings to english?
    Regional setting in MP2 is set to English and I changed my windows settings to english aswell (time and date in the taskbar as intended).
    But MP2 is still using German time and date settings.
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Regional settings should be applied properly after MP2-Client restart.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Regional settings should be applied properly after MP2-Client restart.
    thanks, doing this 3 times gave a positive result in the end.

    So here are the screenshots from the menus with overworked tile images:
    menu_audio.jpg menu_video.jpg menu_TV.jpg menu_news.jpg menu_image.jpg menu_settings.jpg

    How many screenshot's do you need in total? Which additional screenshots do you like to have? I'd say something from movie / series / audio view would be nice :)
    Changes will be pushed later.
     
    Last edited:

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @morpheus_xx

    I stucked a little bit in the generation of CP screens. Since these are only a few preparations and anyway we can not implement it into Summer Release it's not so urgent.

    1) The selection of the CP by aspect does not work as intended. I tried according to your comments, but perhaps the binding of "CurrrentMediaItem" is not correct.
    HTML:
                [...]
      xmlns="www.team-mediaportal.com/2008/mpf/directx"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:fanart="clr-namespace:MediaPortal.Extensions.UserServices.FanArtService.Client;assembly=FanArtService.Client"
      xmlns:media="clr-namespace:MediaPortal.UiComponents.Media.Models.AspectWrappers;assembly=Media"
    <Control x:Name="CP_MovieGeneral">
                  <Control.IsVisible>
                    <MultiBinding Converter="{StaticResource MediaItemAspectToBoolConverter}">
                      <Binding Source="Binding CurrentMediaItem" />
                      <Binding Source="{x:Static aspect:MovieAspect.ASPECT_ID}" />
                    </MultiBinding>
                  </Control.IsVisible>
                  <Control.TemplateControl>
                    <Include Source="screens\CP_MovieGeneral.inc"/>
                  </Control.TemplateControl>
                </Control> 
    [...]

    2) As mentioned I could create TabButtons. But currently I'm not really sure, how I can change the content by selection of TabButtons.
    Some "google studies" have shown, that there are TabControls in WPF, but I guess we don't have it in MPF, right?
     

    Attachments

    • CurrentlyPlayingVideo.7z
      1.7 KB

    osre

    Retired Team Member
  • Premium Supporter
  • December 14, 2014
    775
    387
    Home Country
    Germany Germany
    To mimic the different Contents of an tab control you could use a grid as contentz Container (no columns or rows needed), which can hold multiple items.
    Then place a single Panel control (any type you Need) inside the grid for each tab.
    Then you apply a binding to the Panel.Visibility property.
    This works in WPF and should also work in MPF.
     

    Users who are viewing this thread

    Top Bottom