mirror of
https://github.com/videolan/vlc.git
synced 2024-12-13 03:33:54 +08:00
9a746cfa30
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
|
||
---|---|---|
.. | ||
01_musicbrainz.lua | ||
10_googleimage.lua | ||
README.txt |
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