Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/clinton-hall/GetScripts
- Owner: clinton-hall
- License: gpl-2.0
- Created: 2014-11-19T22:08:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-12T22:56:17.000Z (about 4 years ago)
- Last Synced: 2024-08-01T05:23:51.201Z (3 months ago)
- Language: Python
- Size: 41 KB
- Stars: 100
- Watchers: 11
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.