Advertisement
Guest User

Untitled

a guest
May 30th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <advancedsettings>
  2.  
  3. <useddsfanart>true</useddsfanart>
  4.  
  5. <cputempcommand>cputemp</cputempcommand>
  6.  
  7. <gputempcommand>gputemp</gputempcommand>
  8.  
  9. <samba>
  10. <clienttimeout>30</clienttimeout>
  11. </samba>
  12.  
  13. <network>
  14. <disableipv6>true</disableipv6>
  15. <cachemembuffersize>5242880</cachemembuffersize>
  16. </network>
  17.  
  18. <videodatabase>
  19. <type>mysql</type>
  20. <host>192.168.1.71</host>
  21. <port>3306</port>
  22. <user>xbmc</user>
  23. <pass>xbmc</pass>
  24. </videodatabase>
  25.  
  26. <musicdatabase>
  27. <type>mysql</type>
  28. <host>192.168.1.71</host>
  29. <port>3306</port>
  30. <user>xbmc</user>
  31. <pass>xbmc</pass>
  32. </musicdatabase>
  33.  
  34. <videolibrary>
  35. <cleanonupdate>true</cleanonupdate>
  36. <importwatchedstate>true</importwatchedstate>
  37. </videolibrary>
  38.  
  39. <splash>false</splash>
  40.  
  41. <gui>
  42. <algorithmdirtyregions>1</algorithmdirtyregions>
  43. </gui>
  44.  
  45. <thumbsize>1024</thumbsize>
  46.  
  47. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement