Page 1 of 1

If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 5:22 am
by anny50
Hi,

i insert the NZB files with the following command:

Code: Select all

https://url.com/XXX.nzb.7z&nzbname=XXX&cat=up&priority=-1
However, as soon as there is more than one NZB file in an archive, it simply takes the name of the contained NZB file.

However, it should give all NZB files the transferred name with the parameter &nzbname=XXX.
But it does not do this.

Why?

Background:
The separate NZB files should all be copied to the same folder, so all NZB files should have the same name.

How do I realize this?

Re: If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 7:55 am
by safihre
Yes this is by design, to avoid having multiple identically named jobs in the queue.

Re: If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 7:57 am
by anny50
How can I get around this?

Re: If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 9:15 am
by safihre
You can't. Add them separately maybe?

Re: If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 9:21 am
by anny50
So i think i need a Pre-queue script, right?
Won't duplicate detection intervene?

Re: If archive has several NZB = &sabname of API is ignored.

Posted: May 20th, 2024, 11:54 am
by safihre
Yes, if you have Duplicate Detection enabled it indeed will trigger. Since they are duplicate file names 😄