Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.0.114</host>
  5. <port>3306</port>
  6. <user>xbmc</user>
  7. <pass>xbmc</pass>
  8. </videodatabase>
  9.  
  10. <musicdatabase>
  11. <type>mysql</type>
  12. <host>192.168.0.114</host>
  13. <port>3306</port>
  14. <user>xbmc</user>
  15. <pass>xbmc</pass>
  16. </musicdatabase>
  17.  
  18. <pathsubstitution>
  19.  
  20. <substitute>
  21. <from>special://profile/sources.xml</from>
  22. <to>smb://admin:**********@***.***.*.***/XBMC/sources.xml</to>
  23. </substitute>
  24.  
  25.  
  26. <substitute>
  27. <from>special://profile/Thumbnails/Video</from>
  28. <to>smb://admin:**********@***.***.*.***/XBMC/Thumbnails/Video</to>
  29. </substitute>
  30.  
  31. <substitute>
  32. <from>special://profile/Thumbnails/Music</from>
  33. <to>smb://admin:**********@***.***.*.***/XBMC/Thumbnails/Music</to>
  34. </substitute>
  35.  
  36. </pathsubstitution>
  37.  
  38. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement