@extends('layouts.app') @section('title', 'Create Release') @section('idname', 'single') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
Indicate the name of this release as it should appear publicly. The title must be accurate and correctly formatted in the language of the release and must not include names of artists or any additional information.
Indicate how to differentiate this release from the original if it is a different version (e.g. Remix, Live, Radio Edit, Bonus Track Version, etc.).
Select the language in which the release and tracks titles are written.
Select the type of release from Album (at least 30 minutes of music or 7 tracks), Single (up to 3 tracks of less than 10 minutes each), EP (up to 3 tracks with a track of at least 10 minutes and a total length of up to 30 minutes) or Compilation (tracks previously released separately at least 18 months in between).
Size: 3000x3000 to 5000x5000 pixels (perfect square). Format: JPG, TIFF or PNG. Max file size: 36 MB.
Select the music category that best describes the content of this release. Use the most specific genre that applies rather than a generic one.
Select a secondary genre to add more information about the content of this release, if applicable.
Indicate the UPC (Universal Product Code) or EAN (European Article Number) code that identifies this release within a digital or physical shop, or request a new one. This is a 12-14 digit alphanumeric code.
Add the names of contributors and their roles for this release. You can add multiple contributors.
@endsection