Files
lms/SUBSONIC.md
T
2023-10-09 13:55:24 +02:00

1.1 KiB

Subsonic API

The API version implemented is 1.16.0 and has been tested on Android using Subsonic Player, Ultrasonic, Symfonium, and DSub. Since LMS uses metadata tags to organize music, a compatibility mode is used to browse the collection when using the directory browsing commands. 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

The following extra fields are implemented:

  • Album response:
    • musicBrainzId
    • genres
    • artists
    • releaseTypes
    • moods
    • originalReleaseDate
    • isCompilation
    • discTitles
  • Child response:
    • musicBrainzId: note this is actually the recording MBID
    • genres
    • artists
    • albumArtists
    • contributors
    • moods
    • replayGain
  • Artist response:
    • musicBrainzId
    • sortName
    • roles

The timeOffset parameter