nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
77 stars 30 forks source link

Added options for 7zip compression and to show file in windows explorer #38

Closed SoWx4 closed 2 years ago

SoWx4 commented 3 years ago

7zip compression option:

show file in windows explorer: opens explorer and selects file

nzblnk commented 2 years ago

Hi @SoWx4,

thank you for your contribution. I like the idea of compressing the NZB file. I would prefer to use a python built-in compression (like bzip2 or gzip) and prevent adding an external dependency. I put this on the todo list.

The showinexporer idea is also nice but please don't forget that this tool is multi platform. It will not work in linux and macOS.