c# - Can the SpotifyLocalAPI communicate to spotify with out an internet connection. Can it also retrieve the saved playlists and play from them? -
i using api https://github.com/johnnycrazy/spotifyapi-net
i working on making own front end spotify played offline saved songs.
it seems work play pause , skip songs. when connected internet. displays album art.
i asking see if has created new front end spotify / retrieved saved songs spotify without having connected internet?
i asking because planning on running spotify on carpc , incorporate controls gui , not switch spotify application.
there no official way retrieve tracks , track-info while being offline. way fetch user's tracks via web-api, which, obviously, works having internet access. option left reverse engineering spotify's client, lot of work.
regarding spotifylocalapi:
local api called web helper
. exists browser can communicate client , pass specifc tracks (used http://open.spotify.com/). since it's designed passing tracks , displaying basic player information, never implemented method fetching offline tracks/playlists.
source: wrote wrapper
Comments
Post a Comment