]> git.sesse.net Git - vlc/commitdiff
Clarify user specific lua script path on linux.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 21:16:22 +0000 (23:16 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 21:16:22 +0000 (23:16 +0200)
share/lua/README.txt

index 6f0790f8e62964b57cb8d4e9c5df1b3610a12176..7321e8ffdb84f924c7cf63623937787bb6b71a1b 100644 (file)
@@ -17,9 +17,10 @@ All the Lua standard libraries are available.
  * Art fetcher (see meta/README.txt)
  * Interface (see intf/README.txt)
 
-Lua scripts are tried in alphabetical order in the user's VLC config (FIXME)
-directory lua/{playlist,meta,intf}/ subdirectory, then in the global VLC
-lua/{playlist,meta,intf}/ directory.
+Lua scripts are tried in alphabetical order in the user's VLC config
+directory lua/{playlist,meta,intf}/ subdirectory on Windows and Mac OS X or
+in the user's local share directory (~/.local/share/vlc/lua/... on linux),
+then in the global VLC lua/{playlist,meta,intf}/ directory.
 
 3 - VLC specific Lua modules
 ============================