Guest User

Untitled

a guest
Jun 12th, 2013
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. ### uProcess configuration
  2. [uProcess]
  3. #outputDirectory is where you want uProcess to output the files
  4. outputDirectory = C:\Downloads\Temp
  5. # Valid options are: copy, move or link
  6. fileAction = copy
  7. # Deletes files and torrent from uTorrent immediately when completed
  8. deleteFinished = false
  9. # Deletes files and torrents above a certain ratio (Written in mils, eg 1.0 ratio is written as 1000). Set to 0 if you don't want to use it.
  10. deleteRatio = 0
  11. # If you wish to see debug messages (true/false)
  12. debug = false
  13.  
  14. [uTorrent]
  15. # User for your uTorrent webui (leave blank if you don't use one)
  16. user =
  17. # Password for your uTorrent webui (leave blank if you don't use one)
  18. password =
  19. # Host is the url adress to your uTorrent webui (default: localhost)
  20. host = localhost
  21. # Port is the portnumber for your uTorrent install
  22. port = 8090
  23.  
  24. ## The following settings are NOT necessary to complete if you don't want to use uProcess with CouchPotato/Sick-Beard
  25.  
  26. [Couchpotato]
  27. # True/false depending on if you want to run Couchpotato post-process after uProcess is done
  28. active = false
  29. # This must match the corresponding label in uTorrent for movies
  30. label = movie
  31. # Your Couchpotato username (leave blank if you don't use one)
  32. username =
  33. # Your Couchpotato password (leave blank if you don't use one)
  34. password =
  35. # API key for your Couchpotato install
  36. apikey =
  37. # Host is the adress to your Couchpotato web ui
  38. host = localhost
  39. # Port is the portnumber for your Couchpotato install (default: 5050)
  40. port = 5050
  41. # Base url alteration (leave blank if you dont use one, example: couchpotato/)
  42. baseURL =
  43. # Using SSL? (true/false)
  44. ssl = false
  45.  
  46. [Sickbeard]
  47. # True/false depending on if you want to run Sickbeard post-process after uProcess is done
  48. active = false
  49. # This must match the corresponding label in uTorrent for tv series
  50. label = tv
  51. # Your Sickbeard username (leave blank if you don't use one)
  52. username =
  53. # Your Sickbeard password (leave blank if you don't use one)
  54. password =
  55. # Host is the address to your Sickbeard web ui
  56. host = localhost
  57. # Port is the portnumber for your Sickbeard install (default: 8081)
  58. port = 8081
  59. # Base url alteration (leave blank if you don't use one, example: sickbeard/)
  60. web_root =
  61. # Using SSL? (true/false)
  62. ssl = false
  63.  
  64. [Miscellaneous]
  65. # These values define what kind of file types uProcess will process, proceed with caution
  66. media = .mkv,.avi,.divx,.xvid,.mov,.wmv,.mp4,.mpg,.mpeg,.vob,.iso
  67. meta = .nfo,.sub,.srt,.jpg,.jpeg,.gif,.txt
  68. other = .exe,.pdf
  69. compressed = .zip,.rar,.r00,.1,.01,.001,.cab,.arj,.lzh,.tar,.tar.gz,.gz,.tar.bz2,.bz2,.ace,.uue,.jar,.7z,.7
  70. # Files/Directorys containing one or more of the following words will be ignored
  71. ignore = sample,proof,screens
Advertisement
Add Comment
Please, Sign In to add comment