Cleaned: the NZBGet scripts section

pull/224/head
TRaSH 3 years ago
parent e106522d8d
commit b371088b3f

@ -1,8 +0,0 @@
# Clean
>Title: [Clean.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/Clean/Clean.py){:target="_blank" rel="noopener noreferrer"} | Author(s): ???
## Description: Clean NZB name
Removes the following suffixes from NZB name:
NZBgeek / Obfuscated / BUYMORE / Scrambled /etc...

@ -1,9 +0,0 @@
# HashRenamer
>Title: [HashRenamer.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/HashRenamer/HashRenamer.py){:target="_blank" rel="noopener noreferrer"} | Author(s): l3uddz | URL: [github.com/cloudbox/cloudbox](https://github.com/cloudbox/cloudbox){:target="_blank" rel="noopener noreferrer"}
## Description: Renames hashed media files to match the source NZB
Part of the Cloudbox project: [https://cloudbox.works](https://cloudbox.works)
Built on top of the NZBGet scripts template created by [Clinton Hall](https://github.com/clinton-hall){:target="_blank" rel="noopener noreferrer"}.
Released under GNU General Public License v2.0

@ -1,11 +0,0 @@
# WtFnZb-Renamer
>Title: [WtFnZb-Renamer.py](https://raw.githubusercontent.com/TRaSH-/Tutorials-FAQ/master/docs/NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py){:target="_blank" rel="noopener noreferrer"}| Author(s): WtFnZb | URL: ??
## Renames hashed media files to match the source NZB
NZBGET SCAN SCRIPT
Extract filenames from subjects containing [PRiVATE]-[WtFnZb]
This extensions extracts obfuscated filenames from .nzb files

@ -1,8 +1,15 @@
# Scripts you can use with NZBGet
# NzbGet Scripts
## [Clean](Clean/README.md)
## Clean
Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
??? info "Clean NZB name"
- Title: `Clean.py`
- Author(s): ???
Removes the following suffixes from NZB name:
NZBgeek / Obfuscated / BUYMORE / Scrambled /etc...
Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
??? example "Script"
@ -10,9 +17,17 @@ Cleans the NZB name by removing the retagged stuff (-Obfuscated, -postbox, etc).
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/Clean/Clean.py' %]][[% endfilter %]]
```
## [HashRenamer](HashRenamer/README.md)
## HashRenamer
??? info "Renames hashed media files to match the source NZB"
Renames hashed media files to match the source NZB.
- Title: `HashRenamer.py`
- Author(s): l3uddz
- URL: [github.com/cloudbox/cloudbox](https://github.com/cloudbox/cloudbox){:target="_blank" rel="noopener noreferrer"}
Part of the Cloudbox project: [https://cloudbox.works](https://cloudbox.works)
Built on top of the NZBGet scripts template created by [Clinton Hall](https://github.com/clinton-hall){:target="_blank" rel="noopener noreferrer"}.
Released under GNU General Public License v2.0
??? example "Script"
@ -20,12 +35,29 @@ Renames hashed media files to match the source NZB.
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/HashRenamer/HashRenamer.py' %]][[% endfilter %]]
```
## [WtFnZb-Renamer](WtFnZb-Renamer/README.md)
## WtFnZb-Renamer
??? info "Renames hashed media files to match the source NZB"
- Title: `WtFnZb-Renamer.py`
- Author(s): WtFnZb
- URL: ??
This extensions extracts obfuscated filenames from .nzb files
NZBGET SCAN SCRIPT
Extract filenames from subjects containing [PRiVATE]-[WtFnZb]
This extensions extracts obfuscated filenames from .nzb files
??? example "Script"
```python
[[% filter indent(width=4) %]][[% include 'Downloaders/NZBGet/scripts/WtFnZb-Renamer/WtFnZb-Renamer.py' %]][[% endfilter %]]
```
!!! tip
This script doesn't always work and is often needed if you use a certain indexer.
It might be better to use the following Sonarr Regex in your release profile
[su season pack issue](/Sonarr/V3/Sonarr-Release-Profile-RegEx/#su-season-pack-issue)

Loading…
Cancel
Save