Maya: Beta release 04-04-10 (Original Thread) (2 Viewers)

Status
Not open for further replies.

4roma

MP Donator
  • Premium Supporter
  • April 16, 2009
    133
    3
    Groningen
    Home Country
    Netherlands Netherlands
    Re: Maya: Beta release 06-02-10

    MediaPortal TV Client. Never used For The Record.
     

    The Riddle

    Portal Member
    June 6, 2008
    13
    1
    Re: Maya: Beta release 06-02-10

    @The Riddle: If you are using basic home screen, then you need to use the BasicHomeConfig which you can find below process plugins. There you can define all item that should show up on home screen and even submenus. Here is a how to: BasicHomeConfig - mamp2 - This guide will show hot to configure your BasicHome menu. - Project Hosting on Google Code

    Otherwise, if you are not using basic home screen it should show up as you did and I have no idea.

    Thanks for your reply I found the homeconfig and it´s working perfectly, and now that I´ve got everything working I´d like to say that this skins is AWESOME, dude or dudes keep up the great work this skin is rocking :D:D

    grtz The Riddle;)
     

    mortstar

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

    I've spotted a couple of things that I believe need updating:

    In common.time.xml there is a slight problem in the logic for visibility for the separator. The leading '!' from the visibility line should be removed otherwise you get some strange behaviour.

    In mytvschedulerServer.xml the description text isn't showing as the <posY> has mistakenly been changed to 228190, it was meant to be 281. Also the listcontrol would be best if setup the same as the common.facade.recordings listcontrol. Therefore the <posY> should be changed to 424 instead of 392.

    Also to fix 'problems' similar to Issue 86 could the Maya BasicHome Plugin be used to store a string for the BigFonts selection? Then the code to fix it could be something like:

    Code:
    	       <control>
    			<type>textboxscrollup</type>
    			<description>Description1</description>
    			<id>0</id>
    			<posX>556</posX>
    			<posY>281</posY>
    			<width>741</width>
    			<height>80</height>
    			<font>font12</font>
    			<label>#TV.RecordedTV.Description</label>
    			<visible>facadeview.list + string.contains(#maya.font.fontBig,no)</visible>
    		</control>
    	      <control>
    			<type>textboxscrollup</type>
    			<description>Description1</description>
    			<id>0</id>
    			<posX>556</posX>
    			<posY>281</posY>
    			<width>741</width>
    			<height>100</height>
    			<font>font12</font>
    			<label>#TV.RecordedTV.Description</label>
    			<visible>facadeview.list + string.contains(#maya.font.fontBig,yes)</visible>
    		</control>
     

    pilehave

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

    I've spotted a couple of things that I believe need updating:

    In common.time.xml there is a slight problem in the logic for visibility for the separator. The leading '!' from the visibility line should be removed otherwise you get some strange behaviour.

    In mytvschedulerServer.xml the description text isn't showing as the <posY> has mistakenly been changed to 228190, it was meant to be 281. Also the listcontrol would be best if setup the same as the common.facade.recordings listcontrol. Therefore the <posY> should be changed to 424 instead of 392.

    Also to fix 'problems' similar to Issue 86 could the Maya BasicHome Plugin be used to store a string for the BigFonts selection? Then the code to fix it could be something like:

    Code:
    	       <control>
    			<type>textboxscrollup</type>
    			<description>Description1</description>
    			<id>0</id>
    			<posX>556</posX>
    			<posY>281</posY>
    			<width>741</width>
    			<height>80</height>
    			<font>font12</font>
    			<label>#TV.RecordedTV.Description</label>
    			<visible>facadeview.list + string.contains(#maya.font.fontBig,no)</visible>
    		</control>
    	      <control>
    			<type>textboxscrollup</type>
    			<description>Description1</description>
    			<id>0</id>
    			<posX>556</posX>
    			<posY>281</posY>
    			<width>741</width>
    			<height>100</height>
    			<font>font12</font>
    			<label>#TV.RecordedTV.Description</label>
    			<visible>facadeview.list + string.contains(#maya.font.fontBig,yes)</visible>
    		</control>

    Thanks :)

    All issues except for the "problem" with different font-sizes are taken care of in next SVN-update.

    Some plugins operate by using unique ID's instead of usable strings like in your example. In this case using two textfields is impossible. I realize that this is not the case in the TV-part and I will consider using the extra description fields in the future.
     

    MrCrabs

    Portal Pro
    January 21, 2010
    884
    129
    Braunschweig
    Home Country
    Germany Germany
    Re: Maya: Beta release 06-02-10

    When will there be a new release? I already got bees in my pants to see what changed so far.
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,861
    837
    Seoul.
    Home Country
    South Korea South Korea
    Re: Maya: Beta release 06-02-10

    When will there be a new release? I already got bees in my pants to see what changed so far.

    + 1 ,you guys did so meny update ,we egar to try them out ...:D
     

    MrCrabs

    Portal Pro
    January 21, 2010
    884
    129
    Braunschweig
    Home Country
    Germany Germany
    Re: Maya: Beta release 06-02-10

    Tried that, typed in that command for a read-only, it asked for a password, I got annoyed and deleted tortoiseSVN again and made a decision to wait for an official download.
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,758
    1,250
    Alingsås
    Home Country
    Sweden Sweden
    Re: Maya: Beta release 06-02-10

    Will For The Record support be in the next public release?

    Emph
     

    pilehave

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

    Tried that, typed in that command for a read-only, it asked for a password, I got annoyed and deleted tortoiseSVN again and made a decision to wait for an official download.

    Install TortoiseSVN and right-click somewhere (skin dir is probably the easiest) and select "SVN Checkout..."

    Now enter the URL of the repository: mamp2 - Revision 233: /trunk (the https-verison is for members only).

    Press "OK".

    Tada!

    :D
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom