ISSUE 1:
The ASX file was created by a another player (eg GOMPLAYER) and text file is in UNICODE. When opened in VLC playlist file appears empty.
Workaround is to open in ASX file in a text editor and resave as UTF then file plays correctly.
My unicode "<asx version = "3.0" >" file:
Code: Select all
begins with hex code: FFFE followed by:
HEX CHAR
3C00 6100 7300 7800 < a s x
The ASX file with html style escaped characters such as single quote are not substituted before use, so Title display is wrong and file name target is wrong name. For example:
Code: Select all
<entry>
<title>10 - <title>10 - Nik Kershaw - Wouldn't It Be Good.mp3</title>
<ref href = "H:\path\10 - Nik Kershaw - Wouldn't It Be Good.mp3" />
</entry>
"10 - Nik Kershaw - Wouldn't It Be Good.mp3" instead of
"10 - Nik Kershaw - Wouldn't It Be Good.mp3"
The playlist media title is also displayed incorrectly
"10 - Nik Kershaw - Wouldn't It Be Good.mp3" instead of
"10 - Nik Kershaw - Wouldn't It Be Good.mp3"
I could not find any mention of this in forum or bug list. Are these known issues ?