I have tried this in Linux (version 2.1.6 Rincewind) and Windows (version 2.2.4 Weatherwax), with the same result on each.
It won't play the English audio track as the default audio track, no matter what I try. This is the terminal command I tried, but it's exactly the same problem when trying to play from the "Open Disc..." dialog:
Code: Select all
vlc -vv dvd:///E:/#1 :audio-track=0
Code: Select all
vlc -vv dvd:///dev/sr0#1 :audio-track=0
Code: Select all
Disable
Track 1 - [English]
Track 2 - [German]
Track 3 - [Spanish]
Track 4 - [French]
Track 5 - [Italian]
Code: Select all
:audio-track=-1 <-- German
:audio-track=0 <-- German
:audio-track=1 <-- German
:audio-track=2 <-- Spanish
:audio-track=3 <-- French
:audio-track=4 <-- Italian
:audio-track=5 <-- German
:audio-track=6 <-- German
:audio-track=7 <-- German
:audio-track=8 <-- German
:audio-track=9 <-- German
:audio-track=10 <-- German
Does anyone know why it would never select the English audio track from the DVD? Is this a known bug or something?