Project Mayhem III Download (Final Vers.2.3 09.06.2008 (1 Viewer)

gemx

Retired Team Member
  • Premium Supporter
  • October 31, 2006
    1,972
    539
    Home Country
    Germany Germany
    Thanks,
    but i do want the vis in the small panel as they were before with the bass engine.
     

    enginf1992

    Portal Member
    December 4, 2006
    25
    0
    54
    tks it works now.

    It's possible that the link TV in Home screen calls the TV series PlugIn?

    Tks

    enginf1992

    Yes Harley explains on page 9 (second reply on page) how to do it with my programs
    https://forum.team-mediaportal.com/showthread.php?t=2461&page=9

    you basically need to change the <hyperlink>3</hyperlink> tag to point to the TV Series plugin ID which 9811 also you need to change <hover>hover_my tv.png</hover> to point to MP-TVSeries hover png which is hover_my tv series.png
    and also change the label. I don't know the TVSeries plugin label ID but you can always put in the text you wish to show.

    I tested with:

    <control>
    <description>My TV Series</description>
    <type>label</type>
    <id>6</id>
    <posX>115</posX>
    <posY>228</posY>
    <width>155</width>
    <label>0</label>
    <alignY>center</alignY>
    </control>
    <control>
    <description>series normal push button</description>
    <type>button</type>
    <id>9811</id>
    <posX>91</posX>
    <posY>231</posY>
    <width>14</width>
    <height>13</height>
    <label>0</label>
    <hyperlink>3</hyperlink>
    <font>font10</font>
    <onleft>2</onleft>
    <onright>2</onright>
    <onup>1</onup>
    <ondown>13</ondown>
    <textureFocus>home-focus.gif</textureFocus>
    <textureNoFocus>button-nofocus.png</textureNoFocus>
    <textXOff>20</textXOff>
    <hover>hover_my tv series.png</hover>
    <hoverX>313</hoverX>
    <hoverY>0</hoverY>
    <hoverWidth>407</hoverWidth>
    <hoverHeight>576</hoverHeight>
    </control>

    but dind't work :(

    Can you help me?

    :D
     

    Harley

    Retired Team Member
  • Premium Supporter
  • May 7, 2004
    2,053
    1,993
    Germany
    Home Country
    Germany Germany
    Thanks,
    but i do want the vis in the small panel as they were before with the bass engine.


    ..thats easy open basichome.xml and change :

    <allowoverlay>no</allowoverlay>

    to:

    <allowoverlay>yes</allowoverlay>

    Greetings Harley
     

    hakuna

    Portal Pro
    October 15, 2004
    395
    1
    48
    Gothenburg
    Home Country
    Sweden Sweden
    Hi,. when I installed the PM3 1.5 I don't get any files listed in My movies nor Pictures. With BT it works. The files are on the network. Someone? No SVN, .2.1.

    Anyone have similiar problems?
     

    misterd

    Retired Team Member
  • Premium Supporter
  • April 4, 2006
    1,597
    314
    Home Country
    Germany Germany
    Thanks,
    but i do want the vis in the small panel as they were before with the bass engine.


    ..thats easy open basichome.xml and change :

    <allowoverlay>no</allowoverlay>

    to:

    <allowoverlay>yes</allowoverlay>

    Greetings Harley

    I think what gemx means is that with latest SVN the new MusicOverlay is filled with the whole Visualization. The reason is that in the xml file a videowindow element is missing. I have attached a new version.

    Regards,
    MisterD
     

    FoxyXI

    Portal Member
    September 2, 2006
    8
    0
    45
    Fort Collins, CO
    Home Country
    United States of America United States of America
    Alblum Art when on Basic Home

    Just wanted to say that I noticed the album art being shown as the background when music is playing and you back out to the basic home page, and it looks great! This is a really nice, professional touch.

    Thanks so much for your work on this skin - I love it!
     

    pannivas

    Portal Pro
    July 26, 2006
    340
    2
    47
    Nicosia
    Home Country
    Cyprus Cyprus
    tks it works now.

    It's possible that the link TV in Home screen calls the TV series PlugIn?

    Tks

    enginf1992

    Yes Harley explains on page 9 (second reply on page) how to do it with my programs
    https://forum.team-mediaportal.com/showthread.php?t=2461&page=9

    you basically need to change the <hyperlink>3</hyperlink> tag to point to the TV Series plugin ID which 9811 also you need to change <hover>hover_my tv.png</hover> to point to MP-TVSeries hover png which is hover_my tv series.png
    and also change the label. I don't know the TVSeries plugin label ID but you can always put in the text you wish to show.

    I tested with:

    <control>
    <description>My TV Series</description>
    <type>label</type>
    <id>6</id>
    <posX>115</posX>
    <posY>228</posY>
    <width>155</width>
    <label>0</label>
    <alignY>center</alignY>
    </control>
    <control>
    <description>series normal push button</description>
    <type>button</type>
    <id>9811</id>
    <posX>91</posX>
    <posY>231</posY>
    <width>14</width>
    <height>13</height>
    <label>0</label>
    <hyperlink>3</hyperlink>
    <font>font10</font>
    <onleft>2</onleft>
    <onright>2</onright>
    <onup>1</onup>
    <ondown>13</ondown>
    <textureFocus>home-focus.gif</textureFocus>
    <textureNoFocus>button-nofocus.png</textureNoFocus>
    <textXOff>20</textXOff>
    <hover>hover_my tv series.png</hover>
    <hoverX>313</hoverX>
    <hoverY>0</hoverY>
    <hoverWidth>407</hoverWidth>
    <hoverHeight>576</hoverHeight>
    </control>

    but dind't work :(

    Can you help me?

    :D

    you changed the <id>9811</id> tag. Thats not what you have to change to make it point to the TVSeries plugin but the <hyperlink>3</hyperlink> tag change the number 3 to 9811.

    here is the xml how i did it. I also changed the TV button to point to TV Series as i dont use TV.

    <control>
    <description>My TV Series</description>
    <type>label</type>
    <id>6</id>
    <posX>115</posX>
    <posY>228</posY>
    <width>155</width>
    <label>TV Series</label>
    <alignY>center</alignY>
    <animation effect="slide" start="-300,0" time="400">WindowOpen</animation>
    <animation effect="slide" end="-300,0" time="400" delay="100">WindowClose</animation>
    </control>
    <control>
    <description>TV Series normal push button</description>
    <type>button</type>
    <id>2</id>
    <posX>91</posX>
    <posY>231</posY>
    <width>14</width>
    <height>13</height>
    <label>TV Series</label>
    <hyperlink>9811</hyperlink>
    <font>font10</font>
    <onleft>2</onleft>
    <onright>50</onright>
    <onup>1</onup>
    <ondown>13</ondown>
    <textureFocus>home-focus.gif</textureFocus>
    <textureNoFocus>button-nofocus.png</textureNoFocus>
    <textXOff>20</textXOff>
    <hover>-</hover>
    <hoverX>213</hoverX>
    <hoverY>108</hoverY>
    <hoverWidth>507</hoverWidth>
    <hoverHeight>358</hoverHeight>
    <animation effect="fade" time="200" delay="400">WindowOpen</animation>
    <animation effect="fade" time="200">WindowClose</animation>
    </control>
     

    Users who are viewing this thread

    Top Bottom