Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oeuillot/upnpserver-cli

Command line interface for upnpserver
https://github.com/oeuillot/upnpserver-cli

Last synced: about 2 months ago
JSON representation

Command line interface for upnpserver

Awesome Lists containing this project

README

        

# upnpserver-cli

Command line for [upnpserver](https://github.com/oeuillot/upnpserver).

## Installation

$ npm install upnpserver-cli -g

## Help

```
$ upnpserver --help

Usage: upnpserver [options]

Options:

-h, --help output usage information
-V, --version output the version number
-d, --directory Mount directory
-m, --music Mount music directory
-n, --name Name of server
-u, --uuid UUID of server
--dlna Enable dlna support
--lang Specify language (en, fr)
-p, --httpPort Http port

```

## Example

```

$ upnpserver -d /MyFilms=/data/MyFilms -d /PublicVideo=/home/me/videos -m /Musiques=/home/Musiques -n "My server"

```

## Author

Olivier Oeuillot