Skin preview - Reflex - updated 18-06-12 (2 Viewers)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    New version available in first post. This includes IMDB+ support and a lot of fixes. I also added a download-link, for those of you that is dying to check out, which new cool features MediaPortal 1.3.0 Alpha will add to our skins :)
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    63
    NRW
    Home Country
    Germany Germany
    Hi pilehave!


    Big Thanks for adding support for MyScoreCenter, it is working fine! I have noticed a little overlapping of the preview window in Basic Home -> Screenshot 1!

    Furthermore i have played around in Photopaint a little bit with mymusicplayingnow! IMO this is a little bit better utilization of the space! One last idea: Is it possible to add transparency to the blue bottom bar in mymusicplayingnow?

    Best Regards
    Helios
     

    Attachments

    • Playingnow_mod.jpg
      Playingnow_mod.jpg
      139.5 KB
    • Playingnow_original.jpg
      Playingnow_original.jpg
      137.2 KB
    • Screenshot 1.jpg
      Screenshot 1.jpg
      87.2 KB
    Last edited:

    driver140771

    MP Donator
  • Premium Supporter
  • February 8, 2010
    474
    49
    Unterfranken
    Home Country
    Germany Germany
    Hello pilehave, thanks for this great skin (y)
    But i have on question and a request:
    Why is the TV-Mini-Guide so thin?
    Reflex_TV_mini_Guide.png
    I think it is 50% of the screen. Please bring it to 75% of the screen.

    Thanks.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    XML-file for yrWeather added to this post. For weather-info (from yrWeather) in myHome and BasicHome, you need to replace the attached files as well.

    Please test :)
     

    Attachments

    • yrWeather.xml
      31.1 KB
    • BasicHome.xml
      67 KB
    • myHome.xml
      26.6 KB

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    Hi pilehave , first the skin look great ... (y)
    some feedback with MP 1.3.0.A - with Reflex -v Reflex 0.0.0.159 for MediaPortal 1.3.0 ,
    I'm testing 1.3.0.A on my laptop (1280x800) But as the skin look rally good even with this Rez' , i wont to post this feedback ;) (I'M TACKING A BRICK FROM TESTING MP 1.3.0.A ... :D)
    I use English windows , so the default time clock view as : 10:00 PM , if you see my screen ,the PM/AM text cut off ...

    1 - yrWeather - (screen 01,02,03) : (as plugin work fine with 1.3.0.a [i did already DW skin file..])
    - basichome and home screen still view worldweather code .
    - weather by day - A - the location and date , are too small to see , as i click next day ..rally cannot see the date change... B - the night label is white rest blue . C - the wind value not all text view .... you can also use [textbox, textboxscrolllup] code to split the text ....not have to be fadelabel .
    -weather by hour - A - no weather image view . B - wind text overlapping (again can use textbox ... code to split wind text to 2 line ).

    2 - side menu -(screen 04) - A - the select button.png on the dark color all most cenot see it .... (did you think maybe to try with menu bg color as context menu color ? , I think will look good also , and select button will be more visible for sure ...) B - the menu i think is too nerow (or shrink..) , little more wide ,will look better with the all screen.

    3 - music now playing (screen 05) the next playing info text not view .

    4- my videos 1.3.0 - all skins file need update to latest version , you can see screenshots in aria 51 (rework my video 1.3.0 -post) as we did all new features in DW skin 1.3.0.A already)

    Great work , very good looking skin :)
     

    Attachments

    • 01.jpg
      01.jpg
      68.8 KB
    • 02.jpg
      02.jpg
      85.7 KB
    • 03.jpg
      03.jpg
      85.1 KB
    • 04.jpg
      04.jpg
      175.7 KB
    • 05.jpg
      05.jpg
      259.4 KB
    Last edited:

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    By the way , in 1.3.0.A DW skin , i use yrweather in home and basic home only like this (see screen )

    and i use this code only :

    <!-- ******************************************************************* -->
    <!-- ******************** WEATHER INFO ON MY HOME ******************** -->
    <!-- ******************************************************************* -->
    <control>
    <description>Weather image</description>
    <type>image</type>
    <id>0</id>
    <posX>160</posX>
    <posY>5</posY>
    <align>right</align>
    <width>90</width>
    <height>90</height>
    <texture>#yrWeather.defaultLocation.weatherIcon</texture>
    <visible>plugin.isenabled(yrWeather)</visible>
    <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
    </control>
    <control>
    <description>Default Location</description>
    <type>label</type>
    <id>0</id>
    <width>300</width>
    <posX>262</posX>
    <posY>22</posY>
    <align>left</align>
    <font>font12</font>
    <textcolor>ff6FAFE1</textcolor>
    <label>#yrWeather.defaultLocation.location</label>
    <visible>plugin.isenabled(yrWeather)</visible>
    <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
    </control>
    <control>
    <description>Default Condition / Temperature</description>
    <type>label</type>
    <id>0</id>
    <width>300</width>
    <posX>262</posX>
    <posY>48</posY>
    <align>left</align>
    <font>font11</font>
    <textcolor>ivory</textcolor>
    <label>#yrWeather.defaultLocation.weatherDescription | #yrWeather.defaultLocation.temperature</label>
    <visible>plugin.isenabled(yrWeather)</visible>
    <animation effect="fade" start="0" end="100" time="200">WindowOpen</animation>
    <animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
    </control>
     

    Attachments

    • yrweather - DW - home.png
      yrweather - DW - home.png
      270.3 KB

    duncanvdlinden

    Portal Member
    September 11, 2011
    11
    0
    First, i like the look of this skin very much!

    I'm using the Reflex skin with MP1.3 alpha. Using the Classic skin with MP-tvseries, moving pictures, fortherecord 1.7 plugins.
    All working well but the background is only blue, is it possible to have some backgroundpictures of my latest media on the background?
    This was working in mediaportal 1.2.3. Or do i need latestmedia handler for this? (not compatible with MP1.3 at the moment)
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    It seems that the themes are broken in the Alpha version. In Configuration, these themes have the wrong version numbers.

    Emph
     

    blair_haynes

    MP Donator
  • Premium Supporter
  • October 26, 2007
    224
    41
    Gisborne
    Home Country
    New Zealand New Zealand
    Is anybody else having this issue with the Reflex skin and MediaPortal 1.3.0 Alpha? I'm running this in 1920 x 1080
     

    Attachments

    • 11-41-54.jpg
      11-41-54.jpg
      164 KB

    Users who are viewing this thread

    Top Bottom