Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oeuillot/upnpserver-cli
Command line interface for upnpserver
https://github.com/oeuillot/upnpserver-cli
Last synced: 18 days ago
JSON representation
Command line interface for upnpserver
- Host: GitHub
- URL: https://github.com/oeuillot/upnpserver-cli
- Owner: oeuillot
- Created: 2014-08-22T13:36:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-30T08:32:57.000Z (about 9 years ago)
- Last Synced: 2024-08-10T00:10:11.779Z (3 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 --helpUsage: 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