Blue Vision (2 Viewers)

HTPCSourcer

Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,336
    Home Country
    Germany Germany
    Looks nice.

    What happens if your system is recording and importing at the same time?
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Looks nice.

    What happens if your system is recording and importing at the same time?
    Then both indicators are shown next to each other :)
    The indicators are in a StackPanel, so can not overlap each other or the time label. I hope to make the progress also working until final, as it's an important feature for me. Many users faced a slower Gui duing import, hopefully with indicator it's more understandable.
     
    Last edited:

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @ge2301 I use the build with BlueVision skin/default theme in version:
    [2017-03-28 20:31:51,928] [80 ] [Main ] [INFO ] - ApplicationCore: Version: 2.1.1703.9941
    [2017-03-28 20:31:51,929] [81 ] [Main ] [INFO ] - ApplicationCore: Source: origin/WIP_2.1_Pre2-75ad1c

    I am missing the channel group name inside the MiniGuide. Could you please check this and restore it? (see screenshot, no group name in header)
    Another point: inside the FullGuide the program description is not truncated ("..."), would you consider to restore the text scrolling there? Currently you have no way to read the full program description of any program now :(
    upload_2017-3-28_20-33-33.png
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @ge2301 I use the build with BlueVision skin/default theme in version:
    [2017-03-28 20:31:51,928] [80 ] [Main ] [INFO ] - ApplicationCore: Version: 2.1.1703.9941
    [2017-03-28 20:31:51,929] [81 ] [Main ] [INFO ] - ApplicationCore: Source: origin/WIP_2.1_Pre2-75ad1c

    I am missing the channel group name inside the MiniGuide. Could you please check this and restore it? (see screenshot, no group name in header)
    Another point: inside the FullGuide the program description is not truncated ("..."), would you consider to restore the text scrolling there? Currently you have no way to read the full program description of any program now :(
    View attachment 188656
    I fixed the problem with not shown GroupNameLabel. Could you take a look, why the () are still shown, if no series info is available. The IsVisible property is correctly set.
    XML:
                <Label x:Name="SeriesLabel" Color="{ThemeResource TextColor}" Margin="5,0,0,0" Opacity="0.6"
                       IsVisible="{Binding Path=SelectedCurrentProgram.Series, Converter={StaticResource ReferenceToBoolConverter}}">
                  <Label.Content>
                    <Binding Path="SelectedCurrentProgram.Series" Converter="{StaticResource StringFormatConverter}" ConverterParameter="{} ({0})"/>
                  </Label.Content>
                </Label>
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @ge2301 did you try the "EmptyStringToFalseConverter" instead of "ReferenceToBoolConverter"? The difference is in interpretation of values, the "EmptyStringToFalseConverter" also considers String.Emtpy (""), while reference only checks for "!= null"
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @ge2301 did you try the "EmptyStringToFalseConverter" instead of "ReferenceToBoolConverter"? The difference is in interpretation of values, the "EmptyStringToFalseConverter" also considers String.Emtpy (""), while reference only checks for "!= null"
    That worked. I thought because I convert the content to a string, that it is not a string during the IsVisible check. Anyhow, it's solved now :)
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Hi @ge2301
    i've noticed a small overlapping in BV. Please take a look at the attached screenshot ->

    2017-05-03 (5).jpg
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,418
    2,336
    Home Country
    Germany Germany
    @ge2301, the dynamic adjustment of posters can lead to a disturbed display. In this case, a poster is missing and a grey large box with a different size is displayed instead. This is messing up the cover display, see the large empty space at the right side.

    Poster.JPG
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,736
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @ge2301, the dynamic adjustment of posters can lead to a disturbed display. In this case, a poster is missing and a grey large box with a different size is displayed instead. This is messing up the cover display, see the large empty space at the right side.

    View attachment 189643
    I think I know the root cause. It's a copy paste mistake from audio section of one last minute change. I'll fix that as well.
     

    Users who are viewing this thread

    Top Bottom