Hide "Video Add-Ons" in view
#1
Hi,
first of all I'd like to say thankyou for such good software for my media centre PC.
I am currently running XBMC live Dharama RC1.
Hopefully this will be a nice simple 1 to resolve.
I would like to hide the "Add-ons" link in Music and Videos folder but can't seem to work out where this is set.

Can anyone help out here?

If I have too much listed in there my wife gets confused and won't use it Smile

thanks in advanced
Reply
#2
well remove some of your other crap, that one is imperative for functionality.. Wink can't be hidden atm.
Reply
#3
ok then, is there any way of hiding USB hard-drives from that view?
Reply
#4
yes, advancedsettings, hideautosources or thereabout.
Reply
#5
surfingchimp Wrote:I would like to hide the "Add-ons" link in Music and Videos folder but can't seem to work out where this is set.

Create an advancedsettings.xml containing:

Code:
<advancedsettings>
  <virtualshares>false</virtualshares>
</advancedsettings>

JR
Reply
#6
grmf, somehow my tree was out of date ^^ will indeed hide them. truely evil.
Reply
#7
thanks jhsrennie, that worked perfect.

I am however having trouble with hiding the USB drive however:
my advancedsettings.xml looks like this

Code:
- <advancedsettings>
  <gputempcommand>echo "$(nvidia-settings -tq gpuCoreTemp) C"</gputempcommand>
- <lcd>
  <rows>2</rows>
- <!--  Number of rows to use for the LCD.
  -->
  <columns>16</columns>
- <!--  Number of columns to use for the LCD.
  -->
  <scrolldelay>10</scrolldelay>
- <!--  Delay of the scroller widget. Defaults to 1.
  -->
  </lcd>
  <virtualshares>false</virtualshares>
  <hideautosources>true</hideautosources>
  </advancedsettings>

Any reason why it doesn't work? I have trawled the XBMC wiki's and can't find any mention of hideautosources
Reply

Logout Mark Read Team Forum Stats Members Help
Hide "Video Add-Ons" in view0