2020-12-09, 01:23
Hello all,
I had to replace my router and since then I cannot start Kodi.
I have a NUC running Windows 10 and a brand new ODroid N2+ with CoreELEC.
Neither can boot. I found out the issue.
If I start with this advancedsettings.xml:
It won't start but if I remove:
I am tech challenged so I have no idea if I need to change something in the router's config or somewhere else.
The router is a Synology RT2600ac if that helps.
Any help would be MUCH appreciated!
I had to replace my router and since then I cannot start Kodi.
I have a NUC running Windows 10 and a brand new ODroid N2+ with CoreELEC.
Neither can boot. I found out the issue.
If I start with this advancedsettings.xml:
xml:<?xml version="1.0" encoding="utf-8"?>
<advancedsettings>
<cache>
<buffermode>1</buffermode>
<memorysize>139460608</memorysize>
<readfactor>20</readfactor>
</cache>
<videodatabase>
<name>MyVideos</name>
<host>192.168.1.127</host>
<user>kodi</user>
<pass>kodi</pass>
<type>mysql</type>
<port>3306</port>
</videodatabase>
<video></video>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
<sorttokens>
<token>Le</token>
<token>La</token>
<token>Les</token>
<token>L'</token>
<token>Un</token>
<token>Une</token>
</sorttokens>
</advancedsettings>
It won't start but if I remove:
It starts with no problem but of course an empty library.xml:<videodatabase>
<name>MyVideos</name>
<host>192.168.1.127</host>
<user>kodi</user>
<pass>kodi</pass>
<type>mysql</type>
<port>3306</port>
</videodatabase>
I am tech challenged so I have no idea if I need to change something in the router's config or somewhere else.
The router is a Synology RT2600ac if that helps.
Any help would be MUCH appreciated!