From: RĂ©mi Denis-Courmont Date: Tue, 14 Apr 2009 08:24:35 +0000 (+0300) Subject: Cannot read from probe, not from peek X-Git-Tag: 1.0.0-pre2~66 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=dd0ec72df062c5966c8768a24c172381c733d167;p=vlc Cannot read from probe, not from peek --- diff --git a/share/lua/playlist/README.txt b/share/lua/playlist/README.txt index 0ec1c51115..3d4aea4c01 100644 --- a/share/lua/playlist/README.txt +++ b/share/lua/playlist/README.txt @@ -17,8 +17,8 @@ VLC defines a global vlc object with the following members: * vlc.access: the access used ("http" for http://, "file" for file://, etc.) * vlc.peek( ): return the first characters from the playlist file. * vlc.read( ): read characters from the playlist file. - THIS FUNCTION CANNOT BE USED IN peek(). + THIS FUNCTION CANNOT BE USED IN probe(). * vlc.readline(): return a new line of playlist data on each call. - THIS FUNCTION CANNOT BE USED IN peek(). + THIS FUNCTION CANNOT BE USED IN probe(). Available VLC specific Lua modules: msg and strings. See lua/README.txt.