Kodi Community Forum

Full Version: Is that a bug?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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...
So that means it will be in the next version?
ArieS Wrote:So that means it will be in the next version?

Yea already done and will be up tonight...
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.
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?
The bug is fixed in GIT