Advertisement
Guest User

XBIAN Advancedsettings.xml

a guest
Jul 18th, 2013
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.51 KB | None | 0 0
  1. <advancedsettings>
  2.     <videodatabase>
  3.         <type>mysql</type>
  4.         <host>192.168.0.101</host>
  5.         <port>3306</port>
  6.         <user>xbmc</user>
  7.         <pass>xbmc</pass>
  8.     </videodatabase>
  9.  
  10.     <musicdatabase>
  11.         <type>mysql</type>
  12.         <host>192.168.0.101</host>
  13.         <port>3306</port>
  14.         <user>xbmc</user>
  15.         <pass>xbmc</pass>
  16.     </musicdatabase>
  17.  
  18.      <videolibrary>
  19.           <importwatchedstate>true</importwatchedstate>
  20.      </videolibrary>
  21. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement