Advertisement
Guest User

advancedsettings.xml

a guest
Mar 11th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <advancedsettings>
  3.    <videodatabase>
  4.       <host>192.168.0.200</host>
  5.       <name>xbmc_video</name>
  6.       <port>3306</port>
  7.       <user>kodi</user>
  8.       <pass>kodi</pass>
  9.    </videodatabase>
  10.    <musicdatabase>
  11.       <type>mysql</type>
  12.       <host>192.168.0.200</host>
  13.       <name>xbmc_music</name>
  14.       <port>3306</port>
  15.       <user>kodi</user>
  16.       <pass>kodi</pass>
  17.    </musicdatabase>
  18.    <pathsubstitution>
  19.       <substitute>
  20.          <from>special://masterprofile/Thumbnails/</from>
  21.          <to>smb://192.168.0.200/kodi/Thumbnails/</to>
  22.       </substitute>
  23.       <substitute>
  24.          <from>special://masterprofile/playlists/</from>
  25.          <to>smb://192.168.0.200/kodi/playlists/</to>
  26.       </substitute>
  27.       <substitute>
  28.          <from>special://masterprofile/addon_data/</from>
  29.          <to>smb://192.168.0.200/kodi/addon_data/</to>
  30.       </substitute>
  31.       <substitute>
  32.          <from>special://masterprofile/sources.xml</from>
  33.          <to>smb://192.168.0.200/kodi/sources.xml</to>
  34.       </substitute>
  35.       <substitute>
  36.          <from>special://masterprofile/mediasources.xml</from>
  37.          <to>smb://192.168.0.200/kodi/mediasources.xml</to>
  38.       </substitute>
  39.       <substitute>
  40.          <from>special://masterprofile/RssFeeds.xml</from>
  41.          <to>smb://192.168.0.200/kodi/RssFeeds.xml</to>
  42.       </substitute>
  43.       <substitute>
  44.          <from>special://masterprofile/favourites.xml</from>
  45.          <to>smb://192.168.0.200/kodi/favourites.xml</to>
  46.       </substitute>
  47.       <substitute>
  48.          <from>special://masterprofile/profiles.xml</from>
  49.          <to>smb://192.168.0.200/kodi/profiles.xml</to>
  50.       </substitute>
  51.    </pathsubstitution>
  52. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement