Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <advancedsettings>
- <videolibrary>
- <hideemptyseries>true</hideemptyseries> <!-- hide empty series in the video library -->
- <cleanonupdate>true</cleanonupdate> <!-- default set to false to prevent xbmc from removing items from the database while updating. -->
- </videolibrary>
- <!-- <pvr>
- <showepginfoonselect>false</showepginfoonselect>
- </pvr> -->
- <videodatabase>
- <type>mysql</type>
- <host>10.0.0.100</host>
- <port>3306</port>
- <user>xbmc</user>
- <pass>xbmc</pass>
- </videodatabase>
- <musicdatabase>
- <type>mysql</type>
- <host>10.0.0.100</host>
- <port>3306</port>
- <user>xbmc</user>
- <pass>xbmc</pass>
- </musicdatabase>
- <pathsubstitution>
- <substitute>
- <from>special://masterprofile/sources.xml</from>
- <to>nfs://10.0.0.100/volume1/xbmc/sources.xml</to>
- </substitute>
- </pathsubstitution>
- </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment