Is that a bug?
#1
In the options I have disabled the flags frames.
Using Poster view it works just fine but when I press Info, the new page has the flag frames.
Is that a bug or is there a way to disable them in this view?
Thanks.
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply
#2
ArieS Wrote:In the options I have disabled the flags frames.
Using Poster view it works just fine but when I press Info, the new page has the flag frames.
Is that a bug or is there a way to disable them in this view?
Thanks.

Looks like, I rarely press Info myself so look an oversight. Fixed now, thx...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
So that means it will be in the next version?
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply
#4
ArieS Wrote:So that means it will be in the next version?

Yea already done and will be up tonight...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
mcborzu, any chance you could tell me what needs to be edited to fix it? I'm using a different IncludesCodecFlagging (so I have the studio flags) and the bug is still present.
Thanks.
Box 1: ODroid N2+ 4GB
Box 2: Intel NUC D34010WYK (Windows afedchin's Krypton MVC Build)
Box 3: Vero 4K
RIP schimi2k | I miss you buddy :(
Reply
#6
ArieS Wrote:mcborzu, any chance you could tell me what needs to be edited to fix it? I'm using a different IncludesCodecFlagging (so I have the studio flags) and the bug is still present.
Thanks.

Starting line 139 is this block, put in the bolded part:

Code:
<control type="grouplist">
                        <description>Media Codec Flagging Images</description>
                        <posx>0</posx>
                        <posy>600</posy>
                        <width>490</width>
                        <align>center</align>
                        <itemgap>0</itemgap>
                        <orientation>horizontal</orientation>
                        <include>VisibleFadeEffect</include>
                        <include>frame_flags</include>
                        <include>Animation_ZoomInZoomOut</include>
                        [b]<visible>!Control.IsVisible(50) + !Skin.HasSetting(no_frame_flags)</visible>[/b]
                    </control>

GIT should be good?
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#7
The bug is fixed in GIT
Reply

Logout Mark Read Team Forum Stats Members Help
Is that a bug?0