Guest User

Untitled

a guest
Nov 29th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <advancedsettings>
  2. <videolibrary>
  3. <hideemptyseries>true</hideemptyseries> <!-- hide empty series in the video library -->
  4. <cleanonupdate>true</cleanonupdate> <!-- default set to false to prevent xbmc from removing items from the database while updating. -->
  5. </videolibrary>
  6.  
  7. <!-- <pvr>
  8. <showepginfoonselect>false</showepginfoonselect>
  9. </pvr> -->
  10.  
  11. <videodatabase>
  12. <type>mysql</type>
  13. <host>10.0.0.100</host>
  14. <port>3306</port>
  15. <user>xbmc</user>
  16. <pass>xbmc</pass>
  17. </videodatabase>
  18.  
  19. <musicdatabase>
  20. <type>mysql</type>
  21. <host>10.0.0.100</host>
  22. <port>3306</port>
  23. <user>xbmc</user>
  24. <pass>xbmc</pass>
  25. </musicdatabase>
  26.  
  27. <pathsubstitution>
  28. <substitute>
  29. <from>special://masterprofile/sources.xml</from>
  30. <to>nfs://10.0.0.100/volume1/xbmc/sources.xml</to>
  31. </substitute>
  32. </pathsubstitution>
  33. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment