Basic Menu mods....Please post here ;-) (1 Viewer)

explodedk

Portal Pro
December 27, 2008
265
20
Copenhagen
Home Country
Denmark Denmark
da2da2 i dont have it no more... maybe try msg PussyWagon i made one just for him with basichome musicmenu etc...
 

PVRJunky

MP Donator
  • Premium Supporter
  • November 19, 2007
    16
    0
    To find out the ID of the plugin which you created with the multishortcut-Plugin, just look in the MultiShortCut.xml and find the line
    <entry name="pluginid">XXXX</entry>
    with XXXX ist the number you are looking for.

    As the label you define in the Multishortcut-Plugin for your plugin is not transfered to the strings_xx.xml file. You have to add a line to create a new label in your language-file (f.e. Mediaportal\language\strings_en.xml) like
    <string id="29901">Minimize to Desktop</string> with for example 29901 is a new non used number you can use.

    Now use the plugin-id in the hyperlink line and the String id in the label line of you BasicHome.xml

    Hope this is right.
     

    lobes

    Portal Member
    February 24, 2009
    16
    4
    basic menu mod

    heres a little basic home screen mod. this will only change the background on the basic home screen. It will however change the hover icons on all screens. the hulu button is for the firefoxIntegrator v1.3 plugin found here:

    FirefoxIntegrator v1.3

    i just set the home path to hulu. works great.

    also needed is:
    Moving Pictures
    My TV Series
    My Online Videos
    last.FM radio
    Shoutcast radio
    Netflix Manager
    wwiTV
    moving Pctures
    My tv series

    If anybody likes this and needs icons for other plugins let me know. I have free time.

    P.S. this is probibly far from perfect so not for complete newbs. everything except basichome.xml goes into skins\monochrome\media.

    Screenshot attached.


    EDIT: Remember to clear your cache after replacing files.
     

    Attachments

    • hover_shoutcast.png
      hover_shoutcast.png
      11.6 KB
    • hover_onlinevideos.png
      hover_onlinevideos.png
      8.5 KB
    • hover_netflixmanager.png
      hover_netflixmanager.png
      15.5 KB
    • hover_my weather.png
      hover_my weather.png
      10.6 KB
    • hover_my tv series.png
      hover_my tv series.png
      11.3 KB
    • hover_my films.png
      hover_my films.png
      11.3 KB
    • hover_LastFmRadio.png
      hover_LastFmRadio.png
      7.7 KB
    • hover_hulu.png
      hover_hulu.png
      11.3 KB
    • background2.jpg
      background2.jpg
      225.5 KB
    • hover_wwiTV.png
      hover_wwiTV.png
      8 KB
    • basichome.jpg
      basichome.jpg
      179.8 KB
    • hover_my music_shares.png
      hover_my music_shares.png
      14.6 KB
    • BasicHome.xml
      30.6 KB

    zorg2000k

    Portal Member
    February 5, 2007
    14
    0
    Home Country
    United Kingdom United Kingdom
    heres a little basic home screen mod. this will only change the background on the basic home screen. It will however change the hover icons on all screens. the hulu button is for the firefoxIntegrator v1.3 plugin found here:

    FirefoxIntegrator v1.3

    i just set the home path to hulu. works great. If anybody likes this and needs icons for other plugins let me know. I have free time.

    P.S. this is probibly far from perfect so not for complete newbs. everything except basichome.xml goes into skins\monochrome\media.

    Screenshot attached.

    Thanks for the above, Really like it. Is it possible you could upload the music icon as it is missing.

    Cheers
     

    PussyWagon

    Portal Pro
    August 2, 2008
    235
    7
    Hello everybody!
    As many have PM me about the modified Monochrome (with background slideshow) skin that explodedk did for me i here have new links for downloading them. Theese files are not the originals from explodedk but modified by me having different background paths pointing to Application Data folders. Maybe I have made other changes to, I dont really remember....

    But here it is:
    BasicHome.xml - File Shared from Box.net - Free Online File Storage
    ExtraMenu.xml - File Shared from Box.net - Free Online File Storage
    GameMenu.xml - File Shared from Box.net - Free Online File Storage
    MusicMenu.xml - File Shared from Box.net - Free Online File Storage
    WatchMenu.xml - File Shared from Box.net - Free Online File Storage
     

    Jammyz

    Portal Pro
    January 28, 2009
    84
    7
    Home Country
    Italy Italy
    Hi
    is it possible to have different background for different menu?

    example.
    Moving Pictures -> backdrop folder
    TV Series -> fanart folder
    Image - > my personal folder.

    :) thanks ..
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    yup.

    Ie:
    Code:
    <control>
    	<description>Menu6 BACKGROUND</description>
    	<id>1206</id>
    	<type>multiimage</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	<imagepath>#folder6</imagepath>
    	<timeperimage>30000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>
    	<visible>Control.IsVisible(1006)</visible>
    </control>
    So - when 1006 is visable, backdrops from a folder (here "#folder6", which is defined somewhere else - but you could use foldername, like "MovingPictures"

    Example is from https://forum.team-mediaportal.com/...n-mod-streamedmp-53985/index3.html#post390760

    I'll explain better if needed :)
     

    Jammyz

    Portal Pro
    January 28, 2009
    84
    7
    Home Country
    Italy Italy
    yup.

    I'll explain better if needed :)

    I tried without succes ... can you give me more help?
    I would like change background image in watch menu (or basichome).
    I added this code at the end...

    <control>
    <description>Menu1 BACKGROUND</description>
    <id>1300</id>
    <type>multiimage</type>
    <posx>0</posx>
    <posy>0</posy>
    <width>1280</width>
    <height>720</height>
    <imagepath>C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\Fan Art\fanart\original</imagepath>
    <timeperimage>30000</timeperimage>
    <fadetime>800</fadetime>
    <loop>yes</loop>
    <randomize>True</randomize>
    <visible>"i tried different string"</visible> *
    </control>

    Thank you for your help. :)
     

    Users who are viewing this thread

    Similar threads

    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings, advanced options, I switched to UNC paths instead of the default RSS, and it's working very well. Sure I had to figure out the paths, but no big deal. Maybe helpful for someone in the future. Thanks for the...
    Ok, so perhaps a solution, but not the "right" solution. On the client, within media portal configuration, under TV settings...
    Hi folks. I have an issue with a new install/integration into my mediaportal system. I have a “mediaportal server” which has the TV...
    Replies
    5
    Views
    496
    I was not previously aware of the "Drive Free Space" plugin, and it is not easy to find. (There really ought to be an easier way of finding plugins.) There is this thread that introduces the plugin, and this thread that details some changes to the Titan skin made by Gary Martyn (from 2013 :eek: ). I installed the plugin on my Aorus...
    I was not previously aware of the "Drive Free Space" plugin, and it is not easy to find. (There really ought to be an easier way of...
    I have a multiseat MP setup running version 1.33. I use the Titan skin and yesterday I decided I would update all my plugins on my...
    Replies
    20
    Views
    3K
    Many thanks for the answer. So far I've used Logitech's Harmony hub. This allows you to control all components (including the media portal). I have now contacted the Sofabaton hotline. It should also work here like with the Harmony. Unfortunately, not all of the IR codes are correct. You can also learn commands here. But that doesn't...
    Many thanks for the answer. So far I've used Logitech's Harmony hub. This allows you to control all components (including the...
    I don't have a complicated A/V system - a Sony A8H TV, Yamaha receiver, and a HTPC on which I run most media through MediaPortal. I...
    Replies
    8
    Views
    2K
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    910
    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload your debug log files, if you want to solve the issue.
    Installing other software, especially MP1, which is partly sharing Tv service with MP2, can make everything worse. Please upload...
    Before you create this bug report: Make sure that your system (Windows, codecs and drivers) is up to date, matching the...
    Replies
    6
    Views
    2K
    Top Bottom