[vlc-devel] commit: Clarify user specific lua script path on linux. (Antoine Cellerier )

git version control git at videolan.org
Sun Aug 31 23:17:48 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 31 23:16:22 2008 +0200| [5f4450482b69447bc4be88866e360ec729f0b9db] | committer: Antoine Cellerier 

Clarify user specific lua script path on linux.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f4450482b69447bc4be88866e360ec729f0b9db
---

 share/lua/README.txt |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/share/lua/README.txt b/share/lua/README.txt
index 6f0790f..7321e8f 100644
--- a/share/lua/README.txt
+++ b/share/lua/README.txt
@@ -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
 ============================




More information about the vlc-devel mailing list