Hello all,
I would like to write a playlist plugin for .m3u files. However, the builtin one is always being used (modules/demux/playlist/m3u.c). Why is this and how can I make VLC use my .m3u reader?
I noticed that /usr/lib/vlc/lua/meta/reader/filename.lua does work. It gets called for .avi files but not .mkv nor .mp3 files. Why is that?
The README.txt for the plugins are not correct. So I would like to ask if /usr/lib/vlc/lua/playlist/ is the correct kind of plugin to write a .m3u playlist parser. It just doesn't seem to work. Or maybe it is because of the modules/demux/playlist/m3u.c module?
If there is any docs to read, please let me know.
Sincerely,
Simon