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

Spragleknas

Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    Great mod, Vergo :)

    I've used your 8-tab mod to create a XML which makes it easy to alter all tabs as you prefer it (label, hyperling and backdrop).
    StreamedMP-custom (Custom).jpg
    All you need to alter is the following lines:
    Code:
    <description>Menu0-Series</description>
    <define>#item0label:1300</define>
    <define>#link0:9811</define>
    <define>#folder0:series</define>
    (...)
    <description>Menu7-plugins</description>
    <define>#item7label:913</define>
    <define>#link7:34</define>
    <define>#folder7:pluginsbg</define>

    Here is hot to use first tab (called Menu0 here) for TV series:

    <description>Menu0-Series</description> <--- Nothing needed, just to keep track of things
    <define>#item0label:1300</define> <---- The label ID of the tab. Type or use ID*
    <define>#link0:9811</define> <--- Hyperlink to XML (plugin)
    <define>#folder0:series</define> <--- Name of folder with backdrops to be used. You can - like I have here - create new ones.


    Alter the last 7 menus, and thats it :)

    *Must be ID, it seems. Label ID can be found in language\[country].xml. You should be able to create new once that is needed.
     

    Attachments

    • Basichome.xml
      30.6 KB

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Great mod, Vergo :)

    I've used your 8-tab mod to create a XML which makes it easy to alter all tabs as you prefer it (label, hyperling and backdrop).
    View attachment 37005
    All you need to alter is the following lines:
    Code:
    <description>Menu0-Series</description>
    <define>#item0label:1300</define>
    <define>#link0:9811</define>
    <define>#folder0:series</define>
    (...)
    <description>Menu7-plugins</description>
    <define>#item7label:913</define>
    <define>#link7:34</define>
    <define>#folder7:pluginsbg</define>

    Here is hot to use first tab (called Menu0 here) for TV series:

    <description>Menu0-Series</description> <--- Nothing needed, just to keep track of things
    <define>#item0label:1300</define> <---- The label og the tab. Type or use ID.
    <define>#link0:9811</define> <--- Hyperlink to XML (plugin)
    <define>#folder0:series</define> <--- Name of folder with backdrops to be used. You can - like I have here - create new ones.


    Alter the last 7 menus, and thats it :)

    Hi, I've tried to edit this to fit my needs, but I get an error on startup, so I have gotten something wrong somewhere.

    Code:
    	<description>Menu0-Series</description>
    	<define>item0label:TV-Serier</define>
    	<define>#link0:9811</define>
    	<define>#folder0:TV</define>
    
    	<description>Menu1-TV</description>
    	<define>#item1label:605</define>
    	<define>#link1:1</define>
    	<define>#folder1:panasonic</define>
    
    	<description>Menu2-Movies</description>
    	<define>item2label:LÅNGFILM</define>
    	<define>#link2:96742</define>
    	<define>#folder2:movies</define>
    
    	<description>Menu3-Music</description>
    	<define>#item3label:2</define>
    	<define>#link3:501</define>
    	<define>#folder3:music</define>
    
    	<description>Menu4-Pictures</description>
    	<define>#item4label:1</define>
    	<define>#link4:2</define>
    	<define>#folder4:pictures</define>
    
    	<description>Menu5-barn</description>
    	<define>item5label:Barnfilm</define>
    	<define>#link5:6</define>
    	<define>#folder5:kids</define>
    
    	<description>Menu6-settings</description>
    	<define>item6label:Inställningar</define>
    	<define>#link6:30</define>
    	<define>#folder6:settings</define>
    
    	<description>Menu7-plugins</description>
    	<define>item7label:Övrigt</define>
    	<define>#link7:34</define>
    	<define>#folder7:pluginsbg</define>

    Could you please point me at what is faulty? :D
    Emph
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    Could you try only using standard characters, and not Å,Ø etc? Or even just trying with ID's?

    I remember getting something similar when i wrote "vær" as a test. Using ID and it was fine.

    As a workaround, I guess you can create a ID in languages\se.xml (<- I would think it is se)
     

    Spragleknas

    Moderator
  • Team MediaPortal
  • December 21, 2005
    9,474
    1,822
    Located
    Home Country
    Norway Norway
    ^You're correct.

    Emphatic, you need to alter some lines, as you are missing a # some places, like:
    <define>#item6label:Inställningar</define>

    EDIT: Just checked, and the uploaded XML does have these #, so this one is your doing, emph :D
     

    themugger

    Portal Member
    May 22, 2008
    14
    1
    alot easier now, thanks! few questions though.

    1./ can we have it so that we can point to a specific folder location such as "C:\ProgramData\Team MediaPortal\MediaPortal\thumbs\fan art" this would just save me duplicating fan art and covers etc....

    2./ Is it possible to move the menu bar up and down?

    Thanks again...
     

    emphatic

    Design Group
  • Team MediaPortal
  • August 25, 2006
    3,736
    1,196
    Alingsås
    Home Country
    Sweden Sweden
    Sorry for that. I did try with the # initially, but it didn't work either. The code I posted here was edited right before I posted it so the missing # was never tested "live". So perhaps it really is about the å, ä and the ö's. :D

    Emph
     

    Users who are viewing this thread

    Top Bottom