Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Update latest version Kodi and settings were gone...
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Update latest version Kodi and settings were gone...
7th Feb, 2015, 05:18 AM
Post: #1
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
Update latest version Kodi and settings were gone...
So today I've updated one of my Pi's (that is always up-to-date) to the latest avaible updates (apt-get upgrade etc etc) and i found out that its already running Kodi Smile...

But at the same time all of my settings and add-ons were gone...

So i listed the directories to find out that they were still on the .xbmc folder... And so i copied them to the .kodi folder and after some tinkering they are finally working...
My settings had to be all re-done ...

So my question is, before i update my other Pi, is this suposed to happen or was it a bug?

Thks guys.

:) :)
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 06:53 AM
Post: #2
maybeme Offline
Registered
Posts: 10
Joined: Jan 2014
Reputation: 0
After upgrade, all settings gone
After upgrading my installation (stable branch) and restarting, I lost all my local settings. It seems like my /home/xbian/.xbmc folder was not renamed to /home/xbian/.kodi

Fixed it myself, maybe others will benefit:
Terminal
sudo service xbmc stop
mv ~/.kodi ~/.kodi-backup
cp ~/.xbmc ~/.kodi
sudo service xbmc start

(Making a backup and using cp instead of mv, just to be on the safe side ;-) )
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 07:45 AM
Post: #3
Bastlwastl Offline
Registered
Posts: 30
Joined: Jan 2015
Reputation: 0
RE: After upgrade, all settings gone
Have the same little problem

I copied all settings from .xbmc to .kodi and it works for me

Now i have two settings directorys:

xbian/.xbmc
xbian/.kodi

Only changes in .kodi "works"
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 09:29 AM (This post was last modified: 7th Feb, 2015 09:43 PM by rikardo1979.)
Post: #4
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
RE: After upgrade, all settings gone
Could you please post your issue to:

https://github.com/xbianonpi/xbian/issues

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 07:01 PM
Post: #5
Fabio72 Offline
Registered
Posts: 96
Joined: Feb 2014
Reputation: 5
RE: Update latest version Kodi and settings were gone...
(7th Feb, 2015 09:29 AM)f1vefour Wrote:  Could you please post your issue to:

https://github.com/xbianonpi/xbian/issues

the same happened to me
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 09:09 PM
Post: #6
Baz8755 Offline
Registered
Posts: 70
Joined: Oct 2013
Reputation: 0
RE: Update latest version Kodi and settings were gone...
I had the same problem

I tried copying the .xbmc to .kodi directory and everything seemed fine......until I tried to play a movie

All movies now seem to play in 640x480. I have checked the settings and they appear correct, so something is still amiss.
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 09:48 PM
Post: #7
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Update latest version Kodi and settings were gone...
Guys, @f1vefour mentioned, you should report issue to git, so it addressed and looked by devs

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 10:16 PM
Post: #8
Fabio72 Offline
Registered
Posts: 96
Joined: Feb 2014
Reputation: 5
RE: Update latest version Kodi and settings were gone...
I symlinked .xmbc to .kody and kody.bin start fine, according to the logs
I still didn't try to play a movie. Maybe later I will have time to do
Find all posts by this user
Quote this message in a reply
7th Feb, 2015, 10:29 PM
Post: #9
Carpenter Offline
Registered
Posts: 51
Joined: Apr 2013
Reputation: 0
RE: Update latest version Kodi and settings were gone...
I've created issue #667 for this on GitHub
Find all posts by this user
Quote this message in a reply
8th Feb, 2015, 12:09 AM
Post: #10
Fabio72 Offline
Registered
Posts: 96
Joined: Feb 2014
Reputation: 5
RE: Update latest version Kodi and settings were gone...
also for me every video seems 640*480
also I get ERROR: Unable to load libmpeg2.so.0, reason: libmpeg2.so.0: cannot open shared object file: No such file or directory


http://pastebin.com/HiCVUR7t

I reinstalled libmpeg2-4 with apt-get and I get rid of the previous error, but the video is still stuttering like it's without hardware acceleration

