Advertisement
Guest User

Untitled

a guest
Mar 13th, 2015
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.1.6</host>
  5. <port>3306</port>
  6. <user>kodi</user>
  7. <pass>kodi</pass>
  8. <name>kodi_video</name>
  9. </videodatabase>
  10.  
  11. <musicdatabase>
  12. <type>mysql</type>
  13. <host>192.168.1.6</host>
  14. <port>3306</port>
  15. <user>kodi</user>
  16. <pass>kodi</pass>
  17. <name>kodi_music</name>
  18. </musicdatabase>
  19.  
  20. <pathsubstitution>
  21.  
  22.  
  23.  
  24. <substitute>
  25. <from>special://masterprofile/playlists/</from>
  26. <to>smb://kodi:PASSWORD@192.168.1.6/Users/Kodi/playlists/</to>
  27. </substitute>
  28.  
  29. <substitute>
  30. <from>special://masterprofile/sources.xml</from>
  31. <to>smb://kodi:PASSWORD@192.168.1.6/Users/kodi/sources.xml</to>
  32. </substitute>
  33.  
  34. <substitute>
  35. <from>special://masterprofile/RssFeeds.xml</from>
  36. <to>smb://kodi:PASSWORD@192.168.1.6/Users/kodi/RssFeeds.xml</to>
  37. </substitute>
  38.  
  39. </pathsubstitution>
  40.  
  41. <buffermode>1</buffermode>
  42.  
  43. <cachemembuffersize>104857600</cachemembuffersize>
  44.  
  45. <readbufferfactor>4</readbufferfactor>
  46.  
  47.  
  48. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement