Add ReplayGain to OpenSubsonic API Child response

This commit is contained in:
Deluan
2023-12-02 15:28:44 -05:00
parent 812dc2090f
commit 4641dc0b2b
25 changed files with 89 additions and 24 deletions
@@ -3,6 +3,7 @@
<child 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="" mediaType="song" musicBrainzId="4321">
<genres name="rock"></genres>
<genres name="progressive"></genres>
<replayGain trackGain="1" albumGain="2" trackPeak="3" albumPeak="4" baseGain="5" fallbackGain="6"></replayGain>
</child>
</directory>
</subsonic-response>