Advertisement
Guest User

advancedsettings.xml

a guest
Apr 26th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.0.185</host>
  5. <port>3306</port>
  6. <user>xbmc</user>
  7. <pass>xbmc</pass>
  8. </videodatabase>
  9. <musicdatabase>
  10. <type>mysql</type>
  11. <host>192.168.0.185</host>
  12. <port>3306</port>
  13. <user>xbmc</user>
  14. <pass>xbmc</pass>
  15. </musicdatabase>
  16. <pathsubstitution>
  17. <substitute>
  18. <from>special://masterprofile/Thumbnails/</from>
  19. <to>nfs://192.168.0.185/volume1/thumbs</to>
  20. </substitute>
  21. </pathsubstitution>
  22. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement