vlc/share/lua/meta
Rafaël Carré 9a746cfa30 Fix xspf reading/writing
When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL

Always keep album art URLs always encoded and decode the path when needed
Interfaces & plugins only use file paths
Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file

Thanks to courmisch for clarification

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
(cherry picked from commit a654d4a14e)
2009-05-30 00:32:42 +02:00
..
01_musicbrainz.lua lua: fix cornercase on musicbrainz-lua script. 2009-01-19 19:46:58 +02:00
10_googleimage.lua Fix xspf reading/writing 2009-05-30 00:32:42 +02:00
README.txt Add new functions to Lua API. 2008-09-10 02:34:09 +02:00

Instructions to code your own VLC Lua meta script.
$Id$

See lua/README.txt for generic documentation about Lua usage in VLC.

Examples: See googleimage.lua .

VLC Lua meta modules should define one of the following functions:
 * fetch_art(): returns a path to an artwork for the given item

Available VLC specific Lua modules: msg, stream, strings, variables,
objects and misc. See lua/README.txt