The builtin default V4LDevice is "auto" on Linux and "/dev/video0" on other platforms. So we should not set a V4LDevice in our global /etc/tvtime/tvtime.xml, as that will always be wrong on one platfrom or the other. Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- docs/html/default.tvtime.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/html/default.tvtime.xml b/docs/html/default.tvtime.xml index 28aa6b4..285e27e 100644 --- a/docs/html/default.tvtime.xml +++ b/docs/html/default.tvtime.xml @@ -19,7 +19,9 @@ <!-- This sets the default capture device to use. --> + <!-- <option name="V4LDevice" value="/dev/video0"/> + --> <!-- This sets the default capture card input to be opened by tvtime. -- 2.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html