You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH
9e2789ca59
|
4 years ago | |
---|---|---|
.. | ||
Clean | 4 years ago | |
HashRenamer | 4 years ago | |
WtFnZb-Renamer | 4 years ago | |
README.md | 4 years ago |
README.md
Scripts you can use with NZBGet
Clean
Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
```
HashRenamer
Renames hashed media files to match the source NZB.
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/HashRenamer/HashRenamer.py' %]][[% endfilter %]]
```
WtFnZb-Renamer
This extensions extracts obfuscated filenames from .nzb files
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
```