• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15
[MOD] Native Media Flagging / Conditional Weather / Multiplex TV Posters - ModPack
#46
This works fine on a PC but I can't get it to work on an xBox..

Does it have anything to do with the "special://" entries in Includes_Backgrounds.xml or does it just not work on the old box?
#47
g00fy1 Wrote:This works fine on a PC but I can't get it to work on an xBox..

Does it have anything to do with the "special://" entries in Includes_Backgrounds.xml or does it just not work on the old box?
Hi gOOfy1 i have got it working just fine on xbox though it does use a little more memory.
The fix for backdrops does break some of hitchers mods it stops the selection of themes and disables the watched / unwatched overlay i will upload my slightly altered version tomorow for you and cranial to have a look at before joe public gets it.

Hitcher thanks a bundle for this great skin its fantastic i look forward to seeing what else you come up with as somebody else has stated your mods allway's work unlike some others i have been trying out on yours but they all break features in yours, i tried using winmerge to copy there code into yours but that did not work oh well thinking cap goes back on.Smile

Ps have now got the watched / unwatched overlay fixed not sure how i got it working to be honest so all is good now
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
#48
Thanks Paul!

I got it working by editing the "special" entry adding my full skin path and placing the uncompressed images there. Don't know if I needed to do both but it's working now. woohoo!
#49
I just want the Settings Submenu...how did you do this?
#50
Wunderwally Wrote:I just want the Settings Submenu...how did you do this?
If you mean the settings submenu you highlight settings and use the down key to bring up the submenu. Other than that i aint got a clue
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
#51
I love this mod!

My settings for Movie:

Multiplex
Info=ON
Layout=Poster

The reason I like the above settings (and mod) is that this works on the Minimum info possible (all you need is the cover art of the movie - no need to bother about fanart or extrathumbs)
#52
Just to make it clearer which item has focus.

Image
#53
Hitcher Wrote:Just to make it clearer which item has focus.

Image

can you please post the code for that?
also i have a strange issue - after setting a backdrop folder for the settings menu - evrytime i go to settings the backdrops are changing very fast - i mean really really fast - and that makes the settings screen very slow, any ideas?
thanks a lot
#54
Yeh i wouldn't mind the code for the pulsateing highlite really goodSmile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
#55
Just add the code in blue to the following XML's.

