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:
| 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 .....