From 58f26827bae53acc0bbe5219ddc74f68489d55ca Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 3 Apr 2014 13:01:40 +0200 Subject: [PATCH] Updated and added missing stuff to the README.md --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d3c2d2ec..e96b6331 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Usage: #####void Previous() > Previous Track -#####void SetTrack(String SpotifyURI) +#####void PlayURL(String SpotifyURI) > Plays the provided URI #####double GetVolume() @@ -85,7 +85,7 @@ Usage: > Returns the current Track #####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 @@ -109,15 +109,27 @@ Usage: ### Track -#####String GetName() -> Returns Track-Name +#####String GetTrackName() +> Returns Track-name -#####String GetArtist() -> Returns Artist +#####String GetArtistName() +> Returns Artist-name -#####String GetAlbum() +#####String GetAlbumName() > 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) > Returns the URL of the Albumart based on the choosen size