アルバムのメタデータ
CustomerName_Album_YYYYMMDD.json
| id required | number データセット ベーシック |
| title required | string データセット ベーシック |
| subtitle | string データセット ベーシック |
| label | string データセット ベーシック |
| distributor | string データセット ベーシック |
| type required | string Enum: "ORIGINAL" "LIVE" "COMPILATION" "KARAOKE" "RING" "OTHER" データセット ベーシック |
| format required | string Enum: "ALBUM" "EP" "SINGLE" "MCD" "MIXTAPE" データセット ベーシック |
| original_release_date | string データセット レコ |
| rating | number データセット レビュー |
Array of objects データセット ベーシック | |
object データセット ベーシック | |
| id_genre | number データセット ベーシック |
Array of objects データセット ベーシック | |
object (Cover Art) データセット アートワーク | |
Array of objects (Review) データセット レビュー |
{- "id": 12946,
- "title": "The Rhythm of the Saints",
- "subtitle": null,
- "label": "Warner Bros.",
- "distributor": "Warner",
- "type": "ORIGINAL",
- "format": "ALBUM",
- "original_release_date": "1990-10-16",
- "rating": 3,
- "translated": [
- {
- "lang": "ja",
- "rfc_5646": "ja",
- "title": "リズム・オブ・ザ・セインツ",
- "subtitle": null
}
], - "externals": {
- "musicbrainz": [
- "9c08260c-d558-391b-ae2b-aba11b9793d8"
], - "discogs": [
- 113674
]
}, - "id_genre": 143,
- "artists": [
- {
- "id_artist": 2278,
- "link": "Main",
- "roles": [
- {
- "id": 123,
- "name": "Singer"
}
]
}
], - "cover_art": {
- "width": 1500,
- "height": 1500,
- "source": "Music-Story",
- "copyright": "©Copyright Music Story"
}, - "reviews": [
- {
- "lang": "EN",
- "source": "Music-Story",
- "content": "Released almost a year after it was finished, it is THE Velvet Underground album, an avant-garde album that establishes the Velvet's identity and favorite themes, and upsets the standards of society at the time. Produced by Andy Warhol, it bears his strong imprint and influence, lending the Velvet the voice of one of his muses, Nico. This album, so disturbing and out of the ordinary, received almost no airplay on commercial radio, not only because of the music's non-conformism, but perhaps also, paradoxically, because of Warhol's stranglehold on the group, which almost automatically attached the \"arty\" label to it, frightening the general public.",
- "author": "Music Story",
- "copyright": "©Copyright Music Story Music Story 2024"
}
]
}CustomerName_Album_Audio_Descriptions_YYYYMMDD.json
| id_album required | number データセット オーディオ |
| arousal | number データセット オーディオ |
| danceability | number データセット オーディオ |
| dissonance | number データセット オーディオ |
| electric_acoustic | number データセット オーディオ |
| melodicity | number データセット オーディオ |
| music_speech | number データセット オーディオ |
| studio_live | number データセット オーディオ |
| valence | number データセット オーディオ |
| vocal_instrumental | number データセット オーディオ |
{- "id_album": 1825,
- "arousal": 0.6090944588744586,
- "danceability": 0.42260865800865793,
- "dissonance": 0.4210159740259739,
- "electric_acoustic": 0.3986565800865799,
- "melodicity": 0.6357076190476186,
- "music_speech": 0.08721415584415596,
- "studio_live": 0.294824155844156,
- "valence": 0.4137444588744586,
- "vocal_instrumental": 0.06088199134199131
}CustomerName_Album_Credits_YYYYMMDD.json
すべての可能な値は、付録>クレジットセクションで入手できる
| id_album required | number データセット クレジット |
Array of objects データセット クレジット |
{- "id_album": 696211,
- "data": [
- {
- "parent_credit_name": "Engineer",
- "parent_credit": [
- {
- "credit_child_name": "Assistant Engineer",
- "credit_child": [
- {
- "name": "David Gleeson",
- "id_artist": 4754188
}
]
}
]
}
]
}CustomerName_Deleted_Album_YYYYMMDD.json
| id required | number データセット ベーシック |
{- "id": 0
}