From ac3c4b57ea80ce3dcc2f00b7bf1250f1a0267e86 Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 24 Mar 2016 14:15:09 -0400 Subject: [PATCH] Removed progress as it was not very helpful --- Compatibility.md | 80 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/Compatibility.md b/Compatibility.md index e9d6b21..e1a2c27 100644 --- a/Compatibility.md +++ b/Compatibility.md @@ -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|