Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. #### autoProcessing for TV Series
  2. #### tv - category that gets called for post-processing with SB
  3. [[tv]]
  4. enabled = 1
  5. host = localhost
  6. port = 8082
  7. apikey = *******************
  8. username = ""
  9. password = ""
  10. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  11. web_root = ""
  12. ssl = 0
  13. fork = medusa
  14. delete_failed = 0
  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 = 0
  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 = 1
  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 = /Volumes/dvorak.8tb/SABnzbd/tv
  35. ##### Set the recursive directory permissions to the following (0 to disable)
  36. chmodDirectory = 755
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement