XBMC Community Forum
[MOD] Rapier Qualar MOD - Dharma Version - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Rapier (/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar MOD - Dharma Version (/showthread.php?tid=82284)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42


- Pete7 - 2011-04-04 05:46

Zxurian Wrote:How hard would it be to add another item to the home screen menu, and have it run a specific script when selected?

I like this idea. I would like to go directly to pseudo tv from the home menu.

Quick question, how do I get back to the movie that is currently playing after I press escape?


- skullmonkey - 2011-04-10 17:38

Hey hey,
long time no see Big Grin
I cant get the Conditional Weather to work. Where should I put the conditional weather folder so this to work?

Thanks,
S@


- Furby8704 - 2011-04-13 20:47

gman3042 Wrote:is tehre anyway to get like a seperate section on your home screen. for example, i have a whole bunch of ripped wrestling dvd's. want to be able to just have a section on the home screen just labeled "wrestling". and have it right from there

i added an anime section on my skin to seperate from my other tv shows.
had to add some code on the Home.xml file and added the images to the Textures.xpr file for the wording and just re used the video icon for the menu.
it works great! but unfortunately you lose the recently added and sub menus - which isnt much of a sacrifice for me.

[Image: boom.jpg]


- qualar - 2011-04-13 21:05

Furby8704 Wrote:i added an anime section on my skin to seperate from my other tv shows.
had to add some code on the Home.xml file and added the images to the Textures.xpr file for the wording and just re used the video icon for the menu.
it works great! but unfortunately you lose the recently added and sub menus - which isnt much of a sacrifice for me.

You shouldn't need to lose the submenus.


- Furby8704 - 2011-04-14 00:37

qualar Wrote:You shouldn't need to lose the submenus.

really?? hmmm i'll look into it. thanks for the advise!


- qualar - 2011-04-14 00:38

If you need any help just let me know.


- Furby8704 - 2011-04-14 00:42

qualar Wrote:If you need any help just let me know.

a point to the right direction would be greatly appreciated! =]


- qualar - 2011-04-14 00:43

i would need to see your code to see what you did that stopped the submenus.


- Furby8704 - 2011-04-14 00:46

Code:
<item id="10">
<description>Anime Category</description>
<onclick>ActivateWindow(10025,"special://profile/playlists/video/Anime.xsp", return)</onclick>
<icon>anime-text-blurred.png</icon>
<thumb>$INFO[Skin.String(TVShowsCustomBG)]</thumb>
</item>

im sure im just missing a line or two of code


- qualar - 2011-04-14 00:50

Do all submenus not work for you or just for the Anime section?