mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-13 14:01:14 +03:00
Removed progress as it was not very helpful
parent
14bc715652
commit
ac3c4b57ea
@ -18,43 +18,43 @@ not supported by iTunes. Also keep in mind these differences between iTunes+GoSo
|
||||
That being said, this list is in priority order ;)
|
||||
|
||||
|
||||
| ENDPOINT | PROGRESS | NOTES |
|
||||
|------------------------|:-----------:|--------|
|
||||
| _SYSTEM_ |||
|
||||
| `ping` | 1.14.0 | |
|
||||
| `getLicense` | 1.14.0 | Always valid ;) |
|
||||
| |||
|
||||
| _BROWSING_ |||
|
||||
| `getMusicFolders` | 1.14.0 | Hardcoded to just one, configured in `app.conf` |
|
||||
| `getIndexes` | 1.9.0 | Doesn't support shortcuts |
|
||||
| `getMusicDirectory` | 1.4.0 | |
|
||||
| |||
|
||||
| _ALBUM/SONGS LISTS_ |||
|
||||
| `getAlbumList` | 1.9.0 | |
|
||||
| `getStarred` | 1.8.0 | Don't return any artists, as iTunes does not support starred (loved) artists |
|
||||
| `getNowPlaying` | 1.14.0 | |
|
||||
| |||
|
||||
| _SEARCHING_ |||
|
||||
| `search2` | 1.4.0 | |
|
||||
| |||
|
||||
| _PLAYLISTS_ |||
|
||||
| `getPlaylists` | 1.7.0 | |
|
||||
| `getPlaylist` | 1.7.0 | |
|
||||
| `createPlaylist` | 1.14.0 | Cannot be used to update playlist |
|
||||
| `updatePlaylist` | 1.14.0 | Ignores `comment` and `public` parameter, cannot add or remove songs to a smart playlist |
|
||||
| `deletePlaylist` | 1.14.0 | |
|
||||
| |||
|
||||
| _MEDIA RETRIEVAL_ |||
|
||||
| `stream` | 1.5.0 | Returns wrong content-length when downsampling |
|
||||
| `download` | 1.14.0 | |
|
||||
| `getCoverArt` | 1.14.0 | Only gets embedded artwork |
|
||||
| `getAvatar` | 1.14.0 | Always returns the same image |
|
||||
| |||
|
||||
| _MEDIA ANNOTATION_ |||
|
||||
| `star` | 1.14.0 | Doesn't work with artists. No ID3 support |
|
||||
| `unstar` | 1.14.0 | Doesn't work with artists. No ID3 support |
|
||||
| `setRating` | 1.14.0 | Doesn't work with artists |
|
||||
| `scrobble` | 1.14.0 | No Last.FM support yet. On submit, will open iTunes, if it is closed |
|
||||
| |||
|
||||
| _USER MANAGEMENT_ |||
|
||||
| `getUser` | 1.14.0 | Hardcoded all roles, ignores `username` parameter|
|
||||
| ENDPOINT | NOTES |
|
||||
|------------------------|-|
|
||||
| _SYSTEM_ ||
|
||||
| `ping` | |
|
||||
| `getLicense` | Always valid ;) |
|
||||
| ||
|
||||
| _BROWSING_ ||
|
||||
| `getMusicFolders` | Hardcoded to just one, configured in `app.conf` |
|
||||
| `getIndexes` | Doesn't support shortcuts |
|
||||
| `getMusicDirectory` | |
|
||||
| ||
|
||||
| _ALBUM/SONGS LISTS_ ||
|
||||
| `getAlbumList` | |
|
||||
| `getStarred` | Don't return any artists, as iTunes does not support starred (loved) artists |
|
||||
| `getNowPlaying` | |
|
||||
| ||
|
||||
| _SEARCHING_ ||
|
||||
| `search2` | |
|
||||
| ||
|
||||
| _PLAYLISTS_ ||
|
||||
| `getPlaylists` | |
|
||||
| `getPlaylist` | |
|
||||
| `createPlaylist` | Cannot be used to update playlist |
|
||||
| `updatePlaylist` | Ignores `comment` and `public` parameter, cannot add or remove songs to a smart playlist |
|
||||
| `deletePlaylist` | |
|
||||
| ||
|
||||
| _MEDIA RETRIEVAL_ ||
|
||||
| `stream` | Returns wrong content-length when downsampling |
|
||||
| `download` | |
|
||||
| `getCoverArt` | Only gets embedded artwork |
|
||||
| `getAvatar` | Always returns the same image |
|
||||
| ||
|
||||
| _MEDIA ANNOTATION_ ||
|
||||
| `star` | Doesn't work with artists. No ID3 support |
|
||||
| `unstar` | Doesn't work with artists. No ID3 support |
|
||||
| `setRating` | Doesn't work with artists |
|
||||
| `scrobble` | No Last.FM support yet. On submit, will open iTunes, if it is closed |
|
||||
| ||
|
||||
| _USER MANAGEMENT_ ||
|
||||
| `getUser` | Hardcoded all roles, ignores `username` parameter|
|
||||
|
Loading…
x
Reference in New Issue
Block a user