Advertisement
Guest User

XBMC advancedsettings.xml

a guest
Sep 30th, 2011
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <advancedsettings>
  2. <videodatabase>
  3. <type>mysql</type>
  4. <host>192.168.100.120</host>
  5. <port>3306</port>
  6. <user>xbmc</user>
  7. <pass>xbmc</pass>
  8. <name>xbmc_video</name>
  9. </videodatabase>
  10.  
  11. <musicdatabase>
  12. <type>mysql</type>
  13. <host>192.168.100.120</host>
  14. <port>3306</port>
  15. <user>xbmc</user>
  16. <pass>xbmc</pass>
  17. <name>xbmc_music</name>
  18. </musicdatabase>
  19.  
  20. <pathsubstitution>
  21. <substitute>
  22. <from>special://masterprofile/Thumbnails</from>
  23. <to>nfs://192.168.100.120:2049/Volumes/External/Downloads/Thumbnails</to>
  24. </substitute>
  25. </pathsubstitution>
  26. </advancedsettings>
  27.  
  28. The ATV2 has the pathsubstition part for shared thumbnails. The Mac Mini doesn't, but the symlink was pointed to /Volumes/External/Downloads/Thumbnails
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement