mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Updated and added missing stuff to the README.md
This commit is contained in:
parent
de89075986
commit
58f26827ba
26
README.md
26
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user