I'm trying to open playlist (.pls) files but nothing seems to happen
I can open video and music files with no problem
example
media = libvlc_media_new_path(vlcInstance,"C:\\classicalmusic.pls");
is there a different routine used for opening pls files or is there something else I need to do?