From 2fd6ff41e7d937864b385bc659a80e00e75ee999 Mon Sep 17 00:00:00 2001 From: Efreak Date: Mon, 7 Feb 2022 04:52:53 +0000 Subject: [PATCH] Add output of `dms -h` (#90) --- README.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/README.rst b/README.rst index 5036547..03e8300 100644 --- a/README.rst +++ b/README.rst @@ -49,3 +49,46 @@ Known Compatible Players and Renderers * Chromecast * VLC * LG Smart TVs, with varying success. + + +Usage of dms: +===================== + +.. list-table:: Usage + :widths: auto + :header-rows: 1 + + * - parameter + - description + * - ``-allowedIps string`` + - allowed ip of clients, separated by comma + * - ``-config string`` + - json configuration file + * - ``-deviceIcon string`` + - device icon + * - ``-fFprobeCachePath string`` + - path to FFprobe cache file (default "/home/efreak/.dms-ffprobe-cache") + * - ``-forceTranscodeTo string`` + - force transcoding to certain format, supported: 'chromecast', 'vp8' + * - ``-friendlyName string`` + - server friendly name + * - ``-http string`` + - http server port (default ":1338") + * - ``-ifname string`` + - specific SSDP network interface + * - ``-ignoreHidden`` + - ignore hidden files and directories + * - ``-ignoreUnreadable`` + - ignore unreadable files and directories + * - ``-logHeaders`` + - log HTTP headers + * - ``-noProbe`` + - disable media probing with ffprobe + * - ``-noTranscode`` + - disable transcoding + * - ``-notifyInterval duration`` + - interval between SSPD announces (default 30s) + * - ``-path string`` + - browse root path + * - ``-stallEventSubscribe`` + - workaround for some bad event subscribers