------------------
seems only iso dvd play is broken
Find all posts by this user
Quote this message in a reply
8th Feb, 2015, 05:28 AM
Post: #11
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Update latest version Kodi and settings were gone...
Also another annoying bug... Kodi does not save my overscan adjust settings anymore :/

:) :)
Find all posts by this user
Quote this message in a reply
8th Feb, 2015, 08:14 AM
Post: #12
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
Re: RE: Update latest version Kodi and settings were gone...
(8th Feb, 2015 12:09 AM)Fabio72 Wrote:  also for me every video seems 640*480
also I get ERROR: Unable to load libmpeg2.so.0, reason: libmpeg2.so.0: cannot open shared object file: No such file or directory


http://pastebin.com/HiCVUR7t

I reinstalled libmpeg2-4 with apt-get and I get rid of the previous error, but the video is still stuttering like it's without hardware acceleration

------------------
seems only iso dvd play is broken
You seem to have enabled screen resolution switching in video settings, this should be off.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
8th Feb, 2015, 08:38 AM
Post: #13
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
RE: Update latest version Kodi and settings were gone...
(8th Feb, 2015 08:14 AM)f1vefour Wrote:  
(8th Feb, 2015 12:09 AM)Fabio72 Wrote:  also for me every video seems 640*480
also I get ERROR: Unable to load libmpeg2.so.0, reason: libmpeg2.so.0: cannot open shared object file: No such file or directory


http://pastebin.com/HiCVUR7t

I reinstalled libmpeg2-4 with apt-get and I get rid of the previous error, but the video is still stuttering like it's without hardware acceleration

------------------
seems only iso dvd play is broken
You seem to have enabled screen resolution switching in video settings, this should be off.
something like this happened to me, and it has nothing to do with settings I believe. somehow it is related to resizing and etc..actually not sure at all Big Grin https://github.com/xbianonpi/xbian/issues/665

~~~~>>>Please always follow rules and read before you post<<<~~~~
Find all posts by this user
Quote this message in a reply
9th Feb, 2015, 01:36 AM
Post: #14
Exnor Offline
Registered
Posts: 362
Joined: Aug 2013
Reputation: 8
RE: Update latest version Kodi and settings were gone...
Discovered another stupid bug... now i cant access SMB shares on my windows machine (no changes on the shares and i can access them on all my other computers including my 2nd Pi that is not updated to this last version...)

Can anyone point me to the file(s) were the configuration is saved? I dont know why but this version (kodi) keeps saving the username but not the password of the share (and no go with anonymous access too).

Thks

:) :)
Find all posts by this user
Quote this message in a reply
14th Feb, 2015, 07:58 PM
Post: #15
Skywatch Offline
Registered
Posts: 1,018
Joined: Mar 2013
Reputation: 28
RE: Update latest version Kodi and settings were gone...
(9th Feb, 2015 01:36 AM)Exnor Wrote:  Discovered another stupid bug... now i cant access SMB shares on my windows machine (no changes on the shares and i can access them on all my other computers including my 2nd Pi that is not updated to this last version...)

Can anyone point me to the file(s) were the configuration is saved? I dont know why but this version (kodi) keeps saving the username but not the password of the share (and no go with anonymous access too).

Thks

This happened to me too. It's the return of the 'overwrite fstab' bug on upgrade.
You will need to 'sudo nano /etc/fstab' and re-add your SMB links there. I have a text file with mine in as it makes this a quick cut 'n' paste job after upgrades.

Skywatch.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] XBian 2015.04.04 image, GUI update of IP settings to static, fails CountZero 1 6,264 20th May, 2016 03:39 AM
Last Post: IriDium
  [SOLVED] Update Problem latest version Axonic 13 31,409 3rd Mar, 2016 06:35 AM
Last Post: Nachteule
  [PROBLEM] Latest update has broken Kodi Baz8755 17 44,900 25th Aug, 2015 07:26 PM
Last Post: syco
Question [PROBLEM] How to successfully update 1.0a3 to latest release? mixpc 1 10,374 30th Mar, 2013 04:04 PM
Last Post: mixpc

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 07:56 AM Powered By MyBB, © 2002-2025 MyBB Group.