@model KernelRecordsMVC.Application.ViewModels.CreateReleaseViewModel @{ ViewData["Title"] = "Create Release"; }
← Dashboard CATALOG MANAGEMENT

Create Release

Add an album or single, assign artists and build its track listing.

@Html.AntiForgeryToken()
STEP 01

Release Type

Choose whether this release is an album or a single.

STEP 02

Release Information

Enter the main catalog information for this release.

Paste a direct image URL for the release artwork.
COVER PREVIEW
♪
STEP 03

Artists

Select the main artist and any featured artists for this release.

The primary artist associated with this release.
Hold Ctrl on Windows or Cmd on macOS to select multiple artists.
STEP 04

Single Information

Enter the duration of the single.

Example: 03:45
STEP 04

Track List

Add tracks in the order they appear on the album.

@for (var i = 0; i < Model.Tracks.Count; i++) {
@(i + 1)
If no artist is selected, the release's main artist will automatically be used.
}
READY TO CREATE?

The release, artists and tracks will be created together.

Cancel
@section Scripts { }