HomeStyle 1 Hide Music
#1
I Can all the other options from the menu except for Music in homestyle 1. Any idea how to do this/Nerd
Reply
#2
Code in all the slide/visible conditions needed to hide it.
Reply
#3
hi,
sorry to ask but what do you mean by that? is it possible to disable "music"?
i'm tryin' all day but nothing works

thanks ; )
Reply
#4
Possible yes...but lots of code to tweak:

PHP Code:
<include condition="Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">pos1400</include>
                <include 
condition="Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">pos2100</include>
                <include 
condition="!Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">pos2100</include>
                <include 
condition="!Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">pos2100</include>
                <include 
condition="Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">pos1750</include>
                <include 
condition="!Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">pos1750</include>
                <include 
condition="Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">pos1750</include>
                <include 
condition="!Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">pos2450</include>
                <
posy>0</posy>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + !Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="2635,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="2285,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + !Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="2285,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + !Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="2285,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + !Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="1935,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + !Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="1935,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + Skin.HasSetting(novideos) + !Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="1935,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation>
                <
animation type="conditional" condition="!Container(300).HasFocus(8) + Skin.HasSetting(novideos) + Skin.HasSetting(nopictures) + Skin.HasSetting(noweather)">
                    <
effect type="zoom" center="1585,160" tween="sine" easing="in" time="200" start="100" end="80" />
                </
animation

And thats just settings section...

Hitcher:
What made you decide on a hand coded list instead of using a wraplist?
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#5
It was DJH's original code.
Reply
#6
so..unless i really know what to do with all these codes there's no other way?
i might give it a try ^^ even i don't have a clue ; )
because that's the only thing that annoys me...then alaska would be just perfect.
Reply
#7
hi

i would also be happy if i could remove "music" from the home menu or maybe just replace it or something like that...

has anybody made any progress in that?
please help ; )

thanks very much
Reply
#8
I am also looking for a way to hide items on the default home screen. I only use XBMC for Movies and TV Shows, so the other icons are just in the way for me.
Has anyone found how to do this?
Reply
#9
http://forum.xbmc.org/showthread.php?tid=77891

My patch should give you a hint of what to do for other Home menu entries. Good luck.
* MikroTik RB5009UG+S+IN :: ZyXEL GS1900-8HP v1 :: EAP615-Wall v1 :: Netgear GS108T v3 running OpenWrt 23.05
* LibreELEC 11:  HTPC Gigabyte Brix GB-BXA8-5545 with CEC adapter, Sony XR-64A84K :: Desktop AMD Ryzen 7 5800X / Sapphire Nitro+ Radeon 6700XT  / 27" Dell U2717D QHD
* Debian Bookworm x86_64: Celeron G1610, NFS/MariaDB/ZFS server
* Blog
Reply

Logout Mark Read Team Forum Stats Members Help
HomeStyle 1 Hide Music0