Advertisement
Guest User

Untitled

a guest
May 13th, 2011
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. # Template configuration file for postprocessing script "postprocess-example.sh".
  2. # Please refer to "postprocess-example.sh" for usage instructions.
  3.  
  4. ##############################################################################
  5. ### PATHS ###
  6.  
  7. # Set the full path to unrar if it is not in your PATH.
  8. UnrarCmd=/opt/local/bin/unrar
  9.  
  10.  
  11. ##############################################################################
  12. ### OPTIONS ###
  13.  
  14. # Delete rar-files after unpacking (yes, no).
  15. DeleteRarFiles=yes
  16.  
  17. # Rename img-files to iso (yes, no).
  18. RenameIMG=no
  19.  
  20. # Joint TS-files (yes, no).
  21. JoinTS=no
  22.  
  23. ##############################################################################
  24. ### POSTPROCESSING-PARAMETERS ###
  25.  
  26. # This section defines parameters, which can be set for each nzb-file
  27. # individually using either web-interface or command line.
  28. # Example command line for setting parameter "password" to value "123" for
  29. # nzb-file with id=2:
  30. # nzbget -E G O Password=123 2
  31.  
  32. # Perform postprocessing (yes, no).
  33. #
  34. # Set to "no" to skip postprocessing for this nzb-file.
  35. PostProcess=yes
  36.  
  37. # Password for encrypted posts.
  38. #
  39. # If the post requires a password for unpacking.
  40. Password=
  41.  
  42. # Destination directory.
  43. #
  44. # NOTE: NZBGet must have write-access-rights for that directory.
  45. DestDir=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement