Updated Album (markdown)

Qstick 2018-07-20 22:20:44 -04:00
parent 459ff766c6
commit 04fd0dc1d0
1 changed files with 56 additions and 8 deletions

@ -12,12 +12,60 @@ Gets information about Albums
##### Returns JsonArray ######
```JSON
[
{
"path": "C:\\",
"label": "",
"freeSpace": 282500067328,
"totalSpace": 499738734592
}
]
{
"title": "Weezer",
"disambiguation": "White Album",
"artistId": 6,
"foreignAlbumId": "18fa1fe1-1cfd-431f-906d-a335f245d220",
"monitored": true,
"profileId": 1,
"duration": 2050903,
"albumType": "Album",
"secondaryTypes": [ ],
"mediumCount": 1,
"ratings": {
"votes": 1,
"value": 10
},
"releaseDate": "2016-04-01T00:00:00Z",
"currentRelease": {
"id": "425b60b9-f518-4185-b650-b0cfb4ca505e",
"title": "Weezer",
"releaseDate": "2016-04-01T00:00:00Z",
"trackCount": 10,
"mediaCount": 1,
"disambiguation": "White Album",
"country": [
"Europe"
],
"format": "CD",
"label": [
"Crush Music"
]
},
"releases": [],
"genres": [ ],
"media": [
{
"mediumNumber": 1,
"mediumName": "",
"mediumFormat": "CD"
}
],
"artist": {},
"images": [
{
"coverType": "cover",
"url": "http://assets.fanart.tv/fanart/music/6fe07aa5-fec0-4eca-a456-f29bff451b04/albumcover/weezer-57464d902a927.jpg"
}
],
"statistics": {
"trackFileCount": 0,
"trackCount": 10,
"totalTrackCount": 10,
"sizeOnDisk": 0,
"percentOfEpisodes": 0
},
"id": 39
}
```