1.0.0 • Published 8 years ago

nzb2http v1.0.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

nzb2http

A utility to serve the contents of an NZB file over http.

Install

Install nzb2http using npm:

$ sudo npm -g install nzb2http

Add a configuration file to your home directory: ~/.nzbfs.json

{
	"servers": [
		{
			"connections": 8,
			"host": "newszilla.xs4all.nl",
			"username": "<your username>",
			"password": "<your password>"
		}
	],

	"useServer": 0
}
  • username and password can 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 useServer parameter.

Usage

$ nzb2http [-p] <nzb-file>
  • nzb-file can either be a path to a locally stored NZB file or a HTTP url
  • optionally specify -p to open the largest file in VLC (Mac only)