Advertisement
renhack

advancedsettings

Dec 29th, 2011
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <advancedsettings>
  2. <videolibrary>
  3. <cleanonupdate>true</cleanonupdate>
  4. </videolibrary>
  5. <videodatabase>
  6. <type>mysql</type>
  7. <host>10.0.1.100</host>
  8. <port>3306</port>
  9. <user>xbmc</user>
  10. <pass>xbmc</pass>
  11. <name>xbmc_video</name>
  12. </videodatabase>
  13. <musicdatabase>
  14. <type>mysql</type>
  15. <host>10.0.1.100</host>
  16. <port>3306</port>
  17. <user>xbmc</user>
  18. <pass>xbmc</pass>
  19. <name>xbmc_music</name>
  20. </musicdatabase>
  21. <pathsubstitution>
  22. <substitute>
  23. <from>special://masterprofile/Thumbnails</from>
  24. <to>nfs://10.0.1.100/xbmc-nfs1/thumbnail/</to>
  25. </substitute>
  26. </pathsubstitution>
  27. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement