[MOD] Horizontal Confluence Modded - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: [MOD] Horizontal Confluence Modded (/showthread.php?tid=103001) |
- GuyJustHere - 2012-02-01 Any way to add more items to the "recent Tv shows" or "recent movies" lists? (So it displays more than just 2 shows and 3 movies)? - mad-max - 2012-02-01 This was requested before...you might take a look in the thread a few pages before... There were 4 for every category, I think... mm - Voevoda - 2012-02-02 Amazinggggggggggg that's my fav mod,iv tried a lot of skins but this is the best way far. There are only few things i dont like but i think its easy to overcome...when im on the xbmc main page,under "FILM" there are too many voices,how can i delete "file" and "actors"? im talking about the sub-menu of FILM,and also about "TV SERIES" there are recently added,title,genres,years,actors. How can i delete "years" and "actors"?? Pls can u help me? It would be amazing without them,i never use them,hope there is an easy way to delete those voices thx a lot however,AMAZING MOD. - rugbymad - 2012-02-02 rugbymad Wrote:Update: Does anybody have any suggestions? I'ts not a deal breaker for me, just makes it look less busy. danke! - mad-max - 2012-02-02 @voevoda: This is quite simple...when I'm back at a computer I'll show how to do it .. @rugbymad: I have a dirty solution for this in mind...will post it later on... Cheers, Max - rugbymad - 2012-02-02 Cheers Max! - mad-max - 2012-02-02 @Voevoda: You'll find the submenus in 720p/IncludesHomeMenuItems.xml... For Movies: delete at line 64: Code: <control type="button" id="90105"> Code: <control type="button" id="90166"> For TV-shows: delete at line 111: Code: <control type="button" id="90175"> Then you're done... @rugbymad: You might enter a new toggle-button in the skin settings(custom_ModSettings1114.xml) at line 816: Code: <control type="radiobutton" id="402"> Then hack the visible condition in your button in home.xml The button for your profile should then have a Code: <visible>Skin.HasSetting(kidsprofile)</visible> Code: <visible>!Skin.HasSetting(kidsprofile)</visible> Then it should be ok... Hope this helps you guys... cheers, Max - Voevoda - 2012-02-02 It looks simple thx a lot for your help mad-max, but im not really expert about xbmc,can u tell me where i can find the voice "720p/IncludesHomeMenuItems.xml" ?? I should use the ssh protocol using pc? Or i can access it using the confluence options in the apple tv? Thx 4 your help - mad-max - 2012-02-02 Voevoda Wrote:It looks simple thx a lot for your help mad-max, but im not really expert about xbmc,can u tell me where i can find the voice "720p/IncludesHomeMenuItems.xml" ?? I should use the ssh protocol using pc? Or i can access it using the confluence options in the apple tv? Thx 4 your help The path is: /private/var/mobile/Library/Preferences/XBMC/addons/skin.moddedconfluence/720p I suppose to SFTP the xml over to your PC, edit it there with notepad++ and copy it back... mad-max - Voevoda - 2012-02-02 mad-max Wrote:The path is:I found it now i try to delete the voices thx again : ) - Voevoda - 2012-02-02 mad-max Wrote:Hey folks...Thx mate it was very easy,i deleted the voices,now its really perfect,best mod ever : ) i was looking the topic and i noticed that u have done these new banners and episodes landscape,but i have the old episodes landscape,what i should do to get the new ones? i have to download something or u will use them 4 your next mod version? : ) - rugbymad - 2012-02-02 Thx max I'll let you kinow how it goes! - mad-max - 2012-02-02 Voevoda Wrote:Thx mate it was very easy,i deleted the voices,now its really perfect,best mod ever : ) i was looking the topic and i noticed that u have done these new banners and episodes landscape,but i have the old episodes landscape,what i should do to get the new ones? i have to download something or u will use them 4 your next mod version? : ) Glad you got it sorted... The new banner and landscape view is already in GIT, but not in the repo... It will be in the repo with the next update...ETA: unknown If you can't wait for the new stuff, you can download the tarball from the GIT-page: https://github.com/mad-max/skin.moddedconfluence/zipball/master There you have always the latest changes included... NOTE: As this is an automatically generated download from github, it is not installable as zip from within XBMC... you have to extract it and copy it over to the skin directory... mad-max - Voevoda - 2012-02-02 mad-max Wrote:Glad you got it sorted...Perfectly done,and amazing work : ) keep going like this i love this mod ill stay tuned 4 the next updates : ) Show the current playing song at the bottom - haiiyaa - 2012-02-03 mad-max Wrote:Hey haiiyaa, Hi MadMax, Just wondering if you were able to work on this at all. I love this skin, but not having the current playing info is kind of important for me, since i listen to music pretty much all the time through my xbmc. And this would really help. Is it possible for me to get this functionality back by sacrificing some of the view types? thanks once again for the great sking. |