2020-10-16, 14:15
@RB0135
I believe you just found a bug. I bet you are using the Boxset view. When I select that view I don't see the thumbnail flag setting. I have a fix for that in the next update, but you can fix it right now on your end if you want. Open the file IncludesTopMenu.xml and find this...
Change the visible line to this...
I believe you just found a bug. I bet you are using the Boxset view. When I select that view I don't see the thumbnail flag setting. I have a fix for that in the next update, but you can fix it right now on your end if you want. Open the file IncludesTopMenu.xml and find this...
xml:
<control type="radiobutton" id="1638">
<include>TopMenuRadioButton</include>
<label>$LOCALIZE[32140]</label>
<onclick>Skin.ToggleSetting(ThumbWatchFlag)</onclick>
<onclick>Skin.SetString(watchedflag,watched)</onclick>
<onclick>Skin.SetString(unwatchedflag,unwatched)</onclick>
<selected>Skin.HasSetting(ThumbWatchFlag)</selected>
<visible>Control.IsVisible(800) | Control.IsVisible(820) + !Skin.HasSetting(KodiFlixBoxsets)</visible>
</control>
Change the visible line to this...
xml:
<visible>Control.IsVisible(800) | Control.IsVisible(820) + ![Skin.HasSetting(KodiFlixBoxsets) + [Container.Content(tvshows) | Container.Content(seasons)]]</visible>