clinton-hall / GetScripts

A Collection of NZBGet Post-Process Scripts
GNU General Public License v2.0
101 stars 39 forks source link

[Feature request] flatten script unpack recursively #15

Closed ajkis closed 4 months ago

ajkis commented 7 years ago

I would like to thank you for great nzbget scripts here and would ask for an upgrade of flatten script. A lot of downloaded files come with subtitles that are rared inside original rar. Is it possible for your flatten script to check for those and unrar them as well.

clinton-hall commented 7 years ago

Since NZBGet allows you to run multiple scripts, if you run

  1. passwordlist.py (to extract any archives)
  2. flatten.py

this should achieve the same?

ajkis commented 7 years ago

Interesting, I never used it, so passwordlist.py will extract the ones without pass as well.