Kodi Community Forum
Mod JB-BoxWall cases in wall views for music - MQ6 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Mod JB-BoxWall cases in wall views for music - MQ6 (/showthread.php?tid=252273)



JB-BoxWall cases in wall views for music - MQ6 - JohnyBee - 2015-12-16

Small mod to display cases in wall views for music.
Tested Aeon MQ 6 version 3.3.0 on OpenELEC (Full HD and 4K)

watch gallery


Download:
JB_BoxWall-0-0-1.zip

INSTALLATION:
1. Backup original files in skin.aeonmq6\720p folder: ViewsWall.xml, IncludesTopMenu.xml
2. Unpack JB_BoxWall-0-0-1.zip file to skin.aeonmq6 folder
3. Insert in IncludesopMenu.xml file code at the end of the <!-- Wall --> and before <!-- Glass List --> line 1918

<!--ADD JB - start -->
<!-- JB-BoxWALL - CD -->
<control type="radiobutton" id="780003">
<include>TopMenuRadioButton</include>
<label>31486</label>
<onclick>Skin.ToggleSetting(no_cd_wall)</onclick>
<selected>!Skin.HasSetting(no_cd_wall)</selected>
<visible>Control.IsVisible(56) + !SubString(skin.string(wallmusicgrid),big)</visible>
</control>
<!--ADD JB - stop -->

4. Restart KODI

Enjoy.Big Grin


RE: JB-BoxWall cases in wall views for music - MQ6 - binnugsay - 2015-12-16

(2015-12-16, 12:53)JohnyBee Wrote: Small mod to display cases in wall views for music.
Tested Aeon MQ 6 version 3.3.0 on OpenELEC (Full HD and 4K)

watch gallery


Download:
JB_BoxWall-0-0-1.zip

INSTALLATION:
1. Backup original files in skin.aeonmq6\720p folder: ViewsWall.xml, IncludesTopMenu.xml
2. Unpack JB_BoxWall-0-0-1.zip file to skin.aeonmq6 folder
3. Insert in IncludesopMenu.xml file code at the end of the <!-- Wall --> and before <!-- Glass List --> line 1918

<!--ADD JB - start -->
<!-- JB-BoxWALL - CD -->
<control type="radiobutton" id="780003">
<include>TopMenuRadioButton</include>
<label>31486</label>
<onclick>Skin.ToggleSetting(no_cd_wall)</onclick>
<selected>!Skin.HasSetting(no_cd_wall)</selected>
<visible>Control.IsVisible(56) + !SubString(skin.string(wallmusicgrid),big)</visible>
</control>
<!--ADD JB - stop -->

4. Restart KODI

Enjoy.Big Grin

Woooooo, want this one also for MQ7. Yes.