Mod JB-BoxWall cases in wall views for music - MQ6
#1
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
Reply
#2
(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.
Reply

Logout Mark Read Team Forum Stats Members Help
JB-BoxWall cases in wall views for music - MQ60