1.0.0 • Published 10 years ago
nzb2http v1.0.0
nzb2http
A utility to serve the contents of an NZB file over http.
Install
Install nzb2http using npm:
$ sudo npm -g install nzb2httpAdd a configuration file to your home directory: ~/.nzbfs.json
{
"servers": [
{
"connections": 8,
"host": "newszilla.xs4all.nl",
"username": "<your username>",
"password": "<your password>"
}
],
"useServer": 0
}usernameandpasswordcan be omitted when they are not necessary.- You can specify multiple servers, but eventually only one server will be used. You can specify which by using the
useServerparameter.
Usage
$ nzb2http [-p] <nzb-file>nzb-filecan either be a path to a locally stored NZB file or a HTTP url- optionally specify
-pto open the largest file in VLC (Mac only)
1.0.0
10 years ago