[MOD] Showcase View with integrated Multiplex images
#76
Sranshaft Wrote:Strange. The links I provided work just fine.
Not sure it's the links as i have had appalling problems with mediafire which is why i switched to another free hosting site a while back.Smile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#77
Mirror: http://ul.to/yuy8fg
Reply
#78
Anyone get this...
Image

One of the flags shows up right under the title.
Reply
#79
I haven't install this mod yet but that's the studio flag check in the Include_Media Flag.xml you maybe let that one there.

and by that I can see that you are trying to modify your existing xml's you're not replacing them, if that the case you need to find that control and comment it or delete it.
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#80
mcborzu Wrote:Anyone get this...
Image

One of the flags shows up right under the title.

Go into advanced options and disable 'Default Icons For Media Flags'
Reply
#81
Quote:Go into advanced options and disable 'Default Icons For Media Flags'
that will do it too.
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#82
mcborzu Wrote:Anyone get this...
Image

One of the flags shows up right under the title.
Yeh i got the same problem and have not tried to add this mod to my existing skin as yet
so it's nothing you have done wrongSmile
XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox
Reply
#83
Aye. I have 'Default Icons' turned off so I hadn't noticed that. I'll have a quick look and update as soon as I have a fix.

Thanks go out to Devilrejects for providing the mirror. Big Grin
Reply
#84
Okay I found the problem. Open the Includes_MediaFlags.xml file and scroll down to and select:

Code:
<control type="group">
            <visible>Window.IsActive(25) + Control.IsVisible(57) + !Skin.HasSetting(nomediaflags) + Container.Content(movies) + ![Control.HasFocus(60) | Control.HasFocus(94)]</visible>
            <include>Animation_CommonFade</include>
            <control type="group">
                    <control type="image">
                        <include>Furniture_ShowcaseMediaFlagsVars</include>
                        <texture>flags/defaultscreen.png</texture>
                        <visible>!Control.IsVisible(80) + !Skin.HasSetting(nodefaultflags)</visible>
                    </control>
                </control>
            <control type="group">
                <posx>720</posx>
                <include>Furniture_StudioIcons</include>

And replace it with:

Code:
<control type="group">
            <visible>Window.IsActive(25) + Control.IsVisible(57) + !Skin.HasSetting(nomediaflags) + Container.Content(movies) + ![Control.HasFocus(60) | Control.HasFocus(94)]</visible>
            <include>Animation_CommonFade</include>
            <control type="group">
            <posx>720</posx>
                <control type="image">
                    <include>Furniture_ShowcaseMediaFlagsVars</include>
                    <texture>flags/defaultscreen.png</texture>
                    <visible>!Control.IsVisible(81) + !Skin.HasSetting(nodefaultflags)</visible>
                </control>

Save the file and restart / reload XBMC. That should solve the issue.
Reply
#85
It was the flag position ??
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#86
No, it was the default icon sitting outside in an extra group control. I believe I was starting to separate the studios into an xml of their own so I would only have to update once instead of changing the studio coding 3 times (for Showcase, List and Multiplex views).
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Showcase View with integrated Multiplex images0