Advertisement
Guest User

Untitled

a guest
Mar 14th, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. <advancedsettings>
  2. <!-- <splash>false</splash> -->
  3. <gui>
  4. <algorithmdirtyregions>1</algorithmdirtyregions>
  5. <nofliptimeout>1000</nofliptimeout>
  6. </gui>
  7. <useddsfanart>true</useddsfanart>
  8. <allowd3d9ex>false</allowd3d9ex>
  9. <tvshowmatching>
  10. <!-- \Season 1\1x01 - Title -->
  11. <!-- <regexp>Season ([0-9]+)[\\/]([0-9]+)x([0-9]+[0-9])[^\\/]*</regexp> -->
  12. <!-- \Season 1\01 - Title -->
  13. <regexp>Season ([0-9]+)[\\/]([0-9]+[0-9])[^\\/]*</regexp>
  14. <!-- Season 1\01 - Title\VIDEO_TS\VIDEO_TS.IFO -->
  15. <regexp>Season ([0-9]+)[\\/]([0-9]+)[^\\/]*[\\/]VIDEO_TS[\\/]VIDEO_TS.IFO</regexp>
  16. <!-- Season 1\01 - Title\VIDEO_TS.IFO -->
  17. <regexp>Season ([0-9]+)[\\/]([0-9]+)[^\\/]*[\\/]VIDEO_TS.IFO</regexp>
  18. </tvshowmatching>
  19. <tvmultipartmatching>
  20. <regexp>\-* ([0-9]+[0-9])</regexp>
  21. </tvmultipartmatching>
  22. <video>
  23. <cleanstrings>
  24. <regexp>[ _\,\.\(\)\[\]\-](HD|SD|ac3|dts|custom|dc|divx|divx5|dsr|dsrip|dutch|dvd|dvdrip|dvdscr|dvdscreener|screener|dvdivx|cam|fragment|fs|hdtv|hdrip|hdtvrip|internal|limited|multisubs|ntsc|ogg|ogm|pal|pdtv|proper|repack|rerip|retail|r3|r5|bd5|se|svcd|swedish|german|read.nfo|nfofix|unrated|ws|telesync|ts|telecine|tc|brrip|bdrip|480p|480i|576p|576i|720p|720i|1080p|1080i|hrhd|hrhdtv|hddvd|bluray|x264|h264|xvid|xvidvd|xxx|www.www|cd[1-9]|\[.*\])([ _\,\.\(\)\[\]\-]|$)</regexp>
  25. <regexp>(\[.*\])</regexp>
  26. </cleanstrings>
  27. </video>
  28. <videolibrary>
  29. <cleanonupdate>true</cleanonupdate>
  30. <hideallitems>true</hideallitems>
  31. </videolibrary>
  32. <musiclibrary>
  33. <cleanonupdate>true</cleanonupdate>
  34. <hideallitems>true</hideallitems>
  35. </musiclibrary>
  36. <videodatabase>
  37. <type>mysql</type>
  38. <host>10.0.1.100</host>
  39. <port>3306</port>
  40. <user>xbmc</user>
  41. <pass>xbmc</pass>
  42. </videodatabase>
  43.  
  44. <musicdatabase>
  45. <type>mysql</type>
  46. <host>10.0.1.100</host>
  47. <port>3306</port>
  48. <user>xbmc</user>
  49. <pass>xbmc</pass>
  50. </musicdatabase>
  51. <pathsubstitution>
  52. <substitute>
  53. <from>special://masterprofile/Thumbnails/</from>
  54. <to>\\hda\XBMC Shared Data\Thumbs</to>
  55. </substitute>
  56. </pathsubstitution>
  57. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement