// submission format
metadata.json

If you pin your track as an IPFS folder (rather than a single file), you can drop a metadata.json file in that same folder. Paste the folder's CID into the Folder CID field on the submission form and, on blur, SignalChain will fetch it and auto-fill Title / Artist / Genre / Audio CID for you -- so you don't have to type them in by hand. It's entirely optional: no metadata.json, no problem, just fill the form fields yourself.

Example folder layout

your-folder-cid/
  metadata.json
  track.mp3

Example metadata.json

{
  "title": "Painted Sky",
  "artist": "Don Buck",
  "genre": "Stoner Rock",
  "audio": "track.mp3"
}

With this in place, pasting just the folder CID into the form auto-fills all four fields below it -- audio should be the filename of the track inside that same folder, not a separate CID.

Recognized fields

FieldAliasesFills inRequired?
titlenameTrack TitleNo
artistauthorArtistNo
genre--Genre TagNo
audioaudioFileAudio IPFS CID (as a filename within the folder)No

Good to know

← Back to the submission form