nzb2http

1.0.0 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i nzb2http

Weekly Downloads

0

Version

1.0.0

License

GPL-3.0

Last publish

Collaborators

  • woutervdm