caronc/nzbget-dirwatch

Add support for handling NZB-File(s) compressed with ZIP

caronc opened this issue · 0 comments

Peek inside ZIP files to see if they include NZB-Files for processing.

  • Will not process Zip files larger then X KB (with the assumption there is no way there are NZB-Files inside). X will be a variable that can be over-ridden by the user defined in Kilobytes (KB), with a default value of 150KB.
  • Will not process Zip files that contain other types of files (in addition to NZB-Files). ZIP'ed content must contain one or more NZB-Files.