XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > MediaStream

MediaStream Subforum for the MediaStream skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-10-01, 17:22   #1
FragMenthor
Member
 
Join Date: Sep 2008
Posts: 35
FragMenthor is on a distinguished road
Lightbulb MediaStream MOD - VideoClips and Karaoke on "Home"

Hi, guys!
First of all, congratulations for this skin, I shall never go back to Project Mayhem

I am trying to make a modification of the Home.xml to include 2 new items:
"Sing" / "Karaoke" - which links directly to a souce i defined on my musicroot (file mode)
"Play" / "Videoclips" - Which goes directly to the root of the musicvideos library.

I already managed that (sort of) - it works...

Just added:
Code:
  <!-- Main Menu -->
      <control type="wraplist" id="300">
...
          <item id="11">
            <description>VideoClips</description>
            <label> $LOCALIZE[20389] </label> // Videoclips
            <label2> $LOCALIZE[31011] </label2> // PLAY
            <onclick>XBMC.ActivateWindow(MyVideoLibrary,musicvideos,return)</onclick>
          </item>
          <item id="12">
            <description>Karaoke</description>
            <label> $LOCALIZE[13327] </label> // KARAOKE
            <label2>Sing</label2>
            <!-- <visible>!Skin.HasSetting(HideMusic)</visible> -->
            <onclick>XBMC.ActivateWindow(musicfiles,Karaoke)</onclick>
          </item>
...
        </content>
      </control>
It's what I wanted, but I need help in changing the background for each of those items - it is just a little bit too confusin to me.
Also, I would like to add sub-menus to the videoclips section, just like you have for movies: "Explore"; "By Artist", "By Year", etc...
And more... (if you got to ask, why not asking for it all?? ), I would like to add a sub-menu item to the "Movies" and "Music" (and possibly others)- "Update Library".

Is it too dificult? Is there a tutorial?
Help, please!

THANKS in advance,
FragMenthor.
FragMenthor is offline   Reply With Quote
Reply

Bookmarks

Tags
background, home, mod, submenu, videoclips


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 22:29.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project