mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-15 09:42:54 -07:00
add processed name to final SABnzbd print out. Fixes #836
This commit is contained in:
parent
90acaa4935
commit
d94d9f50de
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ class autoProcessTV:
|
||||||
for line in r.iter_lines():
|
for line in r.iter_lines():
|
||||||
if line:
|
if line:
|
||||||
logger.postprocess("%s" % (line), section)
|
logger.postprocess("%s" % (line), section)
|
||||||
|
if "Moving file from" in line:
|
||||||
|
inputName = os.path.split(line)[1]
|
||||||
if "Processing succeeded" in line or "Successfully processed" in line:
|
if "Processing succeeded" in line or "Successfully processed" in line:
|
||||||
Success = True
|
Success = True
|
||||||
elif section == "NzbDrone":
|
elif section == "NzbDrone":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue