music-assistant-server

2.2 KBJSON
spec-child.track.json
2.2 KB109 lines • json
1{
2  "id": "082f435a363c32c57d5edb6a678a28d4",
3  "parent": "e8a0685e3f3ec6f251649af2b58b8617",
4  "isDir": false,
5  "title": "\"polar expedition\"",
6  "album": "Live at The Casbah - 2005-04-29",
7  "artist": "The New Deal",
8  "track": 4,
9  "year": 2005,
10  "coverArt": "mf-082f435a363c32c57d5edb6a678a28d4_6410b3ce",
11  "size": 19866778,
12  "contentType": "audio/flac",
13  "suffix": "flac",
14  "starred": "2023-03-27T09:45:27Z",
15  "duration": 178,
16  "bitRate": 880,
17  "bitDepth": 16,
18  "samplingRate": 44100,
19  "channelCount": 2,
20  "path": "The New Deal/Live at The Casbah - 2005-04-29/04 - \"polar expedition\".flac",
21  "playCount": 8,
22  "played": "2023-03-26T22:27:46Z",
23  "discNumber": 1,
24  "created": "2023-03-14T17:51:22.112827504Z",
25  "albumId": "e8a0685e3f3ec6f251649af2b58b8617",
26  "artistId": "97e0398acf63f9fb930d7d4ce209a52b",
27  "type": "music",
28  "mediaType": "song",
29  "isVideo": false,
30  "bpm": 134,
31  "comment": "This is a song comment",
32  "sortName": "Polar expedition",
33  "musicBrainzId": "189002e7-3285-4e2e-92a3-7f6c30d407a2",
34  "genres": [
35    {
36      "name": "Hip-Hop"
37    },
38    {
39      "name": "East coast"
40    }
41  ],
42  "artists": [
43    {
44      "id": "ar-1",
45      "name": "Artist 1"
46    },
47    {
48      "id": "ar-2",
49      "name": "Artist 2"
50    }
51  ],
52  "displayArtist": "Artist 1 feat. Artist 2",
53  "albumArtists": [
54    {
55      "id": "ar-6",
56      "name": "Artist 6"
57    },
58    {
59      "id": "ar-7",
60      "name": "Artist 7"
61    }
62  ],
63  "displayAlbumArtist": "Artist 6 & Artist 7",
64  "contributors": [
65    {
66      "role": "composer",
67      "artist": {
68        "id": "ar-3",
69        "name": "Artist 3"
70      }
71    },
72    {
73      "role": "composer",
74      "artist": {
75        "id": "ar-4",
76        "name": "Artist 4"
77      }
78    },
79    {
80      "role": "lyricist",
81      "artist": {
82        "id": "ar-5",
83        "name": "Artist 5"
84      }
85    },
86    {
87      "role": "performer",
88      "subRole": "Bass",
89      "artist": {
90        "id": "ar-5",
91        "name": "Artist 5"
92      }
93    }
94  ],
95  "displayComposer": "Artist 3, Artist 4",
96  "moods": [
97    "slow",
98    "cool"
99  ],
100  "explicitStatus": "explicit",
101  "replayGain": {
102    "trackGain": 0.1,
103    "albumGain": 1.1,
104    "trackPeak": 9.2,
105    "albumPeak": 9,
106    "baseGain": 0
107  }
108}
109