Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [SickBeard]
  2. #### autoProcessing for TV Series
  3. #### tv - category that gets called for post-processing with SB
  4. [[tv]]
  5. enabled = 1
  6. host = localhost
  7. port = 8899
  8. username = ""
  9. password = ""
  10. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  11. web_root = ""
  12. ssl = 0
  13. fork = auto
  14. delete_failed = 1
  15. # Enable/Disable linking for Torrents
  16. Torrent_NoLink = 0
  17. keep_archive = 1
  18. process_method = move
  19. # force processing of already processed content when running a manual scan.
  20. force = 0
  21. # tell SickRage/Medusa to delete all source files after processing.
  22. delete_on = 0
  23. # tell Medusa to ignore check for associated subtitle check when postponing release
  24. ignore_subs = 0
  25. extract = 1
  26. nzbExtractionBy = Downloader
  27. # Set this to minimum required size to consider a media file valid (in MB)
  28. minSize = 0
  29. # Enable/Disable deleting ignored files (samples and invalid media files)
  30. delete_ignored = 0
  31. ##### Enable if SickBeard is on a remote server for this category
  32. remote_path = 0
  33. ##### Set to path where download client places completed downloads locally for this category
  34. watch_dir = ""
  35. ##### Set the recursive directory permissions to the following (0 to disable)
  36. chmodDirectory = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement