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.
32 lines
811 B
32 lines
811 B
4 years ago
|
# Scripts you can use with NZBGet
|
||
5 years ago
|
|
||
4 years ago
|
## [Clean](Clean/README.md)
|
||
5 years ago
|
|
||
4 years ago
|
Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
|
||
5 years ago
|
|
||
4 years ago
|
??? example "Script"
|
||
|
|
||
|
```python
|
||
|
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
|
||
|
```
|
||
|
|
||
|
## [HashRenamer](HashRenamer/README.md)
|
||
|
|
||
|
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](WtFnZb-Renamer/README.md)
|
||
|
|
||
|
This extensions extracts obfuscated filenames from .nzb files
|
||
|
|
||
|
??? example "Script"
|
||
|
|
||
|
```python
|
||
|
[[% filter indent(width=4) %]][[% include 'NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
|
||
|
```
|