Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clinton-hall/GetScripts

A Collection of NZBGet Post-Process Scripts
https://github.com/clinton-hall/GetScripts

Last synced: 6 days ago
JSON representation

A Collection of NZBGet Post-Process Scripts

Awesome Lists containing this project

README

        

GetScripts
==========

A Collection of NZBGet Post-Process Scripts

1. flatten.py
- This will remove subdirectories and put all downloaded files into the root download directory.
- You can specify a unique directory and append category sub directory if wanted.

2. passwordList.py
- This will attempt to extract archives using a list of possible passwords.

3. ResetDateTime.py
- This will reset the file dates on downloaded/extracted files, replacing the dates set from within the archive.

4. DeleteSamples.py
- This will delete "sample" files from Video Downloads.

5. SafeRename.py
- This will parse the download for any "rename.sh" or "rename.bat" scripts and then determine the correct file renaming to be applied.
- This removes the danger of running any downloaded .sh/.bat files.