Request -for onlinevideos start with parameter. (1 Viewer)

ysmp

Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    hi Tgx ! i have a request ,to add to basic home ,online videos start with parameter link ,

    wall 2 more requests ,to add to movingpictures and my videos butten in the menu to serch direct for trailer movie ...

    you can see her ,have also a link to wiki for start with parameter .....https://forum.team-mediaportal.com/...deos-start-permeter-request-90765/#post691665

    i know the first request mybe more hard to do ,(need to add the option to basic home editor ..)

    but mybe you can start with the buttens to mov-pic and my videos ....:D
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    hi Tgx ! i add the code to Trailers buttun on basichome ....work great ...

    so i have a butten call Trailers in basichome ...but is it onlinevideos with iTune Trailer start with parameter ...very cool ....

    i use this code In Red Color :

    <control>
    <description>107 button</description>
    <type>button</type>
    <id>107</id>
    <posX>543</posX>
    <posY>316</posY>
    <width>195</width>
    <height>138</height>
    <label>Trailers</label>
    <textXOff>3000</textXOff>
    <hyperlink>4755</hyperlink>
    <hyperlinkParameter>site:iTunes Movie Trailers|return:Locked</hyperlinkParameter>
    <onleft>106</onleft>
    <onright>108</onright>
    <onup>112</onup>
    <ondown>102</ondown>
    <textureFocus>-</textureFocus>
    <textureNoFocus>-</textureNoFocus>
    </control>

    was very eazy to mack ...:)
     

    Tgx

    Retired Team Member
  • Premium Supporter
  • January 22, 2008
    1,560
    1,115
    Home Country
    Italy Italy
    I'm still thinking about it. I don't know if i'm able to modify the basic home editor without completely overhauling it.

    Tgx
     

    ysmp

    Design Group
  • Team MediaPortal
  • May 17, 2008
    1,863
    744
    Seoul.
    Home Country
    South Korea South Korea
    I'm still thinking about it. I don't know if i'm able to modify the basic home editor without completely overhauling it.

    Tgx

    i see, wall as i say i did it manuly ,very eazy .... so i guss if user wont to use it ,we can explain how to do ....:)
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Hi,

    I am trying to implement a button within the Maya's BasicHome Screen.

    This is my test entry (same code as user "ysmp" used):

    <control>
    <description>107 button</description>
    <type>button</type>
    <id>107</id>
    <posX>543</posX>
    <posY>316</posY>
    <width>195</width>
    <height>138</height>
    <label>Trailers</label>
    <textXOff>3000</textXOff>
    <hyperlink>4755</hyperlink>
    <hyperlinkParameter>site:iTunes Movie Trailers|return:Locked</hyperlinkParameter>
    <onleft>106</onleft>
    <onright>108</onright>
    <onup>112</onup>
    <ondown>102</ondown>
    <textureFocus>-</textureFocus>
    <textureNoFocus>-</textureNoFocus>
    </control>


    I have tried to implement the code into:
    1. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\BasicHome.xml
    2. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\custom files\BasicHome.default.xml
    3. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\custom files\BasicHome.iFX.xml

    But no effect.

    Where I have to playe the code?

    Thanks a lot.

    woo73
     

    DieBagger

    Retired Team Member
  • Premium Supporter
  • September 11, 2007
    2,516
    1,276
    39
    Austria
    Home Country
    Austria Austria
    Hi,

    I am trying to implement a button within the Maya's BasicHome Screen.

    This is my test entry (same code as user "ysmp" used):

    <control>
    <description>107 button</description>
    <type>button</type>
    <id>107</id>
    <posX>543</posX>
    <posY>316</posY>
    <width>195</width>
    <height>138</height>
    <label>Trailers</label>
    <textXOff>3000</textXOff>
    <hyperlink>4755</hyperlink>
    <hyperlinkParameter>site:iTunes Movie Trailers|return:Locked</hyperlinkParameter>
    <onleft>106</onleft>
    <onright>108</onright>
    <onup>112</onup>
    <ondown>102</ondown>
    <textureFocus>-</textureFocus>
    <textureNoFocus>-</textureNoFocus>
    </control>


    I have tried to implement the code into:
    1. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\BasicHome.xml
    2. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\custom files\BasicHome.default.xml
    3. C:\ProgramData\Team MediaPortal\MediaPortal\skin\Maya\custom files\BasicHome.iFX.xml

    But no effect.

    Where I have to playe the code?

    Thanks a lot.

    woo73

    Are you using MediaPortal 1.2 Alpha or later? This feature was introduced in 1.2 Alpha and wont work with previous versions...
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Hello,

    thanks a lot.
    oh no :sorry: ... I am using version 1.1.3.

    I have tried version 1.2.

    Also no changes in the BasicHome Screen.
     

    woo73

    Portal Pro
    February 3, 2011
    66
    1
    50
    Home Country
    Germany Germany
    Version 0.28
    Maybe I need 1.2 SVN ?

    You have published a patch to allow skins to open plugins with a parameter. Do I need this patch?
    If yes, how to install the patch.
     

    Users who are viewing this thread

    Top Bottom