From 3c99903f9e05af59744fc6040978e6b761387062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Mon, 7 Mar 2016 12:44:47 -0500 Subject: [PATCH] Updated Compatibility (markdown) --- Compatibility.md | 53 +++++++++++++++++++----------------------------- 1 file changed, 21 insertions(+), 32 deletions(-) diff --git a/Compatibility.md b/Compatibility.md index 0a9101d..c9ea918 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -1,36 +1,25 @@ ### 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 | +| ENDPOINT | PROGRESS | NOTES | +|------------------------|:-----------:|--------| +| _SYSTEM_ ||| +| `ping` | 100% | | +| `getLicense` | 100% | Always valid ;) | +| ||| +| _BROWSING_ ||| +| `getMusicFolders` | 100% | Hardcoded to just one, configured in `app.conf` | +| `getIndexes` | 75% | Missing Shortcuts | +| `getMusicDirectory` | 100% | | +| ||| +| _ALBUM/SONGS LISTS_ ||| +| `getAlbumList` | v1.2.0 | Missing `random` type | +| ||| +| _MEDIA RETRIEVAL_ ||| +| `stream` | v1.2.0 50% | Random errors when downsampling | +| `download` | 100% | | +| `getCoverArt` | 75% | Missing `size` parameter | +| ||| +| _USER MANAGEMENT_ ||| +| `getUser` | 10% | Hardcoded all roles, ignores `username` parameter| - -TO BE CONTINUED .....