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
(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