Updated Compatibility (markdown)

Deluan Quintão 2016-03-07 12:44:47 -05:00
parent 01b2f91bb4
commit 3c99903f9e

@ -1,36 +1,25 @@
### Supported Subsonic API version: ### Supported Subsonic API version:
| Grouping | Endpoint | Progress | Notes | | ENDPOINT | PROGRESS | NOTES |
|-------------------|--------------------|------------|-------------------------------------------| |------------------------|:-----------:|--------|
| System | ping | 100% | | _SYSTEM_ |||
| | getLicense | 100% | Always valid ;) | `ping` | 100% | |
| Album/songs lists | getMusicFolders | 100% | Hardcoded to just one, configured in the app.conf file | `getLicense` | 100% | Always valid ;) |
| | getIndexes | 75% | Missing Shortcuts | |||
| | getMusicDirectory | 100% | | _BROWSING_ |||
| | getGenres | | | `getMusicFolders` | 100% | Hardcoded to just one, configured in `app.conf` |
| | getArtists | | | `getIndexes` | 75% | Missing Shortcuts |
| | getArtist | | | `getMusicDirectory` | 100% | |
| | getAlbum | | | |||
| | getSong | | | _ALBUM/SONGS LISTS_ |||
| | getVideos | | | `getAlbumList` | v1.2.0 | Missing `random` type |
| | getArtistInfo | | | |||
| | getArtistInfo2 | | | _MEDIA RETRIEVAL_ |||
| | getAlbumInfo | | | `stream` | v1.2.0 50% | Random errors when downsampling |
| | getAlbumInfo2 | | | `download` | 100% | |
| | getSimilarSongs | | | `getCoverArt` | 75% | Missing `size` parameter |
| | getSimilarSongs2 | | | |||
| | getTopSongs | | | _USER MANAGEMENT_ |||
| Album/song lists | getAlbumList | v1.2.0 | Misses anything above version 1.2.0 | `getUser` | 10% | Hardcoded all roles, ignores `username` parameter|
| | getAlbumList2 | |
| | getRandomSongs |
| | getSongsByGenre |
| | getNowPlaying |
| | getStarred |
| | getStarred2 |
| Searching | search |
| | search2 |
| | search3 |
TO BE CONTINUED .....