Advertisement
Guest User

advancedsettings.xml

a guest
Feb 3rd, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <advancedsettings>
  2. <videolibrary>
  3. <importwatchedstate>true</importwatchedstate> <!-- import previously exported playdate and playcount from .nfo files. Defaults to false -->
  4. </videolibrary>
  5. <gui>
  6. <algorithmdirtyregions>1</algorithmdirtyregions>
  7. </gui>
  8. <hosts>
  9. <entry name="master">192.168.1.201</entry>
  10. </hosts>
  11. <videodatabase>
  12. <type>mysql</type>
  13. <host>192.168.1.201</host>
  14. <port>3306</port>
  15. <user>xbmc</user>
  16. <pass>xbmc</pass>
  17. <name>xbmc_video</name>
  18. </videodatabase>
  19. <musicdatabase>
  20. <type>mysql</type>
  21. <host>192.168.1.201</host>
  22. <port>3306</port>
  23. <user>xbmc</user>
  24. <pass>xbmc</pass>
  25. <name>xbmc_music</name>
  26. </musicdatabase>
  27. <pathsubstitution>
  28. <substitute>
  29. <from>special://masterprofile/Thumbnails/</from>
  30. <to>smb://xbmc:xbmc@master/Thumbs$/</to>
  31. </substitute>
  32. </pathsubstitution>
  33. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement