Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the record label that has produced a given release, the name being the only mandatory element; maps to label_type

Hierarchy

  • Label

Index

Constructors

Properties

Methods

Constructors

constructor

  • Constructor for Label objects. Takes all of the attributes as an object.

    Parameters

    • label: Partial<Label>

      An object containing all fields for the Label.

    Returns Label

Properties

Optional city

city: string

City of the label; maps to city

Optional country

country: string

Country of the label as a capitalized country name. Use the CountryName enum for validation and convenience; maps to country

name

name: string = ''

Full name of the record label; maps to name

Optional state

state: string

State of the label; maps to state

Optional vendorLabelID

vendorLabelID: string

AudioSalad ID for the label; maps to vendor_label_id

Methods

xml

  • xml(): string
  • Generates AudioSalad XML for the label.

    Returns string

    AudioSalad XML <label> element

Generated using TypeDoc