Skip to content

Version 0.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@boranblok boranblok released this 04 Nov 13:34
· 12 commits to master since this release

enhancements

  • The nzbPost notification method has been extended to allow for a custom form field name to be used to place the nzb file in.

  • The nzbPost notification method has gained the ability to specify extra form fields and values to post to the server.

Combined these two enhancements allow you to post the generated nzb files to any webform that has anonymous access. (cookie or http header based authentication is not supported, if demand arises this could be added as well)

When using these alterations to the notification method either NewznabSearch or Dummy have to be used as verification method. The former uses a generic newznab search method to find the uploaded release, the latter always assumes success and removes the upload from the backup folder.