Password for protected archives is not send to SabNZBd

Sonarr version (exact version): 2.0.0.5338
Mono version (if Sonarr is not running on Windows): 5.20.1.34
OS: Host Debian 10.1, Docker (19.03.8) linuxserver/sonarr

Hello,

first: thank you for developing that great software.

I have access to an indexer, where a lot of german releases are posted. A release / an item is posted like this:

<item>
    <title>
        ZeroZeroZero.S01E04.GERMAN.DUBBED.DL.1080p.WEB.H264-TSCC
    </title>
    <pubDate>Fri, 21 Feb 2020 19:30:41 -0500</pubDate>
    <description>
        ZeroZeroZero.S01E04.GERMAN.DUBBED.DL.1080p.WEB.H264-TSCC
    </description>
    <size>2425185830</size>
    <guid isPermaLink="true">https://(removed)/getnzb?id=77476</guid>
    <link>https://(removed)/getnzb?id=77476</link>
    <comments>https://(removed)/comments?id=77476</comments>
    <category>TV > HD</category>
    <enclosure length="2425185830" type="application/x-nzb" url="https://(removed)/getnzb?id=77476"/>
    <newznab:attr name="password" value="password123"/>
    <newznab:attr name="size" value="2425185830"/>
    <newznab:attr name="category" value="5000"/>
    <newznab:attr name="category" value="5040"/>
    <newznab:attr name="size" value="2425185830"/>
    <newznab:attr name="season" value="1"/>
    <newznab:attr name="episode" value="4"/>
</item>

As you can see the pasword for the protected archive is in the value field of newznab:attr name=“password”. If I download the nzb file its name is “release{{password123}}.nzb”.

Sonarr adds the download into SabNZBd but SabNZBd does not get the password.

Why does this happen? Is Sonarr expecting the password at another place?

Thank you in advance.

This isn’t something Sonarr has ever handled. In general the expectation is that things aren’t password protected.

Thank you, Markus.
The password is now saved in the head-tag directly in the nzb-file. A small, but helpful, workaround.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.