![]() |
|
[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) |
- proiettile - 2012-02-15 20:27 For the header question, in the meanwhile I've modified the Home.xml changing any Header.png link to header.png. For the mp3 image not shownig in Music Visualization, I've changed the file name in media/flagging/audio from mp3.png to MP3.png Thanks - protocol77 - 2012-02-15 20:47 Quote:You might take a look at the visible statement for the control... it seemed to already have this when i opened viewtype showcase but i deleted it then copied and pasted from this post in place of it are you able to post a copy of the xml with that change made to it so i can simply copy and paste it into the folder to get it to work - mad-max - 2012-02-15 23:26 @proiettile: Will fix this for the next release... Can you point out all changes? That way I do not have to dive into this ;-) @protocol: Just checked the github page...showcase only has movies, musicvideos and genres as active container... Will upload a version for you...will be tomorrow as I'm only online with my HTC... mad-max - protocol77 - 2012-02-16 13:13 mad-max Wrote:@proiettile: thanks i look forward to it - mad-max - 2012-02-16 13:55 protocol77 Wrote:thanks i look forward to it http://pastebin.com/Hzrr7wdH mad-max - mad-max - 2012-02-16 23:55 Hey guys, for those who do not check the github commits, here are some new things from the upcoming release 1.0.8: 1) Of course bug fixes...but that is not so important... 2) I prepared on option the install new views that can be downloaded just like you install and addon via zip (thanks to fmronan and mike from passion xbmc) 3) Support for mike's lastandrandom items script, so that you will have also recently added for smartplaylists with this comes a new home button for documentaries that should nearly work out of the box for you... 4) You will have quick access to system and MOD settings from the shutdown menu... So far so good...let's wait until the next version is coming... TV Tunes playback on TV Shows - catmantx - 2012-02-17 01:58 I think on one ATV I have installed a long time ago the previous releases and I had an option to enable TV Tunes playback. I installed on another ATV the latest one you have and this feature is missing. Is still working on the old one but is missing from the skin setting and I can’t enable it on the latest release. Can you add it back please? Thank you for a great skin. - pezcore - 2012-02-17 02:05 mad-max Wrote:Can't reproduce this on Windows...is this iOS specific? I did not have the Favorites issue when running on windows either, so it is likely that it's only an iOS issue. Does anyone have any ideas for things to try? I tried modifying animation timing thinking it might be a timing issue, but that didn't seem to do it. I would love to use this Mod if this issue is fixed. Anyone have any ideas for things to try? - protocol77 - 2012-02-17 09:04 mad-max Wrote:http://pastebin.com/Hzrr7wdH thanks for that can i ask do i simply rename the .txt file i got when i clicked download on pastbin and include the xml extension in place of the txt or do i need to copy and paste this in somewhere also what would i name the file if i keep it seperate something like View_Showcase or something
- rugbymad - 2012-02-17 11:13 @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[/quote] Hi Max, I'm having a bit of trouble with this button issue, I have installed the code at line 816 as suggested, but for the rest of it i dont know what you mean. Is their a idiots guide for me, lol. Danke |