Maya: Beta release 04-04-10 (Original Thread) (1 Viewer)

Status
Not open for further replies.

mortstar

MP Donator
  • Premium Supporter
  • January 30, 2008
    415
    41
    Home Country
    England England
    Re: Maya: Beta release 06-02-10

    Here are some screenshots for the new listviews, thumbview movies, bannerview tvseries and a fully new concept for the tvhome screen.
    I want to make the tvhome with a fullscreen preview. The mockups speak for them selves. :D

    These look fantastic, thanks so much to the team for your continued work.

    In the svn I see that r200 and r201 have revisions for references.xml

    However, there is the possibility of the user selecting font size, therefore should replacements be made for new list views for both references.bigfonts.xml and references.normalfonts.xml especially as either of these two files will overwrite the changes in references.xml when the Basic Home is configured.
     

    ncoH

    Retired Team Member
  • Premium Supporter
  • January 27, 2007
    925
    1,569
    Hannover
    Home Country
    Germany Germany
    AW: Re: Maya: Beta release 06-02-10

    Here are some screenshots for the new listviews, thumbview movies, bannerview tvseries and a fully new concept for the tvhome screen.
    I want to make the tvhome with a fullscreen preview. The mockups speak for them selves. :D

    These look fantastic, thanks so much to the team for your continued work.

    In the svn I see that r200 and r201 have revisions for references.xml

    However, there is the possibility of the user selecting font size, therefore should replacements be made for new list views for both references.bigfonts.xml and references.normalfonts.xml especially as either of these two files will overwrite the changes in references.xml when the Basic Home is configured.

    I`m working on this...
    The new listviews are not 100% ready.
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Re: Maya: Beta release 06-02-10

    Hello. Tried new version and it's working great. But i have some words to say:
    -On the basichome, rss news are hard to read because fonts are to small.
    -In the Infoservice plugin a don't se the point why there is small picture in the left bottom corner. Would be better without picture.
    -Would be great to support RadioTime plugin.
    -In weather screen, every first time i enter (after restarting MediaPortal) there is no hour when the weather infos were updated. Instead there is some #maya.weather.update.date...
    -No current time on homescreen or any other screen, instead TV... Would be great to know waht time it is :).

    Great work guys!!!

    RadioTime is now supported since SVN 204, but probably needs a bit of a makeover at some point.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Maya: Beta release 06-02-10

    pilehave
    any news on my two bugs i pointed out in the beginning of this thread? (Sleeptimer and oberlapping text in series view)?
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Re: AW: Maya: Beta release 06-02-10

    @pilehave
    any news on my two bugs i pointed out in the beginning of this thread? (Sleeptimer and oberlapping text in series view)?

    I haven't really tested Sleeptimer, so you should probably make a feature-request in Issues - mamp2 - Project Hosting on Google Code if it should have a chance of getting done :)

    As for the overlapping text, I cannot seem to locate that post. Can you link to if by any chance?

    [edit] found your post with screenshots![/edit]
    https://forum.team-mediaportal.com/...ease-06-02-10-a-68747/index56.html#post576934

    I'll look into it!
     

    pilehave

    Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    Re: AW: Maya: Beta release 06-02-10


    Could you try and replace DialogNotify.xml with this text:

    Code:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <window>
        <id>2016</id>
        <defaultcontrol>4</defaultcontrol>
        <allowoverlay>no</allowoverlay>
        <controls>
            <control>
                <id>0</id>
                <type>image</type>
                <posX>409</posX>
                <posY>500</posY>
                <width>548</width>
                <height>262</height>
                <texture>dialog_notify.png</texture>
                <animation effect="Fade" time="250">WindowOpen</animation>
                <animation center="683,384" delay="100" effect="Zoom" end="100,100" start="95,95" time="550" tween="Elastic">WindowOpen</animation>
            </control>
            <control>
                <id>3</id>
                <description>Heading text label</description>
                <type>label</type>
                <posX>470</posX>
                <posY>536</posY>
                <width>340</width>
                <font>Segoe Light18</font>
                <textcolor>ff85cffe</textcolor>
                <label>181</label>
                <animation effect="Fade" time="250">WindowOpen</animation>
                <animation center="683,384" delay="100" effect="Zoom" end="100,100" start="95,95" time="550" tween="Elastic">WindowOpen</animation>
            </control>
    		
            <control>
                <id>0</id>
                <description>logo</description>
                <type>image</type>
                <visible>window.isvisible(602)+!string.contains(#thumb,MySleepTimer)</visible>
                <posX>818</posX>
                <posY>534</posY>
                <width>80</width>
                <height>40</height>
                <texture>dialog_tv_is_recording.png</texture>
                <animation effect="Fade" time="250">WindowOpen</animation>
                <animation center="683,384" delay="100" effect="Zoom" end="100,100" start="95,95" time="550" tween="Elastic">WindowOpen</animation>
            </control>
    		
            <control>
                <id>5</id>
                <description>logo</description>
                <type>image</type>
                <posX>470</posX>
                <posY>600</posY>
                <width>60</width>
                <height>60</height>
                <texture>#thumb</texture>
                <animation effect="Fade" time="250">WindowOpen</animation>
                <animation center="683,384" delay="100" effect="Zoom" end="100,100" start="95,95" time="550" tween="Elastic">WindowOpen</animation>
                <keepaspectratio>yes</keepaspectratio>
            </control>
    		
            <control>
                <id>6</id>
                <description>textarea</description>
                <type>textbox</type>
                <onleft>4</onleft>
                <onright>4</onright>
                <onup>4</onup>
                <ondown>4</ondown>
                <posX>555</posX>
                <posY>600</posY>
                <width>340</width>
                <height>55</height>
                <textcolor>ffffffff</textcolor>
                <spinPosX>1031</spinPosX>
                <spinPosY>-2000</spinPosY>
                <font>font12</font>
                <animation effect="Fade" time="250">WindowOpen</animation>
                <animation center="683,384" delay="100" effect="Zoom" end="100,100" start="95,95" time="550" tween="Elastic">WindowOpen</animation>
                <label>-</label>
            </control>
        </controls>
    </window>

    This should work, but I have no remote to test with, and from what I can tell the plugin only works with a remote.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Maya: Beta release 06-02-10

    THANKS a lot - will test this evening - i've to be at home :)

    Will there be a mod that movingpictures has again 10 stars rating?
     

    Crash

    MP Donator
  • Premium Supporter
  • December 12, 2005
    120
    4
    Home Country
    Switzerland Switzerland
    Re: AW: Maya: Beta release 06-02-10

    THANKS a lot - will test this evening - i've to be at home :)

    Will there be a mod that movingpictures has again 10 stars rating?

    I will give it a look tonight or tommorrow, I need the 10 stars also ;)
     

    mortstar

    MP Donator
  • Premium Supporter
  • January 30, 2008
    415
    41
    Home Country
    England England
    Re: Maya: Beta release 06-02-10

    10 stars is easily changed:

    Open movingpictures.xml and movingpictures.details.xml in a text editor and search for "MovingPictures.SelectedMovie.score.rounded" (or just "rounded"), this will find the Star drawing control.

    Change the <imagesToDraw> from 5 to 10.

    In movingpictures.details.xml this tag appears twice, so needs editing in both places.
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom