Expose OpenSubsonic release date for album (#2906)

* [enhancement]: OS expose release date for album, make original optional

* not optional

* remove omitempty
This commit is contained in:
Kendall Garner
2024-04-03 11:30:01 +00:00
committed by GitHub
parent e81bf5125f
commit f12dfb485a
7 changed files with 12 additions and 1 deletions
@@ -36,6 +36,11 @@
"month": 2,
"day": 4
},
"releaseDate": {
"year": 2000,
"month": 5,
"day": 10
},
"song": [
{
"id": "1",
@@ -5,6 +5,7 @@
<discTitles disc="1" title="disc 1"></discTitles>
<discTitles disc="2" title="disc 2"></discTitles>
<originalReleaseDate year="1994" month="2" day="4"></originalReleaseDate>
<releaseDate year="2000" month="5" day="10"></releaseDate>
<song id="1" isDir="true" title="title" album="album" artist="artist" track="1" year="1985" genre="Rock" coverArt="1" size="8421341" contentType="audio/flac" suffix="flac" starred="2016-03-02T20:30:00Z" transcodedContentType="audio/mpeg" transcodedSuffix="mp3" duration="146" bitRate="320" isVideo="false" bpm="127" comment="a comment" sortName="sorted song" mediaType="song" musicBrainzId="4321">
<genres name="rock"></genres>
<genres name="progressive"></genres>
@@ -13,6 +13,7 @@
"isCompilation": false,
"sortName": "",
"discTitles": [],
"originalReleaseDate": {}
"originalReleaseDate": {},
"releaseDate": {}
}
}
@@ -1,5 +1,6 @@
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0" type="navidrome" serverVersion="v0.0.0" openSubsonic="true">
<album id="" name="" userRating="0" musicBrainzId="" isCompilation="false" sortName="">
<originalReleaseDate></originalReleaseDate>
<releaseDate></releaseDate>
</album>
</subsonic-response>