Adding an .nzb file to SABnzbd
1) Add by URL
From the main web-interface page you can provide a direct link to an .nzb file for SABnzbd to download.
2) Upload an .nzb
From the main web-interface page you can browse for an .nzb file on your pc
3) Add by NewzBin post number
Newzbin account required.
If you have added your Newzbin settings under Config->General you can add an nzb file by it's six(?) digit post number. Found on the report page or in the url of a newzbin report.
4) Add by Dir Scanner
If you have setup a folder for SABnzbd to monitor under Config->Directories. Any .nzb file or zip containing .nzb files placed inside this folder will be added.
5) Add by RSS
Set up an RSS feed an options under Config->RSS
6) Add by third party
- 6.1 Firefox addon: nzbdstatus - by Duz
Newzbin account recommended but not required.
This addon for Firefox replaces download links in NewzBin with links to send the item straight to SABnzbd. It also has a small icon in the bottom of Firefox that displays the time left, and can be hovered over for more information on your current download. Can also add any nzb you download with firefox into SABnzbd.
- 6.2 Greasemonkey script: SabTab2 by Yarbles
Newzbin account required.
Adds a handy tab to the top of www.newzbin.com and allows you to add reports in multiple ways.
- 6.3 Program: nzbtv - by Monk_E
Newzbin account required.
A separate program that monitors NewzBin for selected downloads.
(Requires .NET on Windows or Mono for running under Linux)
- 6.4 Website: LeetTV - by Fatfecker
Aggregates the TV section of NewzBin. Can be easily setup to add posts to SABnzbd.
-6.5 Mediaportal Plugin MyUsenet - by jburnette
Supports adding nzb's from TVNZB, NZBMatrix, Newzbin, and Yabse.
- 6.6 Bookmarklet
If worst comes to worst, you can use this bookmark to add NewzBin posts to the queue. Could do with improvements.
Create a new bookmark with this as the location
"javascript:fulltitle%20=%20document.getElementById('title').innerHTML;report%20=%20fulltitle.substring(17,24);
document.location="http://localhost:8080/sabnzbd/api?mode=addid&name="+report+"&pp=3";" (one line, no quotes)
Change "localhost:8080" to the IP and port of your SABnzbd interface. Only works when on a full newzbin report page.
Queue Options
| Long Name | Short Name | Description |
|---|---|---|
| The blank option does nothing extra to the download files | ||
| +Repair | R | Verifies and repairs the downloaded files |
| +Unpack | U | Verifies and repairs the downloaded files +Unpacks downloaded files |
| +Delete | D | Verifies and repairs the downloaded files +Unpacks downloaded files +Deletes the left over rar files |