@
toutoune290
Ok i've made a few changes would like you to test before i update this thread.
1. Open file
customviewsvideo.xml
Use search for word
shelf you should see code like following
xml:
<include content="viewsselector_item">
<param name="id" value="63" />
<param name="label" value="31809" />
<param name="view" value="viewshelf" />
<param name="type" value="video" />
<param name="visible" value="![String.IsEqual(skin.string(videocontent),episodes) | String.IsEqual(skin.string(videocontent),years) | String.IsEqual(skin.string(videocontent),programs)]" />
</include>
Under that paste the following and save file
xml:
<!-- Shelfcase Mod -->
<include content="viewsselector_item">
<param name="id" value="74" />
<param name="label" value="Shelf Case" />
<param name="view" value="viewshelfcase" />
<param name="type" value="video" />
<param name="visible" value="![String.IsEqual(skin.string(videocontent),episodes) | String.IsEqual(skin.string(videocontent),years) | String.IsEqual(skin.string(videocontent),programs)]" />
</include>
2. Open file
includes.xml and search for
shelf again should see following line
xml:
<include file="ViewShelf.xml" /><!-- 63 -->
Under that paste the following
xml:
<include file="ViewShelfCase.xml" /><!-- 74 Shelfcase mod -->
3. Next open file
MyVideoNav.xml and search for
views should see following line
xml:
<views>51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74</views>
Add the number
74 to the end
Next search
shelf again should see the following
xml:
<include condition="Skin.HasSetting(viewshelf_video)">ViewShelf</include>
Under that paste the following
xml:
<include condition="Skin.HasSetting(viewshelfcase_video)">ViewShelfCase</include><!-- Shelfcase mod -->
4. Finally download the
ViewShelfCase.xml file here. Right click save as.
https://pastebin.com/dl/A5qfskWJ
Note: In the save as dialog box, click on the drop down arrow where says text file and select
All Files and save the file as
ViewShelfCase.xml
Make sure its saved as
ViewShelfCase.xml and not
viewshelfcase.xml
5. Place the
ViewShelfCase.xml inside the xml directory in the MQ8 skin folder.
6. Reboot box or change skin and go back to MQ8 to refresh skin. Go to change views and enable
ViewShelfCase
Hopefully this works