Advertisement
Guest User

advancedsettings.xml

a guest
Feb 24th, 2015
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.18 KB | None | 0 0
  1. <advancedsettings>
  2.  
  3.     <!-- Customise/remove/comment this section to your personal preferences -->
  4.  
  5.     <useddsfanart>true</useddsfanart> <!-- Enable GPU accelerated fanart-->
  6.     <navigatevirtualkeyboard>true</navigatevirtualkeyboard> <!-- Activates virtual keyboard navigation, default is false -->
  7.  
  8.   <samba>
  9.     <clienttimeout>30</clienttimeout> <!-- Set a sensible SAMBA timeout -->
  10.   </samba>
  11.  
  12.     <videolibrary>
  13.         <hideallitems>true</hideallitems>  <!-- Remove the "*All" items from the video library -->
  14.         <hideemptyseries>false</hideemptyseries>  <!-- Dont hide empty series in the video library -->
  15.         <hiderecentlyaddeditems>false</hiderecentlyaddeditems> <!-- Dont remove the "Recently added ..." items from the video library. -->
  16.         <recentlyaddeditems>300</recentlyaddeditems> <!-- Increase number of recently added items from default 25 -->
  17.         <backgroundupdate>false</backgroundupdate> <!-- Set to hide the video scanner dialog from the gui -->
  18.         <flattentvshows>1</flattentvshows> <!-- Never flatten TV show seasons, 0=never 1=if one season (default) 2=all -->
  19.     </videolibrary>
  20.  
  21.   <musiclibrary>
  22.     <backgroundupdate>false</backgroundupdate> <!-- set to hide the music scanner dialog from the gui -->
  23.    </musiclibrary>
  24.  
  25.     <myvideos>
  26.         <extractthumb>false</extractthumb> <!-- Dont create random thumbnails. Either scrape them from the internet or dont have them -->
  27.     </myvideos>
  28.  
  29.     <sorttokens>
  30.     <token separators="">&quot;</token> <!-- Ignore " when sorting. Sensible due to IMDB naming policy -->
  31.     </sorttokens>
  32.  
  33.     <video> <!-- Stop XBMC indexing some unwanted common items -->
  34.         <excludefromscan action="prepend">
  35.             <regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  36.             <regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  37.             <regexp>(?i)uTorrentPartFile</regexp>  <!-- Ignore common scrap files -->      
  38.         </excludefromscan>
  39.         <excludetvshowsfromscan action="prepend">
  40.             <regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  41.             <regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  42.             <regexp>(?i)uTorrentPartFile</regexp>  <!-- Ignore common scrap files -->
  43.         </excludetvshowsfromscan>
  44.     </video>
  45.  
  46.     <tvshowmatching action="prepend">
  47. <!-- ANIME SPECIFIC REGEXP - TO BE USED WITH ANIDB O'MATIC NAMING CONVENTION
  48. <!-- Supports Filenames with extended titles, with/without leading zeroes, file versions, Special/OP/ED/Trailer Identifiers. -->
  49. <!--
  50. EXAMPLES:
  51. [HorribleSubs] Log Horizon (2014) - 05 [DF765DF6].mkv
  52. [gg] Jormungand - 08 [B8117C3F].mkv
  53. [THORA] Kidou Senshi Gundam 00 (2008) - 14 [8972576D].mkv
  54. [OZC] Shin Kidou Senki Gundam Wing - 25 [2E941789].mkv
  55. [Coalgirls] Kidou Senshi Gundam Unicorn - 6 [D1F53FB2]
  56. [Commie] Shingeki no Kyojin - 10v2 [8F4C1C46].mkv
  57. [Final8] Hellsing (2006) - S15 [03AD43E9].mkv
  58. [Coalgirls] Nisemonogatari - C5 [F2B3DC41].mkv
  59. [Coalgirls] Bakemonogatari - T08v2 [A23BCCE7].mkv
  60. ETC.
  61. -->
  62.  
  63. <!-- Regular Season Episodes -->
  64.         <regexp>(?i)[^S|C\T\d?v\d](\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[A-Za-z_ ]+)?(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  65. <!-- Specials ONLY -->
  66.         <regexp defaultseason="0">(?i)[S](\d{1,3})*(?:ep?[ .]?)?(\d{0,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][-_ ]*)*?(?:[[({][\da-f]{8}[])}])</regexp>
  67.     </tvshowmatching>  
  68.  
  69.     <tvshowmatching action="append">
  70. <!-- DEPRECATED WHILE USING STANDARDIZED NAMING CONVENTIONS -->
  71.         <!-- Alternate version that does not include checksums. Put this after normal XBMC patterns. -->
  72.         <!-- Since it doesn't use the checksum anchor, need to make sure it's not a directory name. -->
  73.        
  74.         <!-- EG: [a.f.k.] Lucky Star - 01.avi -->
  75.         <!-- EG: Air Master - 04 [HQA&N!].avi -->
  76.         <!-- EG: [ANE] Yosuga no Sora - Ep01v2 [BDRip 1080p x264 FLAC] -->
  77.         <!-- EG: [DeadFish] Jinrui wa Suitai Shimashita - Special 01 [BD][720p][AAC].mp4 -->
  78.  
  79. <!--
  80.        <regexp>(?i)(Special|OVA|OAV|EX|S)[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  81.  
  82.        <regexp>(?i)()[-._ ]+(?:ep?[ .]?)?(\d{1,3})(?:[_ ]?v\d+)?[-._ ]*(?:[[({][^])}]+[])}][\s-_]*)*[^\\/]+$</regexp>
  83. -->
  84.     </tvshowmatching>
  85. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement