Initial Home page

Deluan Quintão 2016-03-05 00:00:05 -05:00
commit 0e85dae91d

36
Compatibility.md Normal file

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