media_player/vlc: More details about inner working (#1671)

- Say that only music is supported
- Explain that it launches a VLC in background and this does not allow to control a GUI instance.
This commit is contained in:
Tom Barbette 2016-12-29 16:22:47 +01:00 committed by Fabian Affolter
parent 2295401825
commit 2d6a719e17

View File

@ -28,3 +28,6 @@ Configuration variables:
- **name** (*Optional*): The name to use in the frontend.
Only "music" media type is supported for now.
This service will control a background VLC instance, therefore you cannot use this to control a VLC instance launched on your desktop, unlike the Kodi media player for example.