- getBookmark 'all' param
- Return promise from playlists method
- Return the full response instead of just the array of items
- Breaks backwards compatibility with earlier versions of the API which sent only the array of items
- e.g.
md5
hash andtotal_count
will now be included where applicable, with an additional property containing the array of items named after the requested object type
- Added
rawURL
method for generating URLs based on an endpoint + params
- New
cond
andsort
params for paginated collections
- Restore the auth param when logging in debug mode
- Use Bearer header for auth. Your Ampache server will need
Access-Control-Allow-Headers
- Example config for Apache virtualhost:
Header set Access-Control-Allow-Headers "Authorization"
- Example config for Apache virtualhost:
- New
lostPassword
method - New
bookmark
method - New
userPlaylists
method - New
userSmartlists
method - New
playlistAdd
method - New
index
method - Bookmark updates
- More types for
shareCreate
has_art
prop for everything withart
playlistAddSong
deprecated, use newplaylistAdd
- Preferences are now an object
- New
album_artist
&song_artist
types foradvancedSearch
genre
&podcast
do not return arrays
- New
random
param onplaylistSongs
stream
,download
&get_art
return binary blobs
- Initial release