]> git.sesse.net Git - vlc/commit
Lua demuxers: show the original URL in playlist
authorMario Speiß <1034-135@online.de>
Sun, 10 Feb 2013 21:31:58 +0000 (22:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 15 Apr 2013 09:44:12 +0000 (11:44 +0200)
commit18c00a3862853a83a7b7349f65dc428885ebdd12
tree539b5610ff98db46f4355a935cf4ad281d598388
parent251fdaddb2007443b841d10aa246eda2bba3a381
Lua demuxers: show the original URL in playlist

If playlists containing youtube urls are exported or imported, these patches
improve the usability of the playlist.

Lua remembers the original url (i.e. the website _containing_ the content) if
no other url is passed by the lua parsers. It also puts the content title to
the meta-title entry.

XSPF export / import now uses the <info> to deal with the meta-url.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/playlist/xspf.c
modules/lua/vlc.c
modules/misc/playlist/xspf.c