Green variant (1 Viewer)

ocean55

Portal Member
May 13, 2006
32
0
Outerspace
I agree with you on the animation in Blue2...it had me thinking that my machine was lagging too...I use diskkeeper and I was thinking it was the cause.. as I had a little trouble with it..but turns out it was just the framerate...


It looks great..the animated logo is much much smoother...

I was thinking though, that the last frame of the logo is just a little dark against the background, with the reflection appearing in the top right corner of the circle only...maybe an outer glow may retain the effect intended but outline the MP logo a little more...or something to that effect..

Just a suggestion!
Otherwise, thank you for my new default skin..:)


Cheers
-=O=-
 

grassynoel

Retired Team Member
  • Premium Supporter
  • September 6, 2006
    434
    49
    Melbourne
    Home Country
    Yay!
    Happy artist here. I will re work the logo to be a little clearer. It's on my list. I made it when I was still unsure what I was doing.

    Glenn
     

    Efros

    Portal Pro
    January 23, 2006
    511
    2
    Maine
    Home Country
    England England
    Looking forward to this skin, gonna try it on a 0.2.0.0 install later today, my main MP has a BASS SVN installed.

    Keep up the good work!
     

    cheezey

    Community Plugin Dev
    August 26, 2004
    1,559
    312
    57
    West Yorks, UK
    Home Country
    United Kingdom United Kingdom
    :D Looking really cool. :D One tip, you can remove the Greenskin\fonts folder and the Greenskin\Packedgfx*.* files from your zip file. MP creates these when it starts up if they don't exist, it'll save you bandwidth.


    And for all us widescreen fans running the latest SVN's, here's a quick and dirty :cool: way to get this Greenskin using the new Blue Two wide skin as a template, copy the code below to a file on your PC, call it WideGreen.cmd, then just run it. (You'll need the GreenSkin installed.)

    It creates a copy of B2 wide, copies in the Greenskin media files, tweaks the tetris filename and deletes the fonts & packedgfx caches. Hey presto a new WideGreen skin (you'll need to select in MP configuration obviously.)

    Note: You'll need to re-run this after each SVN, or until a proper WideGreen comes along ;)

    Code:
    @ECHO OFF
    SET MP_INSTALL_FOLDER=C:\PROGRA~1\TEAMME~1\MEDIAPORTAL
    
    REM DELETE WIDEGREEN IF IT EXISTS
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN RD /S /Q %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN
    
    REM CREATE WIDEGREEN IF IT DISNAE EXIST
    IF NOT EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN MD %MP_INSTALL_FOLDER%\SKIN\WideGreen
    
    REM COPY B2 WIDE
    XCOPY "%MP_INSTALL_FOLDER%\SKIN\BlueTwo wide" %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN /S /V /E /Y
    
    REM COPY GREENSKIN IMAGES
    XCOPY %MP_INSTALL_FOLDER%\SKIN\GREENSKIN\MEDIA %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA /S /V /E /Y
    
    REM DELETE FONT CACHE
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\FONTS RD /S /Q %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\FONTS
    
    REM DELETE GFX CACHE
    DEL %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\PACKEDGFX*.* /F
    
    REM RENAME TETRIS HOVER IMAGE
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER_TETRIS.PNG DEL %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER_TETRIS.PNG
    REN %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER.PNG HOVER_TETRIS.PNG
     

    CHli

    Portal Pro
    July 5, 2005
    1,251
    14
    Switzerland
    Home Country
    Switzerland Switzerland
    I love these little Gremlins :D Alreay installed here and everyone is happy with em :)

    Thanks for this incredible and amazing work. With all the MP updates these time it's christmas before time !
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    First: grassynoel, I really love this skin!!!!

    second:
    :D Looking really cool. :D One tip, you can remove the Greenskin\fonts folder and the Greenskin\Packedgfx*.* files from your zip file. MP creates these when it starts up if they don't exist, it'll save you bandwidth.


    And for all us widescreen fans running the latest SVN's, here's a quick and dirty :cool: way to get this Greenskin using the new Blue Two wide skin as a template, copy the code below to a file on your PC, call it WideGreen.cmd, then just run it. (You'll need the GreenSkin installed.)

    It creates a copy of B2 wide, copies in the Greenskin media files, tweaks the tetris filename and deletes the fonts & packedgfx caches. Hey presto a new WideGreen skin (you'll need to select in MP configuration obviously.)

    Note: You'll need to re-run this after each SVN, or until a proper WideGreen comes along ;)

    Code:
    @ECHO OFF
    SET MP_INSTALL_FOLDER=C:\PROGRA~1\TEAMME~1\MEDIAPORTAL
    
    REM DELETE WIDEGREEN IF IT EXISTS
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN RD /S /Q %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN
    
    REM CREATE WIDEGREEN IF IT DISNAE EXIST
    IF NOT EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN MD %MP_INSTALL_FOLDER%\SKIN\WideGreen
    
    REM COPY B2 WIDE
    XCOPY "%MP_INSTALL_FOLDER%\SKIN\BlueTwo wide" %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN /S /V /E /Y
    
    REM COPY GREENSKIN IMAGES
    XCOPY %MP_INSTALL_FOLDER%\SKIN\GREENSKIN\MEDIA %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA /S /V /E /Y
    
    REM DELETE FONT CACHE
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\FONTS RD /S /Q %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\FONTS
    
    REM DELETE GFX CACHE
    DEL %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\PACKEDGFX*.* /F
    
    REM RENAME TETRIS HOVER IMAGE
    IF EXIST %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER_TETRIS.PNG DEL %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER_TETRIS.PNG
    REN %MP_INSTALL_FOLDER%\SKIN\WIDEGREEN\MEDIA\TETRIS\HOVER.PNG HOVER_TETRIS.PNG

    I used this and everything is swell... could you tell how we can "convert" using B2-"non wide" too (since latest SVNs give error when due to late skin changes; MyHome etc.)
     

    Taipan

    Retired Team Member
  • Premium Supporter
  • February 23, 2005
    2,075
    44
    Melbourne
    Home Country
    Australia Australia
    What does this thing do? it's a bit abstract so I can't begin to imagine what to make the dude do for the icon.

    Hi Glenn,

    PVR Scheduler does many things, but it is primarily designed to wake and sleep the PC in response to scheduled TV recordings (like a personal video recorder).

    So, I guess the "dude' would have a TV schedule and the remote control in hand?

    Or be pointing at an EPG and selecting programs to record, with an excited look on his/her face?

    Or, be checking the current time and be ready to wake the PC to commence a scheduled recording?

    You are right - it is a tough one.....:confused:

    Cheers,

    Taipan
     

    Marcusb

    Retired Team Member
  • Premium Supporter
  • February 16, 2005
    1,994
    29
    Melbourne
    Hey Grassy,

    I only just made it to this thread and all I can say is Wow! You are making some very high quality stuff and at t agreat pace too.

    You made some darker versions of the original icons early in the thread. Is there any chance of blacker ones? Same for the new gremlins. My household likes things to be a lot darker or I get complaints ;-)
     

    grassynoel

    Retired Team Member
  • Premium Supporter
  • September 6, 2006
    434
    49
    Melbourne
    Home Country
    Thanks Tiapan, I'll think about it. It's a tough one.


    Hey Grassy,

    I only just made it to this thread and all I can say is Wow! You are making some very high quality stuff and at t agreat pace too.

    You made some darker versions of the original icons early in the thread. Is there any chance of blacker ones? Same for the new gremlins. My household likes things to be a lot darker or I get complaints ;-)

    i guess it comes down to time. Given that I recon the blue two icons are too close to the messenger characters, I don't think I'll go back there (read: finish them). I will probably try something completely different once these MP Gremlins are finished. i might bring out colour variants of the set, grey, blue and dark, we'll see how my time commitments go. :)

    Glenn
     

    zombiepig

    Portal Pro
    March 21, 2005
    408
    0
    Melb, Aus
    Home Country
    hey grassynoel - i've been playing around with the greenskin and i love the feel of it. obviously it's still a work in progress but a big THANK YOU is in order :p

    one little request... i love the icon for my programs, but most of the time that plugin is used for launching games. is it possible to whip up an alternative icon that's more game-oriented? :)
     

    Users who are viewing this thread

    Similar threads

    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my skin-improvement-ideas because I couldn't get these cross-dependencies sorted out.
    My bad, I misunderstood your post then :) Yeah, these things can get complicated really quickly. I remember scrapping some of my...
    I adjusted the MyMusicPlayingNowInfos.xml for my OldEyes variant of DWHD so it fits without crowding. I now have the issue of text...
    Replies
    7
    Views
    2K
    Your observation is correct mate. Last time this happened the fires of hell invaded all shopping centers... this time I seem to be the only one in need - which is quite uncomfortable at best. I guess I should look for an alternate solution until and if other MP users realize they have no guide listings. Thank you for chiming in...
    Your observation is correct mate. Last time this happened the fires of hell invaded all shopping centers... this time I seem to be...
    Howdy Y'all... I'm reposting my plea with a new snapshot of the failed run on my actual viewing machine. Zap2XML/Gracenote is...
    Replies
    2
    Views
    589
    I currently have two Quatros running, one connect, one duo using OTA antennae, mostly UHF fringe area, mostly cat5 local network. Hauppauge card retired long ago. I have also retired very early SD units, the Quatros seem to work much better than the older units. Go to SD's support website and download and install the windows...
    I currently have two Quatros running, one connect, one duo using OTA antennae, mostly UHF fringe area, mostly cat5 local network...
    I am currently using a Hauppauge WinTV QuadHD PCIe card on MP1 (1.37) for DVB-T, but 2 of the tuners have died. Thinking about...
    Replies
    3
    Views
    1K
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV Server development looks dead so I'm afraid you're going to have to figure that out by yourself if it's even possible.
    I meant use MP client to try to spot how it's requesting streams for specific channels and then try to do the same with VLC. TV...
    Hi everyone, I've set up Mediaportal TV Server on a Windows 11 box, tuner deteced okay, scanned channels, can preview, all seems...
    Replies
    8
    Views
    1K
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    Nice finding! (y)(y)(y) Adapted to new DWHD and PVHD ;) Position is in front of category bar ;)
    This thread is intended for skin authors, plus those advanced users who have learnt skin programming and have customised the skins...
    Replies
    1
    Views
    2K
    Top Bottom