Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MXML 1.15 KB | None | 0 0
  1. <advancedsettings>
  2.   <hosts>
  3.     <entry name="ginny">10.10.1.99</entry>    
  4.   </hosts>
  5.   <musicdatabase>
  6.     <name>KodiMusic</name>
  7.     <host>10.10.1.99</host>
  8.     <user>kodi</user>
  9.     <pass>kodi</pass>
  10.     <type>mysql</type>
  11.     <port>3306</port>
  12.   </musicdatabase>
  13.   <videodatabase>
  14.     <name>KodiVideos</name>
  15.     <host>10.10.1.99</host>
  16.     <user>kodi</user>
  17.     <pass>kodi</pass>
  18.     <type>mysql</type>
  19.     <port>3306</port>
  20.   </videodatabase>
  21.   <videolibrary>
  22.     <importwatchedstate>true</importwatchedstate>
  23.     <importresumepoint>true</importresumepoint>
  24.     <hideemptyseries>true</hideemptyseries>
  25.     <usefasthash>false</usefasthash>
  26.   </videolibrary>
  27.   <pathsubstitution>
  28.     <substitute>
  29.       <from>special://profile/sources.xml</from>
  30.       <to>smb://ginny/userdata/sources.xml</to>
  31.     </substitute>
  32.     <substitute>
  33.       <from>special://profile/mediasources.xml</from>
  34.       <to>smb://ginny/userdata/mediasources.xml</to>
  35.     </substitute>
  36.     <substitute>
  37.       <from>special://profile/favourites.xml</from>
  38.       <to>smb://ginny/userdata/favourites.xml</to>
  39.     </substitute>
  40.   </pathsubstitution>
  41. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement