Django MusicBrainz Connector
  • Area Type
  • Area
  • Artist Credit
  • Artist Credit Name
  • Artist Type
  • Artist
  • Gender
  • Language
  • Link
  • Link Attribute
  • Link Attribute Text Value
  • Link Attribute Type
    • LinkAttributeType
    • Link Attribute Types
  • Link Text Attribute Type
  • Link Type
  • Medium Format
  • Recording
  • RecordingWorkLink
  • ReleaseGroupPrimaryType
  • ReleasePackaging
  • ReleaseStatus
  • Script
  • Tag
  • Track
  • Work
  • Work Type
  • Base tag model
  • Changelog
Django MusicBrainz Connector
  • Link Attribute Type
  • View page source

Link Attribute Type

class django_musicbrainz_connector.models.LinkAttributeType(*args, **kwargs)[source]

PostgreSQL Definition

The link_attribute_type table is defined in the MusicBrainz Server as:

CREATE TABLE link_attribute_type ( -- replicate
    id                  SERIAL,
    parent              INTEGER, -- references link_attribute_type.id
    root                INTEGER NOT NULL, -- references link_attribute_type.id
    child_order         INTEGER NOT NULL DEFAULT 0,
    gid                 UUID NOT NULL,
    name                VARCHAR(255) NOT NULL,
    description         TEXT,
    last_updated        TIMESTAMP WITH TIME ZONE DEFAULT NOW()
);

Link Attribute Types

Last checked on 2025-04-25, there are 1158 link attribute types in the MusicBrainz database. Here is a sample of 20 of them:

id

parent

root

name

description

1

None

additional

additional

This attribute describes if a particular role was considered normal or additional.

2

None

minor

minor

This attribute describes if a particular collaboration was considered equal or minor.

3

None

vocal

vocal

This attribute describes a type of vocal performance.

4

vocal

vocal

lead vocals

Lead or solo vocal

5

lead vocals

vocal

alto vocals

alto vocals

6

lead vocals

vocal

baritone vocals

baritone vocals

7

lead vocals

vocal

bass vocals

bass vocals

8

lead vocals

vocal

countertenor vocals

countertenor vocals

9

lead vocals

vocal

mezzo-soprano vocals

mezzo-soprano vocals

10

lead vocals

vocal

soprano vocals

soprano vocals

11

lead vocals

vocal

tenor vocals

tenor vocals

12

vocal

vocal

background vocals

background vocals

13

vocal

vocal

choir vocals

choir vocals

14

None

instrument

instrument

This attribute describes the possible instruments that can be captured as part of a performance.
<br/>
Can’t find an instrument? <a href=”https://musicbrainz.org/doc/How_to_Add_Instruments” target=”_blank”>Request it!</a>

15

instrument

instrument

wind instruments

16

instrument

instrument

woodwind

17

instrument

instrument

double reed

18

instrument

instrument

bagpipe

The bagpipe is an instrument consisting of a series of enclosed reeds fed by a bag of air.

19

instrument

instrument

bassoon

20

instrument

instrument

contrabassoon

Previous Next

© Copyright 2025, Marios Zindilis.

Built with Sphinx using a theme provided by Read the Docs.