Advertisement
holmen

advancedsettings.xml

Jul 22nd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <advancedsettings>
  2. <loglevel>1</loglevel> <!-- Debug logging enabled -->
  3. <videodatabase>
  4. <type>mysql</type>
  5. <host>192.168.1.2</host>
  6. <port>3306</port>
  7. <user>xbmcusr</user>
  8. <pass>xbmc</pass>
  9. </videodatabase>
  10. <videolibrary>
  11. <importwatchedstatus>true</importwatchedstatus>
  12. <cleanonupdate>true</cleanonupdate>
  13. </videolibrary>
  14. <video>
  15. <excludefromscan action="prepend"> <!-- Stop XBMC indexing some unwanted common items -->
  16. <regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  17. <regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  18. <regexp>(?i)proof</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  19. </excludefromscan>
  20. <excludetvshowsfromscan action="prepend">
  21. <regexp>(?i)extras</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  22. <regexp>(?i)sample</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  23. <regexp>(?i)proof</regexp> <!-- Greedy, whole path, case insensitive ignore -->
  24. </excludetvshowsfromscan>
  25. </video>
  26. <tvshowmatching action="prepend">
  27. <regexp>(?i)[/\\]?[.a-z](\d)(\d)?(\d\d)(\d\d)?-\w+\.</regexp> <!-- bb201-clue.mkv -->
  28. <regexp>(?i)[/\\]?tpz-\D*(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp> <!-- tzp-show12324.avi -->
  29. <regexp>(?i)[/\\]?tpz-(?:24|30rock|4400|adad)(\d)(\d{2})(\d{2})?(?:r|fix|dc|-repack|int|d)?\.</regexp> <!-- Fail safe för tpz-adad123.mkv tillagd -->
  30. <regexp>(?i)[/\\]?\D+-\D+(\d{1,2})(\d{2})(-\d{2})?(\d{2})?\.</regexp> <!-- grp-shw123.mkv (support for 2 digit seasons and double episodes) -->
  31. <regexp>(?i)[\. _-]s?(\d{1,2})[\. _-]?[e|x](\d{1,2})(.*)dirfix</regexp> <!-- DIRFIX Handling show.name.S01E10E11.ep.name.here.DiRFiX.PROPER.HDTV.XviD-XEE -->
  32. </tvshowmatching>
  33. </advancedsettings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement