#792830 vlc: playing tree playlist stops at the end of a branch when Auto start is disabled and the next branch has not been unfolded

Package:
vlc
Source:
vlc
Description:
multimedia player and streamer
Submitter:
Vincent Lefevre
Date:
2015-07-19 01:00:04 UTC
Severity:
normal
#792830#5
Date:
2015-07-19 00:03:30 UTC
From:
To:
Assume that the "Auto start" playlist option is disabled and
"Display playlist tree" is enabled. Consider a playlist with
at least two branches. Something like:

<?xml version="1.0" encoding="utf-8"?>
<playlist xmlns="http://xspf.org/ns/0/" version="1">
  <trackList>
    <track>
      <location>file:///.../file1.xspf</location>
      <title>file1</title>
    </track>
    <track>
      <location>file:///.../file2.xspf</location>
      <title>file2</title>
    </track>
  </trackList>
</playlist>

Open the playlist. For file1, select its last item. Once it is played,
VLC stops instead of going on with file2. This problem doesn't occur
when the "Auto start" playlist option is enabled (default). It doesn't
occur either if file2 was unfolded (by double-clicking on it) before
playing the last item of file1.

#792830#10
Date:
2015-07-19 00:50:08 UTC
From:
To:
I can reproduce the bug with upstream's master git.