Skip to content

Commit

Permalink
added the new custom options of vlc to the readme;
Browse files Browse the repository at this point in the history
changed version to 0.1.1
  • Loading branch information
Tom-Hirschberger committed May 23, 2023
1 parent 0356f09 commit 6c86a8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MMM-MplayerRadio",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "MMM-MplayerRadio.js",
"dependencies": {
Expand Down

0 comments on commit 6c86a8f

Please sign in to comment.