Dark-Maya ---> the Dark-Mod (1 Viewer)

polarie

Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    will try it later this night - but have you thought about putting the font of the splashscreen under the logo? At the moment it is on the logo.

    good idea ... will have a look @ the xml ...
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    mhm i liked the last lilac tvguide more than this one. What about highering the alpha blending for the active ones instead of changing the inactive ones?
     

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    did u download the last rar?
    i put a new one inside ... less lilac - bit more blue
     

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    soooooooooo ....

    i re-built the splashscreen (fonts fit in now UNDER the Maya-Logo)...
    and i resized the different backgrounds...
    so they fit to the splashscreen again ...
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    Hi!

    Tv Guide looks now good but i'll still search how to higher the alpha blending of the active recordings. The previous splashscreen was better i think as it had the blue color "roter faden" in it. Isn't it possible to move the splashscreentext a lottle bit more towards the bottom?
     

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    i tried to change the possition of the text ...
    but it was not so simple - bze habs nicht hinbekommen... (didn't make it)

    thats why i changed the possition of the logo ... was the plan "B" ...

    today i had a server-crash in my office ... so only less time ....
    maybe i have time tomorrow to change the splashscreen back to the "dark-blue" logo...
     

    4roma

    MP Donator
  • Premium Supporter
  • April 16, 2009
    133
    3
    Groningen
    Home Country
    Netherlands Netherlands
    Re: Dark-Maya ----> a Dark-Mod for Maya

    Thanks for your work polarie. I love the Maya skin and I love black. You bring um together. Thanks for sharing.
     

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Re: Dark-Maya ----> a Dark-Mod for Maya

    Thanks for your work polarie. I love the Maya skin and I love black. You bring um together. Thanks for sharing.

    your wellcome ...
    makes ME happy when you like it :D

    by the way - i forgot 2 discribe that i put in four modificated *.xml files all together ...

    as a result of it - the EPG looks also bit differnt ...
    the "blue" channel-group" button is now also Lila ...
    looks bitmore harmonic ... ;) (c @ the cut-screenshot)
    i made a new screenshot on the first page - therer u can see it "big".

    That change is in since two days ...
    just forgot to inform you here in the thread.

    regards and have fun
     

    Attachments

    • channel-group.JPG
      channel-group.JPG
      48.4 KB

    settingsun

    Portal Pro
    April 1, 2008
    100
    5
    Re: Dark-Maya ----> a Dark-Mod for Maya

    Hi Polarie, I've always played around replacing png's in skins but have no xml knowledge. Do you know how I could get the highlighted text bigger and possibly bolder? also maybe the text in the guide aswell. I'm getting older and although I love maya it is getting difficult to see!
     

    Attachments

    • tvguide.jpg
      tvguide.jpg
      157.2 KB

    polarie

    Retired Team Member
  • Premium Supporter
  • November 20, 2006
    1,250
    153
    53
    Hasloh (near Hamburg)
    Home Country
    Germany Germany
    AW: Dark-Maya ----> a Dark-Mod for Maya

    öhmmmm look in the mytvguide.xml for something like :

    Code:
    <control>
    		<description>Description1</description>
    		<type>textboxscrollup</type>
    		<id>15</id>
    		<posX>473</posX>
    		<posY>630</posY>
    		<width>850</width>
    		<height>110</height>
    		<label>#TV.Guide.Description</label>
    		<animation effect="fade" time="800">WindowOpen</animation>
    		<animation effect="fade" time="300">WindowClose</animation>
    	</control>

    but there is no Font defined....

    need to put in font & fontsize

    otherwise re-install maya and choose BIG-FONT's while installation ....
    :)

    EDIT:


    <control>
    <description>Description1</description>
    <type>textboxscrollup</type>
    <id>15</id>
    <posX>473</posX>
    <posY>630</posY>
    <width>850</width>
    <height>110</height>

    <font>font16</font>

    <label>#TV.Guide.Description</label>
    <animation effect="fade" time="800">WindowOpen</animation>
    <animation effect="fade" time="300">WindowClose</animation>
    </control>


    this should work - did here @ my machine

    BUT: have to restart MediaPortal ... than u can see the differnce after putting in the FONT-code
     

    Users who are viewing this thread

    Top Bottom