Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-2559

track artist credits don't work as documented on http://wiki.musicbrainz.org/User:OliverCharles/RE_POST

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • Bug fixes, 2011-06-01
    • Release editor
    • None

      http://wiki.musicbrainz.org/User:OliverCharles/RE_POST

      The documentation is very unclear about mediums.n.track.m.artist_credit, saying that it's just like artist_credit.

      I tried this:

      <!doctype html>
      <html>
      <meta charset="UTF-8">
      <body>
      <form action="http://test.musicbrainz.org/release/add" method="post">
      <input name="artist_credit.names.0.artist.name" type="text" value="Eason Chan"><br>
      <input name="name" type="text" value="Stranger Under My Skin"><br>
      <input name="date.year" type="text" value="2013"><br>
      <input name="mediums.0.track.0.name" type="text" value="

      {track 1}

      ">
      <!-- NEXT LINE IS THE RELEVANT ONE -->
      <input name="mediums.0.track.0.artist_credit.names.0.artist.name" type="text" value="Chen Yixun">
      <input name="mediums.0.track.0.length" type="text" value="1:23">
      <input type="submit" value="Add Release">
      </form>

      When going through to the tracklist editor, the first track doesn't have an artist credit. I've tried some variations, none of which seem to work:

      • mediums.0.track.0.artist_credit.0.artist.name
      • mediums.0.track.0.artist_credit

      Either the documentation is wrong, this isn't supported or I'm too daft.

      (By the way, why is it artist_credit.names.n and not just artist_credit.n?)

            acid2 Oliver Charles
            foolip Philip Jägenstedt
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package