Kodi Community Forum
[MOD] Rapier Qualar Mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: [MOD] Rapier Qualar Mod (/showthread.php?tid=61126)

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


- qualar - 2009-11-20

wannabegt4 Wrote:Can we set a skin string in settings and use that for the path for each submenu item?

I suppose we could. I will look into it after I finished what I am doing now. I am trying to bring my mod and scranshafts in sync with regards to font label names and color names etc.


- xbs08 - 2009-11-20

I believe you can set which folder(s) to scan http://wiki.xbmc.org/?title=Programs much like a library. Oh and dashboards could be included also in the submenu.

Here's the gamesaves - WINDOW_GAMESAVES - 10035 - 35 - MyGameSaves.xml


- igotdvds - 2009-11-20

Any word on getting an unprotected xpr?


- pang - 2009-11-20

Why is the cd art not picking the cd imaged i have, in other skins it does in this qualer rapier id doesent.

Usually in other skins it asks for music folder, should i do something so i can have the cd art showing with the cd imahes i have

Thanks


- qualar - 2009-11-20

igotdvds Wrote:Any word on getting an unprotected xpr?

Yes will be uploaded when I finished the latest mods. It was not protected intentionally the tool I use protects it unless you click a check box to tell it not to.


- qualar - 2009-11-20

pang Wrote:Why is the cd art not picking the cd imaged i have, in other skins it does in this qualer rapier id doesent.

Usually in other skins it asks for music folder, should i do something so i can have the cd art showing with the cd imahes i have

Thanks

Mines does not pick up images from individual music folders because I don't like having my media folders cluttered. It looks for the cd images in one folder you just need to be all place cd images in one folder in the skin folder (media/backdrops/artist_fanart/cd) currently but looking at changing it to a more generic location.


- igotdvds - 2009-11-20

qualar Wrote:Yes will be uploaded when I finished the latest mods. It was not protected intentionally the tool I use protects it unless you click a check box to tell it not to.

Thanks mate!


- igotdvds - 2009-11-20

This is what I'm working on Qualar. I added a scrollbar and extrathumbs. Trailer still plays in the same spot.

Image


- igotdvds - 2009-11-20

How do I change the location of where the trailer shows up in 3D view? I cant find the X and Y values.


- xbs08 - 2009-11-20

You're right qualar, sources would have to be named accordanly.


- igotdvds - 2009-11-20

Edit: NVM found it.

Still need to know how to change the position of the trailer though. Anyone know?


- xbs08 - 2009-11-21

Code for programs submenu (sources will have to be named GAMES, EMULATORS, APPS and DASH). Gamesaves isn't working cause the skin (mod) lack the MyGameSaves.xml

PHP Code:
<control type="list" id="110">
                    <
description>Programs Menu Bar</description>
                    <
posx>195</posx>
                    <
posy>0</posy>
                    <
width>900</width>
                    <
height>34</height>
                    <
ondown>850</ondown>
                    <
onup>600</onup>
                    <
orientation>horizontal</orientation>
                    <include>
HomeSubMenuOpenCloseAnim</include>
                    <
visible>Container(850).HasFocus(1) + System.Platform.Xbox</visible>
                    <
itemlayout width="180">
                        <
control type="label">
                            <
posx>90</posx>
                            <
width>180</width>
                            <
height>34</height>
                            <
font>MenuBarButtonFont</font>
                            <
textcolor>ButtonColor</textcolor>
                            <
align>center</align>
                            <
aligny>center</aligny>
                            <
info>ListItem.Label</info>
                        </
control>        
                    </
itemlayout>
                    <
focusedlayout width="180">
                        <
control type="label">
                            <
posx>90</posx>
                            <
width>180</width>
                            <
height>34</height>
                            <
font>MenuBarButtonFont</font>
                            <
textcolor>ButtonFocusColor</textcolor>
                            <
align>center</align>
                            <
aligny>center</aligny>
                            <
info>ListItem.Label</info>
                        </
control>                    
                    </
focusedlayout>
                    <
content>                
                        <
item id="1">
                            <
description>Games</description>
                            <
label>15016</label>
                            <
onclick>ActivateWindow(Programs,Games)</onclick>    
                        </
item>
                        <
item id="2">
                            <
description>Emulators</description>
                            <
label>Emulators</label> <!-- needs custom string -->
                        <
onclick>ActivateWindow(Programs,Emulators)</onclick>                        
                        </
item>
                        <
item id="3">
                            <
description>Applications</description>
                            <
label>Applications</label> <!-- needs custom string -->
                            <
onclick>ActivateWindow(Programs,Apps)</onclick>                        
                        </
item>
                        <
item id="4">
                            <
description>Dashboard</description>
                            <
label>13006</label>
                            <
onclick>ActivateWindow(Programs,Dash)</onclick>
                        </
item>
                        <
item id="5">
                            <
description>Game Saves</description>
                            <
label>20315</label>
                            <
onclick>XBMC.ActivateWindow(GameSaves)</onclick>
                        </
item>                    
                    </
content>                        
                </
control



- xbs08 - 2009-11-21

Somebody asked for a dialogbusy.xml...
PHP Code:
<window id="136">
    <
animation effect="fade" time="100">WindowOpen</animation>
    <
animation effect="fade" time="200">WindowClose</animation>
    <
coordinates>
        <
system>1</system>
        <
posx>510</posx>
        <
posy>630</posy>
    </
coordinates>
    <
controls>
        <
control type="image">
            <
description>background image</description>
            <
posx>0</posx>
            <
posy>0</posy>
            <
width>280</width>
            <
height>75</height>
            <
colordiffuse>33FFFFFF</colordiffuse
            <
texture border="15">item-focus-background.png</texture>
        </
control>
        <
control type="label">
            <
description>Busy label</description>
            <
posx>0</posx>
            <
posy>20</posy>
            <
width>280</width>
            <
height>35</height>
            <
align>center</align>
            <
aligny>center</aligny>
            <
label>[color=BreadCrumbColor][b]PLEASE WAIT![/b][/color]</label>
            <
font>TimeFont</font>
        </
control>
    </
controls>
</
window



- qualar - 2009-11-21

igotdvds Wrote:Edit: NVM found it.

Still need to know how to change the position of the trailer though. Anyone know?

Yes it is in DialogTrailer.xml


- igotdvds - 2009-11-21

qualar Wrote:Yes it is in DialogTrailer.xml

I have changed every value in that xml file. I cant get the trailer pop window to move. Any suggestions?