how to disable (remove) the Video Add-ons?
#1
Hello. I begin with XBMC. I have a question for the pros. How to remove the selection menu button "Video Add-ons" on a permanent basis.

Image
thank you with an answer.
Reply
#2
You can turn off the add-ons link for all sections by an advanced setting. Press Windows-r and in the Run dialog type:

notepad "%appdata%\xbmc\userdata\advancedsettings.xml"

Click OK and Notepad should open. If you get prompted to create a new file answer Yes. Copy and paste the following into Notepad:

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

Close Notepad and save the changes. When you next start XBMC there will be no Add-ons links. If you want the add-ons back just delete the advancedsettings.xml, or run the notepad command again and change the "false" to "true".

JR
Reply
#3
Hurrah, you're brilliant ...
thanks
Reply

Logout Mark Read Team Forum Stats Members Help
how to disable (remove) the Video Add-ons?0