Problem reading m3u files
Hi, When reading m3u files, characters are changed to escape codes "%xx" automatically, i.e., "?" to "%3F" and so on,
https://scdn.nrjaudio.fm/fr/56164/mp3_128.mp3?cdn_path=adswizz_lbs7&adws_out_b3 ----> to https://scdn.nrjaudio.fm/fr/56164/mp3_128.mp3%3Fcdn_path%3Dadswizz_lbs7%26adws_out_b3
so the file is not recognized and, so, not played.
When adding stream, where I tested, the same problem when using escape codes but not with original code. VLC is converting automatically the content to escape codes. How to avoid this situation?
Thanks