![]() |
|
[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) |
RE: [MOD] Horizontal Confluence Modded - Bagheera - 2012-04-20 20:35 (2012-04-20 19:17)matt77303 Wrote: i had to enable ' fanart in background while playing music' and 'artistslideshow in visualization' in skin settings and disable the visualization in the settings - music - playback euh, thx ![]() May I ask where to find ' fanart in background while playing music' exactly? I found the other one before, but this one I did not find at all :/ RE: [MOD] Horizontal Confluence Modded - matt77303 - 2012-04-20 21:17 skin settings - mod settings - home Matt RE: [MOD] Horizontal Confluence Modded - Bagheera - 2012-04-21 10:42 Thanks great! I did miss that one :o One thing to do left: If I hit play the screen with fanart & cdart does not show up automatically. I have to press "fullscreen". Is there any way to let this happen automatically? RE: [MOD] Horizontal Confluence Modded - matt77303 - 2012-04-21 11:39 Not that i know off, i just press back a couple of times to go back to the main screen. Matt RE: [MOD] Horizontal Confluence Modded - Nocebo - 2012-04-25 17:12 Liking the mod skin (although it would be nice to have shortcuts as submenus) anyway I have noticed that the mod changes the LOGIN screen. It used to be a text list of profiles but now uses profile images on a wallpaper. I find this hard to view so wondered how to switch it back - thanks. PS. These is no option to change the login screen wallpaper that I can see either. Nice skin - keep up the good work Noc. AW: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-25 17:38 You can simply exchange the xml for login screen with the one from default confluence and your done...check the 720p folder for the file...can't remember the exact name and no xbmc around... RE: [MOD] Horizontal Confluence Modded - Nocebo - 2012-04-25 18:11 @Mad-mad Excellent, that worked a treat (LoginScreen.xml D'oh! ) Thanks Noc. RE: [MOD] Horizontal Confluence Modded - svinyard - 2012-04-25 19:57 I have this setup to show only the Movies option on the home screen. This is fine however it now lists the movies option over and over and over in the home menu. Its like the other menu options, which I disabled, are still there and are populated with "Movies". RE: [MOD] Horizontal Confluence Modded - mad-max - 2012-04-25 21:36 This is due to the type of list... A wraplist, in this case control 9000 needs to be changed to a fixedlist in order to have only one button for movies in there... See line 959 in Home.xml: Code: <!-------- Database Statistic End -----------------> Code: <!-------- Database Statistic End -----------------> mad-max RE: [MOD] Horizontal Confluence Modded - twinvipers - 2012-04-27 00:39 Let me first say great mod on this skin mad-max! Every new little feature I see in your mod makes me wonder why the other skins don't have these features. Now I was pointed to this thread/mod by another XBMC forum member who replied to a thread I started with a question on how to create custom home buttons in Eden. Up until now I was using Dharma and used the "homemod" Mod at http://forum.xbmc.org/showthread.php?tid=76529&highlight=mod+home and this worked perfectly. My goal is to create a Home Menu Buttons that opens a specific folder on my network NAS that holds media content (ie.New Movies, Home Movies) and not let these items get blended into the main Video Library. Is this something that this Mod can do? Because as of yet I haven't been able to find out how. Thanks for any help. |