Basichome (Aeon) MOD for StreamedMP! (1 Viewer)

bornslippy

Portal Pro
December 16, 2008
78
4
Home Country
United States of America United States of America
Good Job, love what you did. Any way we could get a Plugin and Pictures tab? There are somethings I use under Plugin and my wife loves the Pictures tab. I was going to edit the Settings tab in the xml but I need the settings tab as well. If anyone could do it and post it much appreciated.
 

emphatic

Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Can anybody tell me how to add a separate file path for "TV"? I want to use one path for TV and another for TV-Series.

    Thanks
    Emph
     

    Vergo

    Portal Pro
    August 30, 2005
    162
    59
    Brugge
    Home Country
    Belgium Belgium
    Can anybody tell me how to add a separate file path for "TV"? I want to use one path for TV and another for TV-Series.

    Thanks
    Emph

    I don't really understand what you want, can you explain? :)

    Good Job, love what you did. Any way we could get a Plugin and Pictures tab? There are somethings I use under Plugin and my wife loves the Pictures tab. I was going to edit the Settings tab in the xml but I need the settings tab as well. If anyone could do it and post it much appreciated.

    How many tabs and which ones do you exactly want?
     

    Gulan

    Portal Member
    November 5, 2008
    6
    0
    Home Country
    Belgium Belgium
    This mod is fantastic.

    I'm also comming from Aeon.

    You have an XML with (TVseries/Movies/Music/Weather).

    I only need Pictures now.

    Hope you can fix it for me.

    many thanks!
     

    Imzadi

    MP Donator
  • Premium Supporter
  • June 18, 2008
    250
    67
    Aachen
    Home Country
    Germany Germany
    I really love StreamedMP, but I always missed the horizontal BasicHome. Only because right now the BasicHome covers so much of the screen. I hope, that in future versions, it will be possible to choose a horizontal version.
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Can anybody tell me how to add a separate file path for "TV"? I want to use one path for TV and another for TV-Series.

    Thanks
    Emph

    I don't really understand what you want, can you explain? :)

    For TV I want to use the folder "tv" for the backdrops, and for Series I want to use a folder called "series". I want separate <filepath>-</filepath> for each of these items in the menu. If possible.

    Thanks
    Emph
     

    Vergo

    Portal Pro
    August 30, 2005
    162
    59
    Brugge
    Home Country
    Belgium Belgium
    Edit 2: here goes (Based on the basichome found in Mod_6items.zip)

    Step 1: Change the following code in basichome.xml FROM
    Code:
    <control>
    	<description>TV SERIES BACKGROUND</description>
    	<id>1201</id>
    	<type>multiimage</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	<imagepath>tv</imagepath>
    	<timeperimage>30000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>
    	<visible>Control.IsVisible(1001)|Control.IsVisible(1003)</visible>
    </control>

    TO
    Code:
    <control>
    	<description>TV SERIES BACKGROUND</description>
    	<id>1201</id>
    	<type>multiimage</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	<imagepath>series</imagepath>
    	<timeperimage>30000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>
    	<visible>Control.IsVisible(1003)</visible>
    </control>
    <control>
    	<description>TV BACKGROUND</description>
    	<id>1206</id>
    	<type>multiimage</type>
    	<posx>0</posx>
    	<posy>0</posy>
    	<width>1280</width>
    	<height>720</height>
    	<imagepath>tv</imagepath>
    	<timeperimage>30000</timeperimage>
    	<fadetime>800</fadetime>
    	<loop>yes</loop>
    	<randomize>True</randomize>
    	<visible>Control.IsVisible(1001)</visible>
    </control>
    Step 2: Create a "series" folder in "skin\StreamedMP\Media\Animations"
     

    bornslippy

    Portal Pro
    December 16, 2008
    78
    4
    Home Country
    United States of America United States of America
    Good Job, love what you did. Any way we could get a Plugin and Pictures tab? There are somethings I use under Plugin and my wife loves the Pictures tab. I was going to edit the Settings tab in the xml but I need the settings tab as well. If anyone could do it and post it much appreciated.

    How many tabs and which ones do you exactly want?[/QUOTE]

    I need 8. This is what I am currently running
    TV Shows - TV-Series
    Movies - MovingPictures
    Pictures
    Music
    Weather
    ShowTimes
    Plugins
    Settings

    Any help would be much appreciated.
     

    Vergo

    Portal Pro
    August 30, 2005
    162
    59
    Brugge
    Home Country
    Belgium Belgium
    Good Job, love what you did. Any way we could get a Plugin and Pictures tab? There are somethings I use under Plugin and my wife loves the Pictures tab. I was going to edit the Settings tab in the xml but I need the settings tab as well. If anyone could do it and post it much appreciated.

    How many tabs and which ones do you exactly want?

    I need 8. This is what I am currently running
    TV Shows - TV-Series
    Movies - MovingPictures
    Pictures
    Music
    Weather
    ShowTimes
    Plugins
    Settings

    Any help would be much appreciated.[/QUOTE]

    I'll make one tomorrow for you ;-)
     

    bornslippy

    Portal Pro
    December 16, 2008
    78
    4
    Home Country
    United States of America United States of America
    Thank you very much. I like the basic setup that comes with it. But I like the basic home Aeon better. Thank you very much!
     

    Users who are viewing this thread

    Top Bottom