Kodi Community Forum
guisettings is a mess - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: guisettings is a mess (/showthread.php?tid=45637)



guisettings is a mess - nekrosoft13 - 2009-02-17

ok, new new builds (past 2 months or so) really not sure when this started.
Never really looked into this file before, had after XBMC started crashing because of calibration data.

in new builds this this file is a complete mess.
Image

i have older version of this file as a back-up, and it is properly formatted.
Image

I have tried taking the older file and put it in place of the new one, I lost bunch of settings, etc.. and xbmc made a big mess of the file again.

could this be fixed so xbmc keeps it properly formatted?


- SlaveUnit - 2009-02-17

Maybe try a real editing program not a garbage one like notepad? That may or may not fix the issue. Even using wordpad instead of notepad may fix it. But I would still use something different.


- althekiller - 2009-02-17

Even wordpad will properly honor unix line endings.


- queeup - 2009-02-17

This is Notepad issue not xbmc. Use another editor. ex: notepad++

opss to late...


- mindweaver - 2009-02-17

You can open it in wordpad. save it. and then it will display fine in notepad.


- ashlar - 2009-02-17

But what changed between the two versions? The question is legit, the answer can't be "change your editing program".


- sho - 2009-02-18

A Linux/OSX dev probably made a change to the file creation/structure that resulted in it using *nix type carriage returns.
This is computing 101. (And I am a Winblows ho)


- jmarshall - 2009-02-18

Correct - it now uses unix line endings by default.


- rwparris2 - 2009-02-18

someone else already mentioned it, but notepad++ will respect unix line endings, and is a suitable replacement for notepad (as in it will seem to be just as fast and has an extremely small footprint)