Maya SkinMods (1 Viewer)

Status
Not open for further replies.

Maxx Power

Portal Member
February 12, 2010
31
20
Here is a version of the Guide with 12 rows that works on my 1920x1080 screen.
I also use the tvguide_slider from the Black Glass theme as I think that looks better that those big green triangles :)

I have also changed my ZapOSD to look more like the tvOSD as I don't think the ZapOSD is big enough and cuts off most titles.
 

Attachments

  • tvguide_slider.png
    tvguide_slider.png
    862 bytes
  • tvZAPOSD.xml
    2.9 KB

jameson_uk

Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,257
    2,533
    Birmingham
    Home Country
    United Kingdom United Kingdom
    This is part mod / part a workaround to Issue 159 - mamp2 - Images scaled in music browsing - Project Hosting on Google Code

    Basically I have added a black background to artist and album images and set them to keep their aspect ratio.

    This also includes a change where the ".." entry to navigate up a level is mapped to an image rather than the default x image

    before mod
    18-40-48.png18-40-52.png18-40-58.png
    after mod
    18-33-06.png18-33-09.png18-33-25.png

    although since the new default no image found logo has changed this does look a lot better that it did...
     

    Attachments

    • mymusicgenres.xml
      12.6 KB

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,471
    1,822
    Located
    Home Country
    Norway Norway
    Haven't done a mod, only a mockup, but here is how I would like to see BHS:
    67804d1283721620-request-multi-level-basic-home-bhsidea.png

    Description:
    - Left/right changes "tab" (group) w/the listed plugins/screens assigned to the group.
    - Here, the highlighted group ("movies"-icon) is listed, and the plugin OnlineVideos is selected ([OK] would enter Online Videos)

    Due to lack of icons, same has been used for what should represent different groups. Typically a group would be a type of category, like movies/videos, music/radio, miscellaneous - whatever the icon represents for the user).

    Box is about 16:9 and 1/3 of pixels (Bottom is empty RSS).

    Any takers? :D (Limited time and XML knowledge has stopped me from doing this)
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Maya community mods

    Does anybody have a mod for 10 instead of 5 stars at movingpictures AND also showing the exact value like 7.3/10?
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    I redid the basichome to make use of fanarthandler (not sure why the Maya developers did not use this in the first place, seems to me like reinventing the wheel)
    If there's any interest in it I can post (it will require editing some XML).
    I also added HTPCInfo and Twitter tickers to basichome, being swapped out when certain home (or sub) items are selected.
    Finally I am working on HTPCInfo overlay that shows system stats (free space, cpu temp etc) but since I currently do not have a widescreen at my disposal this will take a bit still cause positioning things using this 4:3 screen is a bit harsh.

    p.s.
    Adjusted the transparency of the overlay with 2%, makes this come out a bit better.
     

    Attachments

    • 13-54-55.jpg
      13-54-55.jpg
      138.1 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,756
    1,243
    Alingsås
    Home Country
    Sweden Sweden
    If there's any interest in it I can post (it will require editing some XML).

    I'm interested in this. Also if someone knows what to edit to move the main menu on the Basic Home a bit to the left (I don't use sub items) I'd be grateful.

    Emph
     

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Attached are my modifications so far.
    Fanarthandler works but needs a little adjustment for you to work. The included htpcinfo overlay is not yet done, feel free to finish it ;)

    How to install;
    1) unzip the contents of the download to maya folder
    2) open basichome.xml in an editor
    3) add just before the control with "<description>Fanart Overlay</description>";
    Code:
    <import>BasicHome.fanarthandler.xml</import>
    (optionally import the htpcinfo and the tickers at the end of the file with the rest of the imports)
    4) open basichome.fanarthandler.xml
    5) the basic idea behind the conditional visibility being used (alongside with standard fanarthandler logic) is;
    When you want to have a home (that is non sub) menu selected and you want to display this, use;
    Code:
    string.equals(#homeitem,Home item's selected name here)
    When you like it to be displayed on a submenu, use;
    Code:
    string.equals(#subitem#,Subitem name here)
    note that #subitem# should be replaced by the corresponding subitem number, 1 for the first from top etc. So #subitem1 for example.

    In the attachment I just provided some basichome files so people can see how to tweak it themselves.
    With the logic provided you can handle most things nicely, I also used some more standard Maya ways (apparently) of deciding which home menu's selected with a control ID (117,119 and 123 I believe for tvseries, music and mov pics).
    With some boolean logic you can come a long way setting this up anyway you'd like.
     

    Attachments

    • maya_mods.zip
      6.6 KB

    joz

    Portal Pro
    March 17, 2008
    1,353
    306
    Home Country
    Netherlands Netherlands
    Kinda missed having htpcinfo support for maya, so I created my own.
    Still WIP, will post when done, couple teaser shots attached

    ---UPDATE---
    Attached skin files!
     

    Attachments

    • 02-02-03.jpg
      02-02-03.jpg
      103.8 KB
    • 02-01-53.jpg
      02-01-53.jpg
      112.1 KB
    • HTPCInfo.zip
      5.7 KB
    Status
    Not open for further replies.

    Users who are viewing this thread

    Similar threads

    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team will create a Jira ticket, and for each ticket, you’ll make the changes and submit a pull request. This will be transparent and straightforward.
    If you’re planning to submit a pull request, let’s go through the list of issues and their solutions. I or someone from the team...
    I'm very glad to see that mediaportal 1 is on github, where ordinary devs with github accounts can make contributions. Please can...
    Replies
    7
    Views
    1K
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem. Disabling the option "Single seat setup: force RTSP usage" under "TV/Radio", "Advanced Options" resolved the issue. After I disabled this option, I was able to delete the recordings the first time...
    I was just tinkering with a few settings in the MediaPortal configuration and am happy to have found the cause of the problem...
    Deleting recordings sometimes doesn't work. Neither the 0 button nor the Info/Delete button works. Nothing happens at all with...
    Replies
    6
    Views
    478
    Thanks... So annoying. I didn't notice it had stopped working and missed some recordings. The version number still seems to be 1.7.2. Hard to tell that the file has been updated. Sigh. I stream a lot of it now anyway. Good question on mc2xml.exe & schedulesdirect. I donated many, many moons ago for schedulesdirect support. I...
    Thanks... So annoying. I didn't notice it had stopped working and missed some recordings. The version number still seems to be...
    Some of you may remember the last time MC2XML expired and quit working on Schedules Direct (why does it do that?). Anyway, it quit...
    Replies
    2
    Views
    2K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    651
    • Sticky
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not relevant to the plugin itself (test, some leftover unused parts etc).
    yes that is indeed what I did in that ticket. It may already be working without updating those plugins because most of it was not...
    We have just released MediaPortal 1.38 - Tatiana & Leo x86 and x64 version. Highlights of this release Bugfixes: New...
    Replies
    37
    Views
    9K
    Top Bottom