From 6c86a8f9f3006405cc07c03bc2e66751d5bcdafe Mon Sep 17 00:00:00 2001 From: Thomas Hirschberger Date: Tue, 23 May 2023 20:07:42 +0200 Subject: [PATCH] added the new custom options of vlc to the readme; changed version to 0.1.1 --- README.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ad87a..e5ef7dd 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,14 @@ The custom commands configuration then will look something like: customCommandArgs: ["50", "###URL###"], ``` +Both the `vlcWrapper.bash` and `vlcPaWrapper.bash` support adding additonal custom arguments that will be added to the vlc command line. +If you i.e. want vlc to ignore certificate errors while connecting to a https stream you can set the option `--http-no-ssl-verify` like in this example: + +```js + customCommand: "./modules/MMM-MplayerRadio/scripts/vlcWrapper.bash", + customCommandArgs: ["###URL###","--http-no-ssl-verify"], +``` + ### XMMS2 ### If you prefere xmms2 to play the radio streams instead of mplayer you will find an custom script "playRadio.bash" in the scripts folder. There is a example config in the examples directory, too. diff --git a/package.json b/package.json index 0c27ae2..b0ac1fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MMM-MplayerRadio", - "version": "0.1.0", + "version": "0.1.1", "description": "", "main": "MMM-MplayerRadio.js", "dependencies": {