From 5b3639fab0bb7163cfbcd3a5f1b41ecd8f077436 Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sat, 24 Mar 2007 16:20:06 +0000 Subject: [PATCH] Add news about the rc command syntax change. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index ead7d737e6..c213b03412 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,10 @@ Important notes: - Similarly, "Bookmarks" will be reintroduced in an improved version at a later point * The default for --sout-keep has changed. It's now activated by default. + * The marq, mosaic and logo commands in the rc interface changed. They + now require a target name as their first argument. Example: + vlc --sub-filter "marq@test{marquee=Hello}" -I rc + You can then use commands like: marq-marquue test Goodbye Changes: --------