subsonic-java-client

A Java Client for the Subsonic API

GPL-3.0 License

Stars
2

Bot releases are visible (Hide)

subsonic-java-client - 0.5.1

Published by calne-ca about 2 months ago

Fixed

  • Fixed wrong access modifiers for classes:
    • net.beardbot.subsonic.client.api.browsing.ArtistParams
    • net.beardbot.subsonic.client.api.browsing.ArtistInfoParams
    • net.beardbot.subsonic.client.api.lists.AlbumListParams
subsonic-java-client - 0.5.0

Published by calne-ca about 2 months ago

Added

  • New API implementations:
    • Lists
      • getAlbumList
      • getAlbumList2
    • Annotation
      • setRating
    • Browsing
      • getAlbumInfo
      • getAlbumInfo2
      • getArtistInfo
      • getArtistInfo2
subsonic-java-client - 0.4.0 Latest Release

Published by calne-ca 3 months ago

Added

  • Migration to Java 17
  • New API implementations:
    • Lists
      • getStarred
      • getStarred2
    • Annotation
      • star
      • unstar

Fixed

  • Incompatibility with time-zoned date time strings in created/starred fields
  • Possible XXE vulnerability in media API operations
subsonic-java-client - 0.3.0

Published by calne-ca about 3 years ago

Added

  • New method subsonic.media().getCoverArtUrl(songId) that returns a URL without reading from it.
subsonic-java-client - 0.2.0

Published by calne-ca over 3 years ago

Added

  • New method subsonic.media().streamUrl(songId) that returns a stream URL without reading from it.

Fixed

  • Fixed InputStream returned by subsonic.media().stream(songId) not readable as audio stream.
subsonic-java-client - 0.1.0

Published by calne-ca almost 4 years ago