Includes_Objects -
Code:
<!-- Context menus -->
    
    <include name="Objects_ContextMenuButton">
        <description>button template</description>
        <posx>0</posx>
        <posy>0</posy>
        <height>39</height>
        <width>308</width>
        <textcolor>FF383838</textcolor>
        <focusedcolor>FFdfdfdf</focusedcolor>
        <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
        <texturefocus>dialogs/context_highlight.png</texturefocus>
        <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
        <alttexturenofocus>dialogs/context_nofocus.png</alttexturenofocus>
        [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
        <align>center</align>
        <aligny>top</aligny>
        <font>Font_ContextMenuButton</font>
        <textoffsety>8</textoffsety>
    </include>
    
    <include name="Objects_ContextMenuRadioButton">
        <textcolor>FF8f8f8f</textcolor>
        <focusedcolor>FFFFFFFF</focusedcolor>
        <radiowidth>94</radiowidth>
        <radioposx>190</radioposx>
        <radioheight>65</radioheight>
        <aligny>center</aligny>
        <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
        <texturefocus>dialogs/context_highlight.png</texturefocus>
        <textureradiofocus>settings/settings_radiobuttononfocus.png</textureradiofocus>
        <textureradionofocus>settings/settings_radiobuttonon.png</textureradionofocus>
        [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
        <width>269</width>
        <height>39</height>
        <align>left</align>
        <font>Font_ContextMenuButton</font>
        <textoffsetx>10</textoffsetx>
    </include>
DialogContextMenu -
Code:
<control type="button" id="1000">
      <description>button template</description>
      <posx>0</posx>
      <posy>0</posy>
      <height>39</height>
      <width>308</width>
      <textcolor>FF383838</textcolor>
      <focusedcolor>FFdfdfdf</focusedcolor>
      <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
      <texturefocus>dialogs/context_highlight.png</texturefocus>
      [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
      <align>center</align>
      <aligny>top</aligny>
      <font>Font_ContextMenuButton</font>
      <textoffsety>8</textoffsety>
    </control>
#56
Hitcher Wrote:Just add the code in blue to the following XML's.

Includes_Objects -
Code:
<!-- Context menus -->
    
    <include name="Objects_ContextMenuButton">
        <description>button template</description>
        <posx>0</posx>
        <posy>0</posy>
        <height>39</height>
        <width>308</width>
        <textcolor>FF383838</textcolor>
        <focusedcolor>FFdfdfdf</focusedcolor>
        <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
        <texturefocus>dialogs/context_highlight.png</texturefocus>
        <alttexturefocus>dialogs/context_highlight.png</alttexturefocus>
        <alttexturenofocus>dialogs/context_nofocus.png</alttexturenofocus>
        [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
        <align>center</align>
        <aligny>top</aligny>
        <font>Font_ContextMenuButton</font>
        <textoffsety>8</textoffsety>
    </include>
    
    <include name="Objects_ContextMenuRadioButton">
        <textcolor>FF8f8f8f</textcolor>
        <focusedcolor>FFFFFFFF</focusedcolor>
        <radiowidth>94</radiowidth>
        <radioposx>190</radioposx>
        <radioheight>65</radioheight>
        <aligny>center</aligny>
        <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
        <texturefocus>dialogs/context_highlight.png</texturefocus>
        <textureradiofocus>settings/settings_radiobuttononfocus.png</textureradiofocus>
        <textureradionofocus>settings/settings_radiobuttonon.png</textureradionofocus>
        [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
        <width>269</width>
        <height>39</height>
        <align>left</align>
        <font>Font_ContextMenuButton</font>
        <textoffsetx>10</textoffsetx>
    </include>
DialogContextMenu -
Code:
<control type="button" id="1000">
      <description>button template</description>
      <posx>0</posx>
      <posy>0</posy>
      <height>39</height>
      <width>308</width>
      <textcolor>FF383838</textcolor>
      <focusedcolor>FFdfdfdf</focusedcolor>
      <texturenofocus>dialogs/context_nofocus.png</texturenofocus>
      <texturefocus>dialogs/context_highlight.png</texturefocus>
      [color=blue][b]<pulseonselect>true</pulseonselect>[/b][/color]
      <align>center</align>
      <aligny>top</aligny>
      <font>Font_ContextMenuButton</font>
      <textoffsety>8</textoffsety>
    </control>
Nice one thanks for that one.Smile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
#57
gah...figures. I want this mod and clep's posters for tvshows mod. Seems merging mods is not going to happen easily from my quick look at the xmls... :/
#58
Necromancyr Wrote:gah...figures. I want this mod and clep's posters for tvshows mod. Seems merging mods is not going to happen easily from my quick look at the xmls... :/
I've done this using version 2 of clep's mod (with fixed list) and would be happy to share/post the modified xml file later this evening (I'm at work now). I also modified it even further to show 11 (smaller) posters instead of 9 for both TV shows & movies as clep did with his other mod (without the graphic changes). Let me know which version you'd like, or I can just post both. Big Grin
#59
Amra Wrote:I've done this using version 2 of clep's mod (with fixed list) and would be happy to share/post the modified xml file later this evening (I'm at work now). I also modified it even further to show 11 (smaller) posters instead of 9 for both TV shows & movies as clep did with his other mod (without the graphic changes). Let me know which version you'd like, or I can just post both. Big Grin
Please do post them as i have tried in vain to get them to work with hitchers mod without it breaking other functions, i even tried winmerge but that just made things worseSad
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
#60
really nice work hitcher. thanks.
Q6600, ASUS P5W, 6GB DDR2 and 2.5TB RAID running Mac OS X 10.5.5 and XBMC
xbox v1.0 (softmod) XBMC Dash
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 15

Logout Mark Read Team Forum Stats Members Help
[MOD] Native Media Flagging / Conditional Weather / Multiplex TV Posters - ModPack3