Advertisement
Guest User

Setup NZBGET

a guest
Sep 14th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. Have NZBDrone, CouchPotato, NZBGet installed to:
  2. C:\Program Files (x86)
  3.  
  4. Plan to install Headphones and Mylar
  5.  
  6. NZBGet Path Settings
  7. Main Dir - W:\NZB\NZBGet\Downloads
  8. Dest Dir - W:\NZB\NZBGet\Complete
  9. Inter Dir - W:\NZB\NZBGet\Partial
  10. Nzb Dir - W:\NZB\NZBGet\Nzb
  11. Queue Dir - W:\NZB\NZBGet\Queue
  12. Temp Dir - W:\NZB\NZBGet\Temp
  13. Web Dir - IN INSTALL FOLDER
  14. Script Dir - W:\NZB\NZBGet\Scripts
  15. W:\NZB\NZBGet\Scripts\NZBtoMedia
  16. Log File - W:\NZB\NZBGet\Logs
  17.  
  18. NZBGet Category Settings
  19. Movies (NZBtoMedia\ResetDateTime.py, DeleteSamples.py, NZBtoMedia\Logger.py, NZBtoMedia\nzbToCouchPotato.py)
  20. Music (NZBtoMedia\ResetDateTime.py, DeleteSamples.py, NZBtoMedia\Logger.py, NZBtoMedia\nzbToHeadphones.py)
  21. Anime (NZBtoMedia\ResetDateTime.py, DeleteSamples.py, NZBtoMedia\Logger.py, NZBtoMedia\nzbToNzbDrone.py)
  22. Series (NZBtoMedia\ResetDateTime.py, DeleteSamples.py, NZBtoMedia\Logger.py, NZBtoMedia\nzbToNzbDrone.py)
  23. Comics (NZBtoMedia\ResetDateTime.py, DeleteSamples.py, NZBtoMedia\Logger.py, NZBtoMedia\nzbToMylar.py)
  24. No Destination Dir Set for any category
  25.  
  26. ON FINISHED DOWNLOAD
  27. PP Script Fails, Download unpacks sends to either of the three depending on which category the download was classified
  28. W:\NZB\NZBGet\Complete\Anime
  29. W:\NZB\NZBGet\Complete\Movies
  30. W:\NZB\NZBGet\Complete\Series
  31.  
  32. Anime: D:\Anime
  33. Movies: I:\Movies
  34. Series(TV): H:\TV or I:\TV
  35.  
  36. ---------------------------------------------
  37. EDITED autoprocessmedia.cfg
  38. Only showing Couchpotato and Drone
  39. ---------------------------------------------
  40. [CouchPotato]
  41. #### autoProcessing for Movies
  42. #### movie - category that gets called for post-processing with CPS
  43. [[movie]]
  44. enabled = 1
  45. apikey = CORRECT API
  46. host = 127.0.0.1
  47. port = 5050
  48. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  49. ssl = 0
  50. web_root =
  51. # Enable/Disable linking for Torrents
  52. Torrent_NoLink = 0
  53. method = renamer
  54. delete_failed = 1
  55. wait_for = 2
  56. extract = 1
  57. # Set this to minimum required size to consider a media file valid (in MB)
  58. minSize = 0
  59. # Enable/Disable deleteing ignored files (samples and invalid media files)
  60. delete_ignored = 1
  61. ##### Enable if Couchpotato is on a remote server for this category
  62. remote_path = 0
  63. ##### Set to path where download client places completed downloads locally for this category
  64. watch_dir =
  65.  
  66. [NzbDrone]
  67. #### autoProcessing for TV Series
  68. #### ndCategory - category that gets called for post-processing with NzbDrone
  69. [[tv]]
  70. enabled = 1
  71. apikey = CORRECT API
  72. host = 127.0.0.1
  73. port = 8989
  74. username =
  75. password =
  76. ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
  77. web_root =
  78. ssl = 0
  79. delete_failed = 0
  80. # Enable/Disable linking for Torrents
  81. Torrent_NoLink = 0
  82. extract = 1
  83. nzbExtractionBy = Downloader
  84. wait_for = 2
  85. # Set this to minimum required size to consider a media file valid (in MB)
  86. minSize = 0
  87. # Enable/Disable deleteing ignored files (samples and invalid media files)
  88. delete_ignored = 1
  89. ##### Enable if NzbDrone is on a remote server for this category
  90. remote_path = 0
  91. ##### Set to path where download client places completed downloads locally for this category
  92. watch_dir =
  93.  
  94. ----------------------------------------------------
  95. CouchPotato
  96. ----------------------------------------------------
  97. Downloaders Setting
  98. Category : Movies
  99. Delete Failed Checked
  100.  
  101. Rename downloaded movies
  102. From: W:\NZB\NZBGet\Complete\Movies
  103. To: I:\Movies
  104.  
  105. ----------------------------------------------------
  106. Drone
  107. ----------------------------------------------------
  108. Completed Download Handling: Disabled
  109. Drone Factory: Empty
  110. Interval: 0
  111.  
  112. Failed Download Handling: Enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement