From caf558b6a0abf6e519623263577d4ac0f58ac710 Mon Sep 17 00:00:00 2001 From: emeric Date: Mon, 9 Oct 2023 13:57:20 +0200 Subject: [PATCH] Subsonic API: extensions WIP --- SUBSONIC.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SUBSONIC.md b/SUBSONIC.md index 856a68fa..77dd6051 100644 --- a/SUBSONIC.md +++ b/SUBSONIC.md @@ -5,7 +5,8 @@ The Subsonic API is enabled by default. __Note__: since _LMS_ may store hashed and salted passwords or may forward authentication requests to external services, it cannot handle the __token authentication__ method. You may need to check your client to make sure to use the __password__ authentication method. -## OpenSubsonic API +# OpenSubsonic API +## Extra fields The following extra fields are implemented: * `Album` response: * `musicBrainzId` @@ -29,4 +30,5 @@ The following extra fields are implemented: * `sortName` * `roles` -The timeOffset parameter +## Supported extensions +* [Transcode offset](https://opensubsonic.netlify.app/docs/extensions/transcodeoffset/)