-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images and more link types supported #38
base: master
Are you sure you want to change the base?
Conversation
playlistcontainer: folder support
album cover retrieving
starred playlist support
search: album and artist support
link: album support
album: getTracks
While testing my app I have received the following error about two times. I don't think that it has anything to do with this pull request but if you could test out this and notify me if anyone gets it aswell. I have always got the error in the middle of playing a song, while not making any other calls to libspotify.
|
@Floby Please take a look when you have time! |
@Floby ping! I've updated with a small bugfix... |
Sorry I haven't been replying to this pull request. Work leave me no time to review these at the moment but I promise I will make time ! |
Ok, thanks! |
This includes #28, #30, #31, #32, #33 and #35. If you want to review them separately I think that their commits should disappear from below when you merge them.
The only thing that is relevant to this pull request is faa0197, which depends on the other hence the inclusion.
I've added support for a new type of
SpObject
,Image
. All link functionsImage.getFromUrl
andimg.getUrl
is implemented. You can also get an image object form anAlbum
,Artist
orPlaylist
.Some tab and spaces misses are also fixed.