-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
Bug fixes, 2011-06-01
-
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="
">
<!-- 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?)
- has related issue
-
MBS-2323 Release editor seeding : parameter 'mediums.M.track.N.artist_credit.names.X.artist.name' not accepted
- Closed