parent
52b372e6d5
commit
53effee05e
@ -1,14 +1,7 @@
|
||||
##############################################################################
|
||||
### NZBGET SCAN SCRIPT ###
|
||||
|
||||
# Clean NZB name.
|
||||
#
|
||||
# Removes the following suffixes from NZB name:
|
||||
# NZBgeek / Obfuscated / BUYMORE / Scrambled /etc....
|
||||
|
||||
#
|
||||
# NOTE: This script requires Python to be installed on your system.
|
||||
|
||||
### NZBGET SCAN SCRIPT ###
|
||||
##############################################################################
|
||||
## Clean
|
||||
>Title: Clean.py
|
||||
Author(s): ???
|
||||
|
||||
#### Description: Clean NZB name.
|
||||
Removes the following suffixes from NZB name:
|
||||
NZBgeek / Obfuscated / BUYMORE / Scrambled /etc....
|
@ -0,0 +1,12 @@
|
||||
## HashRenamer
|
||||
|
||||
>Title: HashRenamer.py
|
||||
Author(s): l3uddz
|
||||
URL: https://github.com/cloudbox/cloudbox
|
||||
|
||||
#### Description: Renames hashed media files to match the source NZB.
|
||||
|
||||
Part of the Cloudbox project: https://cloudbox.works
|
||||
Built on top of the NZBGet scripts template created by Clinton Hall
|
||||
(https://github.com/clinton-hall).
|
||||
Released under GNU General Public License v2.0
|
Loading…
Reference in new issue