X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=share%2Flua%2FREADME.txt;h=f7e6283edb527b78efc7d5758fbcf23e986f57aa;hb=bf92daa5d47cfa6379cfe5e1ce80533e92b4f6cc;hp=15d92aade7470898655810735c9f7bffc5048139;hpb=809e98a6d1529ebdaefc4ed9f19a81771178eaf8;p=vlc diff --git a/share/lua/README.txt b/share/lua/README.txt index 15d92aade7..f7e6283edb 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -130,6 +130,14 @@ input.item(): Get the current input item. Input item methods are: .played_abuffers .lost_abuffers +MD5 +--- +md5( str ): return the string's hash +md5(): create an md5 object with the following methods: + :add( str ): add a string to the hash + :end_(): finish hashing + :hash(): return the hash + Messages -------- msg.dbg( [str1, [str2, [...]]] ): Output debug messages (-vv).