@extends('layouts.app') @section('title', 'Edit Audio Track') @section('content')

Edit Audio Track

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif Preview Tracks
@csrf @method('PUT')
Indicate the name of this track 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 track from the original if it is a different version (e.g. Remix, Live, Radio Edit, Bonus Track Version, etc.).
Accepted formats: mp3 320kbps, FLAC, WAV 16 bits 44100Hz STEREO
Indicate the minute at which the track should start playing. Please note that this only applies to channels that support this specification.
Select the music category that best describes the content of this track. 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 track, if applicable.
is_instrumental ? 'checked' : '' }}>
is_instrumental ? 'checked' : '' }}>
is_explicit == 1 ? 'checked' : '' }}>
is_explicit == 2 ? 'checked' : '' }}>
is_explicit == 3 ? 'checked' : '' }}>
Indicate whether the lyrics contain words or phrases that are considered offensive, vulgar, or inappropriate in some social and cultural contexts, especially for children.
Include the lyrics transcription. It must be accurate and match the audio. Follow the proper song structure and separate the lyrical sections and changes within a song with line breaks.
Indicate the ISRC (International Standard Recording Code) code that identifies this track specific recording, or request a new one. This is a 12 digit alphanumeric code.
Indicate the ISWC (International Standard Musical Work Code) code that identifies this track musical work (composition and lyrical content) as a unique intangible creation.
Indicate the owner of the rights of this track sound recording. Keep the spelling and formatting of the owner's name accurate to the legal documents.
@if ($track->contributors->isEmpty())
@else @foreach ($track->contributors as $contributor)
@if($loop->first)
@endif
@endforeach @endif

List all the contributors of the track:

  • Primary artist (Artist, band or project name)
  • Composer (Full name of the composer)
  • Lyricist (Full name of the author)
  • Featuring, Producer, Remixer, etc