Advertisement
Guest User

Untitled

a guest
Jul 27th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. ##############################################################################
  2. ### CATEGORIES ###
  3.  
  4. # This section defines categories available in web-interface.
  5.  
  6. # Category name.
  7. #
  8. # Each nzb-file can be assigned to a category.
  9. # Category name is passed to post-processing script and can be used by it
  10. # to perform category specific processing.
  11. Category1.Name=Movies
  12.  
  13. # Destination directory for this category.
  14. #
  15. # If this option is empty, then the default destination directory
  16. # (option <DestDir>) is used. In this case if the option <AppendCategoryDir>
  17. # is active, the program creates a subdirectory with category name within
  18. # destination directory.
  19. Category1.DestDir=${MainDir}/completed-for-plex/Movies
  20.  
  21. # Unpack downloaded nzb-files (yes, no).
  22. #
  23. # For more information see global option <Unpack>.
  24. Category1.Unpack=yes
  25.  
  26. # List of extension scripts for this category.
  27. #
  28. # For more information see global option <Extensions>.
  29. Category1.Extensions=
  30.  
  31. # List of aliases.
  32. #
  33. # When a nzb-file is added from URL, RSS or RPC the category name
  34. # is usually supplied by nzb-site or by application accessing
  35. # NZBGet. Using Aliases you can match their categories with your owns.
  36. #
  37. # Separate aliases with commas or semicolons. Use wildcard characters
  38. # * and ? for pattern matching.
  39. #
  40. # Example: TV - HD, TV - SD, TV*
  41. Category1.Aliases=
  42.  
  43. Category2.Name=TV Shows
  44. Category2.DestDir=${MainDir}/completed-for-plex/TV Shows
  45. Category2.Unpack=yes
  46. Category2.Extensions=
  47. Category3.Name=Music
  48. Category4.Name=Software
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement