From 0e85dae91d837c08624a1e79478a1428936ea2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Sat, 5 Mar 2016 00:00:05 -0500 Subject: [PATCH] Initial Home page --- Compatibility.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Compatibility.md diff --git a/Compatibility.md b/Compatibility.md new file mode 100644 index 0000000..0a9101d --- /dev/null +++ b/Compatibility.md @@ -0,0 +1,36 @@ + +### Supported Subsonic API version: + +| Grouping | Endpoint | Progress | Notes | +|-------------------|--------------------|------------|-------------------------------------------| +| System | ping | 100% | +| | getLicense | 100% | Always valid ;) +| Album/songs lists | getMusicFolders | 100% | Hardcoded to just one, configured in the app.conf file +| | getIndexes | 75% | Missing Shortcuts +| | getMusicDirectory | 100% | +| | getGenres | | +| | getArtists | | +| | getArtist | | +| | getAlbum | | +| | getSong | | +| | getVideos | | +| | getArtistInfo | | +| | getArtistInfo2 | | +| | getAlbumInfo | | +| | getAlbumInfo2 | | +| | getSimilarSongs | | +| | getSimilarSongs2 | | +| | getTopSongs | | +| Album/song lists | getAlbumList | v1.2.0 | Misses anything above version 1.2.0 +| | getAlbumList2 | | +| | getRandomSongs | +| | getSongsByGenre | +| | getNowPlaying | +| | getStarred | +| | getStarred2 | +| Searching | search | +| | search2 | +| | search3 | + + +TO BE CONTINUED .....