![]() |
|
[MOD] Horizontal Confluence Modded - 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: Confluence (/forumdisplay.php?fid=125) +---- Thread: [MOD] Horizontal Confluence Modded (/showthread.php?tid=103001) |
- mad-max - 2012-01-26 00:06 Thizizmyname Wrote:Since TMDB has updated their scraper so allow moviesets I tried to use my XBMC without an external scraper. The Addon is in the scripts directory of the skin...you need to copy it to your addons... BTW: will be offline the next days due to some business conference... Now Paul is in charge ;-) mad-max Doing the upgrade tonight - rugbymad - 2012-01-26 10:23 Firstly I am sooo glad Mod confluence is back for eden, I'm taking the bold step of upgrading to eden beta 2 tonight with mod confluence. I see that custom home menu buttons are included..fantastic.... I try to keep my set up pretty simple and clean.. for the wifes easy use.. Is it posssible in the custom home menu button to use this to switch to my sons profile!! this would be perfect for me.... we use our iphones as a mouse to control and although I have set up [b] in keyboard to switch profile,a simple menu button would be perfect.. any advice on if it can be done or is implimented or is impossible.. Dont really want to run extra programmes in the background as my system is working perfect now and don't want to jinx it. Thanks again!!! without experts and enthusiasts like you, numptys like me would still be using dvd's. lol
- mad-max - 2012-01-26 11:23 Hey rugbymad, thanks for the nice words...good to hear you like it... regarding the profile button: you can c&p the following code into the list of menu items in home.xml, starting at line 1169...so it is after the settings... Code: <item id="12345">Only thing you have to do is to change "profilename" to the appropriate name... cheers from Frankfurt (Main) to the south ;-) mad-max - rugbymad - 2012-01-26 18:47 Thx Max, I'll let you know how it goes.. i think i am missing something obvious... i clicked the link to download but cant see confluence mod, only extra fanart fiile.. am i being stupid? Where do i get this...? ignore.. managed to find it! - rugbymad - 2012-01-26 19:25 Hi Max now i am stuck!! I have a fresh install of xbmc and con mod .. i went to here. C:\Users\Steph\AppData\Roaming\XBMC to find home.xml but tno file.. i did a search for it and still no file.. any suggestions. thx - Mudislander - 2012-01-26 20:24 Try something like this, have not got mad-max's skin installed ATM so not too sure about the mad-max bit, but you should see something pointing you to skin.moddeconfluence Quote:C:\Users\Steph\AppData\Roaming\XBMC\addons\mad-max-skin.moddedconfluence\720p - rugbymad - 2012-01-26 23:10 thx. I found it.. I'm having a nightmare with this!!! firstly my second profile(FINN) wont allow me to change to MOD CON. secondly when i switch profile via setting .SCRIPT.COMMON.PLUGIN.CACHE FAILURE APPEARS. THIS IS THE CODE. <icon>special://skin/backgrounds/programs.jpg</icon> <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb> <visible>!Skin.HasSetting(HomeMenuNoProgramsButton)</visible> </item> <item id="6"> <label>341</label> <onclick>XBMC.PlayDVD()</onclick> <icon>special://skin/backgrounds/playdisc.jpg</icon> <thumb>$INFO[Skin.String(Home_Custom_Back_PlayDisc_Folder)]</thumb> <visible>System.HasMediaDVD</visible> </item> <item id="5"> <label>13000</label> <onclick>ActivateWindow(Settings)</onclick> <icon>special://skin/backgrounds/settings.jpg</icon> <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb> <visible>!Skin.HasSetting(HomeMenuNoSystemButton)</visible> </item> <item id="12345"> <label>FINN</label> <onclick>LoadProfile(FINN,['prompt']) </onclick> <icon>special://skin/backgrounds/settings.jpg</icon> <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb> </item> </item> </content> </control> <control type="image"> <posx>0</posx> <posy>6</posy> <width>128</width> <height>50</height> <texture>SideFade.png</texture> </control> <control type="image"> <posx>128r</posx> <posy>6</posy> <width>128</width> <height>60</height> <texture flipx="true">SideFade.png</texture> </control> </control> <control type="fixedlist" id="9002"> <animation effect="slide" start="0,0" end="-91,0" time="0" condition="StringCompare(Container(9002).NumItems,2) | StringCompare(Container(9002).NumItems,4)">conditional</animation> <include>Window_OpenClose_Animation</include> <posx>0</posx> I CHANGED KINDERRECKE TO FINN ALSO. for something so simple, I'm having a nightmare. I'm just glad that i tried it out on my PC before my HTTP. any suggestions much appreciated. Danke - Mudislander - 2012-01-27 00:42 Bit busy ATM, if I get a chance I'll have a look later, but what jumps out as I scan down you code is the two </item> </item> next to eack other Quote:<item id="12345"> - rugbymad - 2012-01-27 09:09 Thx... I noticed the 2 < items> also and deleted one, This helped. I can now switch from master profile to my sons, however i still get a script.common.plugin.cache failure at the btm left of the screen. I am unable to switch back to the master profile from my sons, although the button does say finn like themaster. I'm guessing thay maybe i will have to input the code into some other home.xml file associated with my sons profile, but as of yet i have been unable to find one. I have tried a fresh install of xbmc and a fresh version on Mod Conflueance, and still the same script failure. I'm not the most natural at software sorry!. As i said in a previous post,I keep it simple, only very basic addons, no programmes. thx in advance for the help. - Jean-Max - 2012-01-27 10:09 Mudislander Wrote:...but you should see something pointing you to skin.moddeconfluenceHello, It's exactly C:\Documents and Settings\<user_name>\AppData\Roaming\XBMC\addons\skin.moddedconfluence\720p |