]> git.sesse.net Git - vlc/commit
A simplistic parser for the new and improved anevia playlist format.
authorJP Dinger <jpd@videolan.org>
Fri, 12 Jun 2009 13:41:52 +0000 (15:41 +0200)
committerJP Dinger <jpd@videolan.org>
Fri, 12 Jun 2009 13:47:38 +0000 (15:47 +0200)
commit9f3d2575b9438da25b867c2e8c5c984e8d318b50
tree8f94478662dc144a90237d6808b5ab82a8a40a56
parentfca44948a75de3d89f00502dc25cb18ae4760807
A simplistic parser for the new and improved anevia playlist format.

Instead of depending on a full xml parser --unavailable in our lua-- we
just assume one bit of information to occupy one line (jpsaman). In case
there are no newlines, fake them (jpd).
share/lua/playlist/anevia_xml.lua [new file with mode: 0644]