![]() |
Reset xbmc - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Kodi (/forum-18.html) +--- Thread: Reset xbmc (/thread-2155.html) |
Reset xbmc - lukeg01 - 4th Mar, 2014 05:29 AM 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 RE: Reset xbmc - belese - 4th Mar, 2014 06:03 AM Hi, remove .xbmc in /home/xbian (rm -r .xbmc) restart xbmc, and is should be clean (but all DB will be erased too) Re: RE: Reset xbmc - f1vefour - 4th Mar, 2014 10:34 PM (4th Mar, 2014 06:03 AM)belese Wrote: Hi, To make it more clear open an ssh connection and type the following: Terminal cd /home/xbian rm -r .xbmc sudo service xbmc restart Reset xbmc - lukeg01 - 7th Mar, 2014 06:55 AM How do you mean all db ? Re: RE: Reset xbmc - f1vefour - 7th Mar, 2014 07:19 AM (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. Reset xbmc - lukeg01 - 8th Mar, 2014 04:26 AM I can live with that, thanks |