Apollo One (1 Viewer)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    @ge2301 can you create a new branch "FEAT_ApolloOne_v2" and commit/push changes there? I plan to do some work on fonts soon, so I can jump into this branch as well.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,741
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Is it also possible to align the list text to the description text like in mockups ? the scrollbar should be to theleft of alignment. One more thing too are we ready to drop the border around the selected item yet ? i cant stand it lol.
    Yes, it is possible. It looks like this:
    Trial.png

    Technical problem is, that the focus frame is currently same for all styles. So removing it, means also no frame for the cover view.
    Of course it's possible to change, but do not want to mess up Morpheus' code completely ;)

    The other problem is, that I didn't like it too much after update. Somehow when scrolling through the list the focus is lost. The text of the focused item does not clearly enough stand out from the other list items.
    In the mockup it looks good, but it's static. Also the white text (especially genre) of the focussed item is more outstanding than in my trial. But I selected correct size and color. What do you think?
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,741
    3,501
    Stuttgart
    Home Country
    Germany Germany
    @ge2301 can you create a new branch "FEAT_ApolloOne_v2" and commit/push changes there? I plan to do some work on fonts soon, so I can jump into this branch as well.

    I have tried, but I can not find options to create a new branch. I found options to folk, but also this ended with messsages, that I do not have write access.
    It there a manual, how to create a new branch and push changes?
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Looks much better without the border and alignment is great, focus i don't see the issue as the focused item is the only one with a poster and extra info so kinda hard to miss but either way the other list items just need their colour fading so the focused item stands out more.
    Here is the code for the star

    <Canvas x:Name="star" ClipToBounds="True" HorizontalAlignment="Left" Height="32" UseLayoutRounding="False" VerticalAlignment="Top" Width="32" Margin="210,80,0,0">
    <Path x:Name="Shape_1" Data="F1M15.5,1.001C15.5,1.001 20.279,9.8 20.279,9.8 20.279,9.8 29.998,11.695 29.998,11.695 29.998,11.695 23.232,19.029 23.232,19.029 23.232,19.029 24.46,28.999 24.46,28.999 24.46,28.999 15.5,24.732 15.5,24.732 15.5,24.732 6.539,28.999 6.539,28.999 6.539,28.999 7.768,19.029 7.768,19.029 7.768,19.029 1.002,11.695 1.002,11.695 1.002,11.695 10.721,9.8 10.721,9.8 10.721,9.8 15.5,1.001 15.5,1.001" Fill="#FFF3F3F3" Height="30" Canvas.Left="-1" Canvas.Top="1" Width="31"/>
    </Canvas>
     

    Lehmden

    Retired Team Member
  • Premium Supporter
  • December 17, 2010
    12,565
    3,946
    Lehmden
    Home Country
    Germany Germany
    Hi.
    Any chance of getting different colours for watched and not watched items in the list? It's nice to have this "eye" to indicate if the item is seen already, but you first need to navigate to the item to see this at all. Especially as the focus handling of MP2 isn't as it should be this will add a lot of extra "work" to find a (the next) unseen item... In Titanium those "eyes" are attached to the items, no matter if they have focus or not. There it's easy to find the next unseen item. I think a different text colour will do the same without disturbing the nice and clean look... Similar to the example MP1- screenshot above:
    Zwischenablage-1.jpg
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    Having a different colour i guess is not a problem, i never take notice of the different colours as if i'm looking for unwatched movies i go to an unwatched movies view but i know what you mean.
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,741
    3,501
    Stuttgart
    Home Country
    Germany Germany
    There could be also different colors for newly added titles etc. But I think the filters are intended for that. If I want to see only unwatched movies, I set the filter accordingly :)
    As I tried to mention above, when scrolling through the movie list even now the text focus is not clear enough. The focused genre text color should be more white. Morpheus will work on the fonts. so I propose to wait first how it will look like and then make fine tuning. I worry that too many colors will have effect on the lean and clear view :unsure:
     

    ge2301

    Lead Design MP2
  • Team MediaPortal
  • January 11, 2014
    8,741
    3,501
    Stuttgart
    Home Country
    Germany Germany
    Here is the code for the star
    <Canvas x:Name="star" ClipToBounds="True" HorizontalAlignment="Left" Height="32" UseLayoutRounding="False" VerticalAlignment="Top" Width="32" Margin="210,80,0,0">
    <Path x:Name="Shape_1" Data="F1M15.5,1.001C15.5,1.001 20.279,9.8 20.279,9.8 20.279,9.8 29.998,11.695 29.998,11.695 29.998,11.695 23.232,19.029 23.232,19.029 23.232,19.029 24.46,28.999 24.46,28.999 24.46,28.999 15.5,24.732 15.5,24.732 15.5,24.732 6.539,28.999 6.539,28.999 6.539,28.999 7.768,19.029 7.768,19.029 7.768,19.029 1.002,11.695 1.002,11.695 1.002,11.695 10.721,9.8 10.721,9.8 10.721,9.8 15.5,1.001 15.5,1.001" Fill="#FFF3F3F3" Height="30" Canvas.Left="-1" Canvas.Top="1" Width="31"/>
    </Canvas>
    Ok, new star layout is implemented :)
     

    wizard123

    Retired Team Member
  • Premium Supporter
  • January 24, 2012
    2,569
    2,680
    Home Country
    United Kingdom United Kingdom
    I worry that too many colors will have effect on the lean and clear view
    Agreed, there should only be a couple of colour variations which i will choose when i get time. If more are wanted that's where themes come in ;)
     

    Users who are viewing this thread

    Top Bottom