MusicBrainz API/Search/CDStubsSearch: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
No edit summary
Line 3: Line 3:
{| border="1" class="wikitable sortable"
{| border="1" class="wikitable sortable"
|-
|-
! Field !! Description
! Field !! Description
|-
|-
| artist || the artist name set on the CD stub
| added || the date the CD stub was added (e.g. "2020-01-22")
|-
| artist || (part of) the artist name set on the CD stub
|-
|-
| barcode || the barcode set on the CD stub
| barcode || the barcode set on the CD stub
|-
|-
| comment || the comment set on the CD stub
| comment || (part of) the comment set on the CD stub
|-
| discid || the CD stub's [[Disc ID]]
|-
|-
| discid || the CD stub's [[Disc ID]]
| id || the numeric ID of the CD stub
|-
|-
| title || the release title set on the CD stub
| title || (part of) the release title set on the CD stub
|-
|-
| tracks || the CD stub's number of tracks
| tracks || the number of tracks on the CD stub
|}
|}

Query terms without a field specifier will search the ''artist'' and ''title'' fields.
If you don't specify a field, the terms will be searched for in the ''artist'' and ''title'' fields.

Revision as of 15:01, 22 January 2021

Search Fields

The CD stub index contains the following fields you can search:

Field Description
added the date the CD stub was added (e.g. "2020-01-22")
artist (part of) the artist name set on the CD stub
barcode the barcode set on the CD stub
comment (part of) the comment set on the CD stub
discid the CD stub's Disc ID
id the numeric ID of the CD stub
title (part of) the release title set on the CD stub
tracks the number of tracks on the CD stub

If you don't specify a field, the terms will be searched for in the artist and title fields.