Updated and added missing stuff to the README.md

This commit is contained in:
Jonas Dellinger 2014-04-03 13:01:40 +02:00
parent de89075986
commit 58f26827ba

View File

@ -60,7 +60,7 @@ Usage:
#####void Previous() #####void Previous()
> Previous Track > Previous Track
#####void SetTrack(String SpotifyURI) #####void PlayURL(String SpotifyURI)
> Plays the provided URI > Plays the provided URI
#####double GetVolume() #####double GetVolume()
@ -85,7 +85,7 @@ Usage:
> Returns the current Track > Returns the current Track
#####StatusResponse GetStatusResponse() #####StatusResponse GetStatusResponse()
> Returns the StatusResponse, which contains all Information gathered by the Call > Returns the StatusResponse, which contains all Information gathered by the Call (Should not be used at all)
### SpotifyEventHandler ### SpotifyEventHandler
@ -109,15 +109,27 @@ Usage:
### Track ### Track
#####String GetName() #####String GetTrackName()
> Returns Track-Name > Returns Track-name
#####String GetArtist() #####String GetArtistName()
> Returns Artist > Returns Artist-name
#####String GetAlbum() #####String GetAlbumName()
> Returns Album-name > Returns Album-name
#####int GetLength()
> Returns the Track lenght
#####String GetAlbumURI()
> Returns the URI for the album
#####String GetTrackURI()
> Returns the URI for the Track
#####String GetArtistURI()
> Returns the URI for the Artist
#####String GetAlbumArtURL(AlbumArtSize size) #####String GetAlbumArtURL(AlbumArtSize size)
> Returns the URL of the Albumart based on the choosen size > Returns the URL of the Albumart based on the choosen size