From 2d6a719e17cf859811a8f5d0bd61bcbd3c8eba76 Mon Sep 17 00:00:00 2001 From: Tom Barbette Date: Thu, 29 Dec 2016 16:22:47 +0100 Subject: [PATCH] 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. --- source/_components/media_player.vlc.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_components/media_player.vlc.markdown b/source/_components/media_player.vlc.markdown index b929f3b548f..59940f6f323 100644 --- a/source/_components/media_player.vlc.markdown +++ b/source/_components/media_player.vlc.markdown @@ -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.