2015-12-02, 15:11
get mod shelfcase please for mq6
(2015-12-02, 19:08)jspaander Wrote: ok please
<control type="radiobutton" id="19263"><!-- Shelf --><!-- 63 -->
<radioposx>894</radioposx>
<label>31809</label>
<onclick>Skin.ToggleSetting(viewshelf_video)</onclick>
<onclick condition="!Skin.HasSetting(viewshelf_video)">Skin.SetString(setviewvideo,63)</onclick>
<onclick condition="!Skin.HasSetting(viewshelf_video) + Skin.HasSetting(clickactivateview_video)">back</onclick>
<selected>Skin.HasSetting(viewshelf_video)</selected>
<visible>![StringCompare(skin.string(videocontent),episodes) | StringCompare(skin.string(videocontent),years)]</visible>
</control>
<control type="radiobutton" id="19272"><!-- ShelfCase Mod --><!-- 72 -->
<radioposx>894</radioposx>
<label>Shelfcase</label>
<onclick>Skin.ToggleSetting(viewshelfcase_video)</onclick>
<onclick condition="!Skin.HasSetting(viewshelfcase_video)">Skin.SetString(setviewvideo,72)</onclick>
<onclick condition="!Skin.HasSetting(viewshelfcase_video) + Skin.HasSetting(clickactivateview_video)">back</onclick>
<selected>Skin.HasSetting(viewshelfcase_video)</selected>
<visible>![Container.Content(episodes) | Container.Content(years)]</visible>
</control>
<include file="ViewsShelf.xml" /><!-- 63 -->
<include file="ViewsShelfCase.xml" /><!-- 72 ShelfCase Mod -->
<views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72</views>
<include condition="Skin.HasSetting(viewshelf_video)">ViewShelf</include><!-- 63 -->
<include condition="Skin.HasSetting(viewshelfcase_video)">ViewShelfCase</include><!-- 72 --> <!-- ShelfCase Mod -->
(2016-01-16, 13:04)toutoune290 Wrote: can it be possible that you provide us the entire modified xml
(2016-01-16, 13:04)toutoune290 Wrote: can it be possible that you provide us the entire modified xml
(2016-01-19, 23:55)OrbS82User Wrote: Good TUT. Thanks for that.
But you forgot to edit language file with a new entry. Otherwise it shows "colour image theme" as name.
So you can change
<viewtype label="31879">list</viewtype>
to
<viewtype label="ShelfCase">list</viewtype>
in file ViewsShelfCase.xml
Now i wanna add some more views. But how i know which ID's are free for use?
<keymap>
<global>
<keyboard>
<f5>ReloadSkin()</f5>
</keyboard>
</global>
</keymap>