Kodi Community Forum
Where does XBMC store X-link kai password? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Archive (https://forum.kodi.tv/forumdisplay.php?fid=92)
+--- Forum: First-generation XBOX support (https://forum.kodi.tv/forumdisplay.php?fid=158)
+---- Forum: XLink Kai support (https://forum.kodi.tv/forumdisplay.php?fid=159)
+---- Thread: Where does XBMC store X-link kai password? (/showthread.php?tid=17657)



- meggens - 2006-01-25

i entered a password for x-link kai within xbmc but now i would like to wipe it out because my engine already does the authentication....xbmc doesn't seem to like an emty username/password because the old username/password is still there when i delete everything and click done.

can i delete the username/password somewhere manual?


- meggens - 2006-01-25

found it :kickass:

there is a subdir of tdata, the file was settings.xml.
i just looked up the username and found it.
it should be a tag like this:

<xlinkkai>
<enablenotifications>true</enablenotifications>
<gamesdir>f:\games</gamesdir>
<password>password</password>
<server>0.0.0.0</server>
<username>username</username>
</xlinkkai> :kickass: