From ca5db1ebf983ab7388497c986185fb8971dd548f Mon Sep 17 00:00:00 2001 From: emeric Date: Wed, 10 Dec 2025 21:32:45 +0100 Subject: [PATCH] Updated doc with missing info --- SUBSONIC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SUBSONIC.md b/SUBSONIC.md index 025367b7..3b8a2a0c 100644 --- a/SUBSONIC.md +++ b/SUBSONIC.md @@ -34,7 +34,9 @@ The following extra fields are implemented: * `musicBrainzId` * `originalReleaseDate` * `recordLabels` + * `releaseDate` * `releaseTypes` + * `sortName` * `userRating` * `version` * `Child` response: @@ -64,5 +66,7 @@ The following extra fields are implemented: * [API Key Authentication](https://opensubsonic.netlify.app/docs/extensions/apikeyauth/) * [getPodcastEpisode](https://opensubsonic.netlify.app/docs/extensions/getpodcastepisode/) * [HTTP form POST](https://opensubsonic.netlify.app/docs/extensions/formpost/) +* [Index based Queue](https://opensubsonic.netlify.app/docs/extensions/indexbasedqueue/) * [Transcode offset](https://opensubsonic.netlify.app/docs/extensions/transcodeoffset/) * [Song Lyrics](https://opensubsonic.netlify.app/docs/extensions/songlyrics/) +* [Transcoding](https://opensubsonic.netlify.app/docs/extensions/transcoding/)