Win m3u file encode in utf-8 not show correctly.
#1
Tongue 
my kode version is 14.2rc1 ,the sample m3u file content :

#EXTM3U
#EXTINF:-1,CNN
http://1.1.1.1/1.m3u8
#EXTINF:-1,BBC
http://1.1.1.1/2.m3u8

if this m3u file encode in UTF-8 , opening in kodi > videos > files will show an extra title "#EXTM3U", like this:

#EXTM3U
CNN
BBC

but if encode in ANSI, opening in kodi will show corrently title

CNN
BBC

and I removed the "#EXTM3U" in m3u file, encode file in UTF-8 ,show

#EXTINF:-1,CNN
1.m3u8
BBC

this is a bug? anyone can tell me how to show m3u file encode in UTF-8 correctly?
Reply

Logout Mark Read Team Forum Stats Members Help
m3u file encode in utf-8 not show correctly.0