Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

nzbget/FakeDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

FakeDetector

Fake detection script for NZBGet.

Authors:

Detects nzbs with fake media files. If a fake is detected the download is marked as bad. NZBGet removes the download from queue and (if option "DeleteCleanupDisk" is active) the downloaded files are deleted from disk. If duplicate handling is active (option "DupeCheck") then another duplicate is chosen for download if available.

The status "FAILURE/BAD" is passed to other scripts and informs them about failure.

For more info and support please visit forum topic PP-Script FakeDetector.

NOTE: This script requires Python to be installed on your system (tested only with Python 2.x; may not work with Python 3.x).