I love confluence and the speed (have Fusion system). The only thing I need to add is the Kiosk mode. I've found the old XML stuff but when I edit the customSettings file and MyVideoNav files to include that addtional code for the extra radio button...it doesn't do anything. My skin functions the same AND I dont see the button there.
I'm assuming things have changed since that guide was made. Can someone help clarify how to make this small alteration?
Also yes I've tried the Mod from XBMCNerds. Its not as smooth yet and still under development.
Help Customizing XML to include Kiosk mode in Confluence
svinyard
Member Posts: 76 Joined: Jul 2011 Reputation: 0 |
2012-04-25 21:19
Post: #1
|
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-04-25 21:31
Post: #2
This MOD is as smooth as the original Confluence and what do you mean with under development?
In certain ways, every skin is work in progress... And this skin is really really solid and stable You might check the commit to see what's going on: https://github.com/mad-max/skin.moddedco...e3e9f35c72
(This post was last modified: 2012-04-25 21:37 by mad-max.)
|
| find quote |
svinyard
Member Posts: 76 Joined: Jul 2011 Reputation: 0 |
2012-04-25 22:00
Post: #3
Thanks for the link to that GIT. Nice notes in there.
I like the MOD you made and thought it was just as fast as Confluence but when I ran it on a Fusion system I noticed lower library performance compared to OG confluence. I dunno, maybe it was a fluke or something. In combination with the Movie running list and ONLY needing Kiosk mode as an extra it seemed cleaner to just try and add in Kiosk. On a side note do I have to do anything to refresh the customsettings.xml file? I am running in portable mode and editing Confluence files directly from the Confluence add-on directory. I make the identical changes (minus the line number) to confluence OG and I never see an adjustment to the SYstem>Skin>General menu. Here is my customSettings alteration: </control> <control type="radiobutton" id="102"> <width>750</width> <height>40</height> <font>font13</font> <label>31103</label> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick> <selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected> </control> <control type="radiobutton" id="103"> <width>750</width> <height>40</height> <font>font13</font> <label>Enable Kiosk Mode (disable slideout menu)</label> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.ToggleSetting(kiosk)</onclick> <selected>!Skin.HasSetting(kiosk)</selected> </control> <control type="radiobutton" id="112"> <width>750</width> <height>40</height> <font>font13</font> <label>31104</label> <textcolor>grey2</textcolor> <focusedcolor>white</focusedcolor> <texturefocus>MenuItemFO.png</texturefocus> <texturenofocus>MenuItemNF.png</texturenofocus> <onclick>Skin.ToggleSetting(WindowedTrailer)</onclick> <selected>Skin.HasSetting(WindowedTrailer)</selected> </control>
(This post was last modified: 2012-04-25 22:11 by svinyard.)
|
| find quote |
svinyard
Member Posts: 76 Joined: Jul 2011 Reputation: 0 |
2012-04-25 22:14
Post: #4
OK, now I get the menu. Had to switch skins and when I came back to Confluence my menu option was there. Mod didn't take but now at least the custom settings is working
|
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-04-25 23:33
Post: #5
Best way is to map a button in keyboard.xml with the command "ReloadSkin()"
Then you can press the button and see the changes directly... Also it's worth activating debugging in Addon.xml of the skin...then you see which part/control/button has focus...this helps a lot... Just to get back to speed...running this on an atom 525 and 330 before...didn't have problems or slowdowns...
(This post was last modified: 2012-04-25 23:35 by mad-max.)
|
| find quote |
svinyard
Member Posts: 76 Joined: Jul 2011 Reputation: 0 |
2012-04-26 01:31
Post: #6
Good info, thanks again Max!
|
| find quote |
schumi2004
Fan Posts: 642 Joined: Aug 2011 Reputation: 4 |
2012-11-23 21:52
Post: #7
Is this mod working on the Frodo confluence skin?
|
| find quote |
mad-max
Posting Freak Joined: Jul 2010 Reputation: 52 Location: Germany |
2012-11-26 10:40
Post: #8
You can apply the changes in the Frodo version of XBMC...
Also I'm working on a new MOD, which will have kiosk mode |
| find quote |

![[Image: obi3o55x.jpg]](http://s14.directupload.net/images/120514/obi3o55x.jpg)
![[Image: 7c8w3bu8.png]](http://mad-max.bplaced.net/guest_upload/7c8w3bu8.png)
![[Image: watched-clearlogo.jpg]](http://trakt.tv/user/schumi2004/widget/watched-clearlogo.jpg)
Search
Help