Advertisement
Guest User

advancedsettings

a guest
Jul 14th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.1.21</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.1.21</host>
  13. <port>3306</port>
  14. <user>xbmc</user>
  15. <pass>xbmc</pass>
  16. </musicdatabase>
  17. <pathsubstitution>
  18. <substitute>
  19. <from>special://masterprofile/Thumbnails/Video/</from>
  20. <to>nfs://192.168.1.21/server files/xbmc sync database/Thumbnails/Video/</to>
  21. </substitute>
  22. <substitute>
  23. <from>special://masterprofile/Thumbnails/Music/</from>
  24. <to>nfs://192.168.1.21/server files/xbmc sync database/Thumbnails/Music/</to>
  25. </substitute>
  26. <substitute>
  27. <from>special://masterprofile/keymaps/keymap.xml</from>
  28. <to>nfs://192.168.1.21/server files/xbmc sync database/Keymaps/keymap.xml</to>
  29. </substitute>
  30. <substitute>
  31. <from>special://masterprofile/sources.xml</from>
  32. <to>nfs://192.168.1.21/server files/xbmc sync database/Sources/sources.xml</to>
  33. </substitute>
  34. <substitute>
  35. <from>special://masterprofile/mediasources.xml</from>
  36. <to>nfs://192.168.1.21/server files/xbmc sync database/Sources/mediasources.xml</to>
  37. </substitute>
  38. </pathsubstitution>
  39. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement