Guest User

Untitled

a guest
Sep 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | None | 0 0
  1. <advancedsettings>
  2.   <videodatabase>
  3.       <type>mysql</type>
  4.       <host>192.168.1.10</host>
  5.       <port>3306</port>
  6.       <user>xbmc</user>
  7.       <pass>xbmc</pass>
  8.       <name>xbmc_video</name>
  9.   </videodatabase>
  10.     <musicdatabase>
  11.       <type>mysql</type>
  12.       <host>192.168.1.10</host>
  13.       <port>3306</port>
  14.       <user>xbmc</user>
  15.       <pass>xbmc</pass>
  16.       <name>xbmc_music</name>
  17.   </musicdatabase>
  18.   <tvshowmatching>
  19.     <regexp>[\\/]*[\._ ]([0-9]+)-([0-9]+)[\._ ]*</regexp>  
  20.     <regexp>[\\/]*\.([0-9]++)\.serija*</regexp>  
  21.     <regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
  22.     <regexp>\[([0-9][0-9]+)_of_</regexp>  <!-- foo_[001_of_xxx] -->
  23.     <regexp>[\\/]*s([0-9]+)e([0-9]+)</regexp>
  24.     <regexp>[\\/]*\[([0-9]+)x([0-9]+)\]</regexp>
  25.     <regexp>[\._ \-]([0-9]+)x([0-9]+)([\._ \-]*)</regexp>  <!-- foo.1x09 -->
  26.     <regexp>[\\/]*[\._\-]([0-9]++)[\._\-]</regexp>  
  27.     <regexp>Season[\._ ]([0-9]+)[\\/]*\[([0-9]+)_of*</regexp>
  28.   </tvshowmatching>
  29.   <useddsfanart>true</useddsfanart>
  30.   <cputempcommand>cputemp</cputempcommand>
  31.   <gputempcommand>gputemp</gputempcommand>
  32.   <samba>
  33.     <clienttimeout>30</clienttimeout>
  34.   </samba>
  35.   <network>
  36.     <disableipv6>true</disableipv6>
  37.   </network>
  38. </advancedsettings>
Add Comment
Please, Sign In to add comment