Skip to content

Commit

Permalink
Update password protected rars
Browse files Browse the repository at this point in the history
  • Loading branch information
Safihre committed Feb 13, 2024
1 parent ff654fa commit 660a7aa
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions wiki/advanced/password-protected-rars.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@
<hr>
<h2 id="toc1">Password per NZB</h2>
<p>Supposing you know the required password, you can give it to SABnzbd before the download starts post-processing.<br>
You can do this in two ways:
</p>
<p>In the NZB file name you can embed the password like this: {% raw %}<code>My Job {{PW}}.nzb</code>{% endraw %} or <code>My Job password=PW.nzb</code><br>
This will set the the job name to <code>My Job</code> and the password to <code>PW</code>.
</p>
<p>You can rename the job in the queue.<br>
<code>My Job / PASSWORD</code> will set the password. The <code>/</code> is used as a separator because it cannot be part of a folder name.<br>
The folder name will be <code>My Job</code> and <code>PASSWORD</code> will be used as the decryption password when unpacking.
You can do this like this:
</p>
<ul>
<li>In the NZB file name you can embed the password like this: {% raw %}<code>My Job {{PW}}.nzb</code>{% endraw %} or <code>My Job password=PW.nzb</code><br>
This will set the job name to <code>My Job</code> and the password to <code>PW</code>.
</li>
<li>When the job is in the queue, hover over the job and click the <span class="glyphicon glyphicon-folder-open"></span> &nbsp; icon, at the top of the files list you can set the password.</li>
<li>You can also rename the job in the queue.<br>
<code>My Job / PASSWORD</code> will set the password. The <code>/</code> is used as a separator because it cannot be part of a folder name.<br>
The folder name will be <code>My Job</code> and <code>PASSWORD</code> will be used as the decryption password when unpacking.
</li>
</ul>

<p>The password can be changed until the job enters the post-processing queue.</p>

<h2>Inside the NZB</h2>
Expand Down

0 comments on commit 660a7aa

Please sign in to comment.