<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I'm messing around with the XML content of Kdenlive projects. For
    this I've written an XSLT transformation stylesheet that dumps some
    of the structure found inside Kdenlive's project file.<br>
    <br>
    One thing that I don't fully understand yet: I've added a video clip
    "outro.MP4" once to my project. When looking at the resulting XML I
    see three(!) <producer>s for this same clip (though it only
    appears once in the bin!):<br>
    <ul>
      <li><producer id="4"></li>
      <li><producer id="4_video"></li>
      <li><producer id="4_playlist2_audio"></li>
    </ul>
    I suspect that this is because I've split audio and video for this
    clip. But I also added another video "intro.MP4" clip to my project
    and this has just two(!) <producer>s:<br>
    <ul>
      <li><producer id="1"></li>
      <li><producer id="1_playlist4"><br>
      </li>
    </ul>
    Does someone here know how to correctly interpret the different
    multiple producers? Just for reference, audio source files only get
    a single <producer> from what I can see.<br>
    <br>
    With best regards,<br>
    Harald<br>
  </body>
</html>