Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 366 Bytes

SubsonicSharp

Basic .Net client library to facilitate working with the Subsonic API

This is put together as part of a larger personal project. Exact scope TBD, but I do not plan to implement any of the media streaming endpoints.

To do:

  • GetTopSongs
  • GetAlbumList and GetAlbumList2
  • GetSongsByGenre
  • Scrobble ??
  • Clean up / refactor