mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +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()
|
#####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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user