Hello,
Setting options for individual files in the xspf-playlist fails due to the fact, that VLC applies the options of the first video file to the whole playlist, although each file contains a different options tag:
Example:
<track>
<location>C:\file_1.mp4</location>
<duration>208515</duration>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
<vlc:option>aspect-ratio=4:3</vlc:option>
</extension>
</track>
<track>
<location>C:\file_2.mp4</location>
<duration>208515</duration>
<extension application="http://www.videolan.org/vlc/playlist/0">
<vlc:id>1</vlc:id>
<vlc:option>aspect-ratio=16:9</vlc:option>
</extension>
</track>
In this case all files in the playlist are displayed in aspect ratio of 4:3.
Can someone remove this bug, please.
Thank you,
Michael