You can just use a plain txt-File URL Decoder to convert VLC Playlists in a commonly readable M3U format: Python Script: [url=https://github.com/sebibek/.idea/blob/master/URLdecode.py]Python Script[/url] Usage: python URLdecode.py pls_in.m3u pls_out.m3u8 If you need m3u-format, just use another medi...