Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2015
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <?xml version="1.0" encoding="windows-1250"?>
  2. <root>
  3. <JSONRPC>
  4. <XBMCWebServer>http://xbmc:heslo@localhost:8080</XBMCWebServer><!--Either name or ip, address of XBMC instance that has PlayOn added as a source. Do not include :port here. -->
  5.  
  6. <!-- Default is 9090 -->
  7. <AnnouncementPort>9090</AnnouncementPort>
  8. </JSONRPC>
  9.  
  10. <Dropbox>
  11. <streaming>c:\MyLib</streaming>
  12. <LinuxSambaPrefix></LinuxSambaPrefix>
  13. </Dropbox>
  14.  
  15.  
  16. <IPChange enabled="false">
  17. <change from="127.0.0.1" to="192.168.1.1" />
  18. <change from="localhost" to="192.168.1.1" />
  19. </IPChange>
  20.  
  21. <ManualArchiving enabled="false">
  22. <HoursThreshold>24.0</HoursThreshold><!--The video must have been archived at least this many hours ago before it will be manually archived -->
  23. </ManualArchiving>
  24.  
  25. <VideoCleanUp>
  26. <HoursThreshold>8.0</HoursThreshold><!--The video must be missing for at least this many hours before it's deleted. -->
  27. <ConsecutiveThreshold>3</ConsecutiveThreshold><!--The video must be missing for this many consecutive times before it's deleted (each time this program runs is consider 1 time). -->
  28. </VideoCleanUp>
  29.  
  30. <PreScrapeMusicVids enabled="false" />
  31. <XBMCRestart enabled="false" />
  32.  
  33.  
  34. <SearchFilters>
  35.  
  36. <sosac path="plugin://plugin.video.tv.sosac.ph" recursive="true" >
  37.  
  38. <subfolder name="a/amazonka" type="generic" recursive="false" force_series="Amazonka" >
  39. <parser>
  40. <!-- Put the entire video name into the second pattern group to use as the episode name -->
  41. <regexp>()([\w\s*'-:]*ř)</regexp>
  42. </parser>
  43. </subfolder>
  44.  
  45.  
  46. </sosac>
  47.  
  48. </SearchFilters>
  49.  
  50. <GlobalExcludes>
  51. <contains>/No videos available</contains>
  52. <regexp>/clip[s]?(/|$)</regexp><!--Prevent TV clip(s) from being archived (only want full episodes)-->
  53.  
  54. <!--shows that i dont want in my library-->
  55. <contains>Dragon Ball Z</contains>
  56.  
  57. </GlobalExcludes>
  58.  
  59. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement