Forum

Full Version: Reset xbmc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I'm stuck on a non functional addon half Installed, can't remove or RE install it.
Is there a way to COMPLETLY reset xbmc but keep the debian like layer untouched

Luke
Hi,

remove .xbmc in /home/xbian (rm -r .xbmc)
restart xbmc, and is should be clean (but all DB will be erased too)
(4th Mar, 2014 06:03 AM)belese Wrote: [ -> ]Hi,

remove .xbmc in /home/xbian (rm -r .xbmc)
restart xbmc, and is should be clean (but all DB will be erased too)

To make it more clear open an ssh connection and type the following:

Terminal

cd /home/xbian
rm -r .xbmc
sudo service xbmc restart
How do you mean all db ?
(7th Mar, 2014 06:55 AM)lukeg01 Wrote: [ -> ]How do you mean all db ?

He means you will have to reread all your movies info back into XBMC.
I can live with that, thanks
Reference URL's