[vlc-devel] commit: Lua: fix typo in rc.lua ( Jean-Philippe André )
git version control
git at videolan.org
Sun Nov 15 19:25:17 CET 2009
vlc | branch: 1.0-bugfix | Jean-Philippe André <jpeg at endymion.via.ecp.fr> | Wed Nov 11 21:29:43 2009 +0100| [50a6062f74cc97166e9e0263587f76a12b3bb063] | committer: Rémi Duraffort
Lua: fix typo in rc.lua
(cherry picked from commit 0c0756dd88de0f14013d868ea0f622eef0b5d65b)
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=50a6062f74cc97166e9e0263587f76a12b3bb063
---
share/lua/intf/rc.lua | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/lua/intf/rc.lua b/share/lua/intf/rc.lua
index 91b1155..f34c6cb 100644
--- a/share/lua/intf/rc.lua
+++ b/share/lua/intf/rc.lua
@@ -26,14 +26,14 @@ description=
Remote control interface for VLC
This is a modules/control/rc.c look alike (with a bunch of new features)
-
+
Use on local term:
vlc -I luarc
Use on tcp connection:
vlc -I luarc --lua-config "rc={host='localhost:4212'}"
Use on multiple hosts (term + 2 tcp ports):
vlc -I luarc --lua-config "rc={hosts={'*console','localhost:4212','localhost:5678'}}"
-
+
Note:
-I luarc is an alias for -I lua --lua-intf rc
@@ -352,7 +352,7 @@ function titlechap(name,client,value)
else
local item = vlc.var.get( input, var )
-- Todo: add item name conversion
- client:apped(item)
+ client:append(item)
end
end
function titlechap_offset(client,offset)
More information about the vlc-devel
mailing list