Advertisement
Guest User

advancedsettings.xml

a guest
Sep 15th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.97 KB | None | 0 0
  1. <advancedsettings>
  2.   <useddsfanart>true</useddsfanart>
  3.   <cputempcommand>cputemp</cputempcommand>
  4.   <gputempcommand>gputemp</gputempcommand>
  5.   <samba>
  6.     <clienttimeout>30</clienttimeout>
  7.   </samba>
  8.   <network>
  9.     <disableipv6>true</disableipv6>
  10.   </network>
  11.  
  12.     <videodatabase>
  13.         <type>mysql</type>
  14.         <host>192.168.1.4</host>
  15.         <port>3306</port>
  16.         <user>xbmc</user>
  17.         <pass>xbmc</pass>
  18.         <name>xbmc_video</name>
  19.     </videodatabase>
  20.  
  21.     <musicdatabase>
  22.         <type>mysql</type>
  23.         <host>192.168.1.4</host>
  24.         <port>3306</port>
  25.         <user>xbmc</user>
  26.         <pass>xbmc</pass>
  27.         <name>xbmc_music</name>
  28.     </musicdatabase>
  29.  
  30.     <pathsubstitution>
  31.       <substitute>
  32.         <from>special://masterprofile/Thumbnails/</from>
  33.         <to>smb://jarvis/Shared/Video/Thumbnails/</to>
  34. <!--        <to>/mnt/jarvis/Shared/Video/Thumbnails/</to> -->
  35.       </substitute>
  36. <!--      <substitute>
  37.        <from>smb://jarvis/Shared</from>
  38.        <to>/mnt/jarvis/Shared</to>
  39.      </substitute>
  40.      <substitute>
  41.        <from>smb://jarvis/Shared/Video/TV/</from>
  42.        <to>/mnt/jarvis/Shared/Video/TV/</to>
  43.      </substitute>
  44.      <substitute>
  45.        <from>smb://jarvis/Shared/Video/kids/</from>
  46.        <to>/mnt/jarvis/Shared/Video/kids/</to>
  47.      </substitute>
  48.      <substitute>
  49.        <from>smb://jarvis/Shared/Video/Movies/</from>
  50.        <to>/mnt/jarvis/Shared/Video/kids/</to>
  51.      </substitute>
  52.      <substitute>
  53.        <from>smb://jarvis/Shared/Video/Music Videos/</from>
  54.        <to>/mnt/jarvis/Shared/Video/Music Videos/</to>
  55.      </substitute>
  56.      <substitute>
  57.        <from>smb://jarvis/Shared/Video/Shorts/</from>
  58.        <to>/mnt/jarvis/Shared/Video/Shorts/</to>
  59.      </substitute>
  60.      <substitute>
  61.        <from>smb://jarvis/Shared/Video/Clips/</from>
  62.        <to>/mnt/jarvis/Shared/Video/Clips/</to>
  63.      </substitute> -->
  64.     </pathsubstitution>
  65. </advancedsettings>
  66. x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement