Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/_components/media_player.vlc.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ To add a VLC media player to your installation, add the following to your `confi
# Example configuration.yaml entry
media_player:
- platform: vlc
name: speaker_1
arguments: '--alsa-audio-device=hw:1,0'
```

Configuration variables:

- **name** (*Optional*): The name to use in the frontend.
- **arguments** (*Optional*): Additional arguments to be passed to VLC.

Only "music" media type is supported for now.

Expand Down