Alxandr / SpotiFire

A project to make a SpotifyClient in C#

Home Page:http://nudoc.azurewebsites.net/SpotiFire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create a new playlist

jgauffin opened this issue · comments

How do I use SpotiFire.SpotifyLib to create a new playlist?

It has jet to be implemented. And as I have exams in 2 days it'll take some time before I can get to it. You might want to try and implement it yourself, as it should be fairly simple. You need to create a function in th playlist-container that takes a string and calls libspotify.sp_playlistcontainer_add_new_playlist. Look at the method for adding tracks to a playlist (or something like that). However, when I get to it I will change the API to enable things like myPlaylistContainer.Playlists.Add("new playlist");