Advertisement
acidnine

advancedsettings.xml

Apr 23rd, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.90 KB | None | 0 0
  1. <advancedsettings>
  2.     <videodatabase>
  3.         <type>mysql</type>
  4.         <host>192.168.1.146</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.1.146</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.    
  22.     <videoscanner>
  23.         <ignoreerrors>true</ignoreerrors>
  24.     </videoscanner>
  25.    
  26.     <pathsubstitution>
  27.         <substitute>
  28.             <from>special://masterprofile/Thumbnails/</from>
  29.             <to>smb://user:pass@server01/Share/XBMCShared/Thumbnails/</to>
  30.         </substitute>
  31.         <substitute>
  32.             <from>special://masterprofile/playlists/</from>
  33.             <to>smb://user:pass@server01/Share/XBMCShared/playlists/</to>
  34.         </substitute>
  35.         <substitute>
  36.             <from>special://masterprofile/addon_data/</from>
  37.             <to>smb://user:pass@server01/Share/XBMCShared/addon_data/</to>
  38.         </substitute>
  39.         <substitute>
  40.             <from>special://masterprofile/keymaps/</from>
  41.             <to>smb://user:pass@server01/Share/XBMCShared/keymaps/</to>
  42.         </substitute>
  43.         <substitute>
  44.             <from>special://masterprofile/sources.xml</from>
  45.             <to>smb://user:pass@server01/Share/XBMCShared/sources.xml</to>
  46.         </substitute>
  47.         <substitute>
  48.             <from>special://masterprofile/mediasources.xml</from>
  49.             <to>smb://user:pass@server01/Share/XBMCShared/mediasources.xml</to>
  50.         </substitute>
  51.         <substitute>
  52.             <from>special://masterprofile/RssFeeds.xml</from>
  53.             <to>smb://user:pass@server01/Share/XBMCShared/RssFeeds.xml</to>
  54.         </substitute>
  55.         <substitute>
  56.             <from>special://masterprofile/favourites.xml</from>
  57.             <to>smb://user:pass@server01/Share/XBMCShared/favourites.xml</to>
  58.         </substitute>
  59.         <substitute>
  60.             <from>special://masterprofile/passwords.xml</from>
  61.             <to>smb://user:pass@server01/Share/XBMCShared/passwords.xml</to>
  62.         </substitute>
  63.     </pathsubstitution>
  64. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement