[vlc-devel] commit: Clarify user specific lua script path on linux. (Antoine Cellerier )
git version control
git at videolan.org
Sun Aug 31 23:19:08 CEST 2008
vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 31 23:16:22 2008 +0200| [5fbed4989bf09327a006c8f2b2b37baae8295eff] | committer: Antoine Cellerier
Clarify user specific lua script path on linux.
(cherry picked from commit 5f4450482b69447bc4be88866e360ec729f0b9db)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5fbed4989bf09327a006c8f2b2b37baae8295eff
---
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 6814fe4..57b26c9 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