Search found 2 matches

by broady
July 26th, 2012, 10:09 am
Forum: Bug Reports
Topic: Regression: nested NZB files
Replies: 2
Views: 1646

Re: Regression: nested NZB files

Ah, found where it changed.
https://github.com/sabnzbd/sabnzbd/comm ... 8d4249fb0a

# For a single NZB, use the current job name
if len(files) != 1:
nzbname = None

sabnzbd/postproc.py
by broady
July 26th, 2012, 9:45 am
Forum: Bug Reports
Topic: Regression: nested NZB files
Replies: 2
Views: 1646

Regression: nested NZB files

Sometime between 0.5.6-0.7.2 the behaviour for nested NZB files changed. Often I will download a NZB file that contains many other NZB files, each adding a new download entry with the name of the nested NZB file. Unfortunately this fails when the parent NZB only contains one child NZB. Steps: Add NZ...