Created
July 2, 2016 10:31
-
-
Save jamesmcallister/79c0a996f6020aa4d771af559c79e286 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<advancedsettings> | |
<videodatabase> | |
<type>mysql</type> | |
<host>10.0.0.10</host> | |
<port>3306</port> | |
<user>kodi</user> | |
<pass>kodi</pass> | |
</videodatabase> | |
<musicdatabase> | |
<type>mysql</type> | |
<host>10.0.0.10</host> | |
<port>3306</port> | |
<user>kodi</user> | |
<pass>kodi</pass> | |
</musicdatabase> | |
<videolibrary> | |
<importwatchedstate>true</importwatchedstate> | |
<importresumepoint>true</importresumepoint> | |
</videolibrary> | |
<pathsubstitution> | |
<substitute> | |
<from>special://profile/Thumbnails/</from> | |
<to>NFS://10.0.0.10/user/cache/app/Kodi/userdata/Thumbnails/</to> | |
</substitute> | |
</pathsubstitution> | |
</advancedsettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment