Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playlist folder creation via Spotify Apps API

Spotify Apps API Documentation defines a Playlist model, but no model for Playlist folders (folders that have playlists nested within them). I know the spotify core object has a core.library.createPlaylistGroup() function but of course this is off-limits for any Apps API development.

Any ideas on if it'd be possible to create playlist folders via API methods?

like image 322
Elliott Williams Avatar asked Feb 06 '12 17:02

Elliott Williams


People also ask

Can you Create a playlist with Spotify API?

In the Spotify Web API, the Create a Playlist endpoint lets you decide whether a newly created playlist should start life as “public” or “private”. You can also change the current public/private status using the Change a Playlist's Details endpoint.

Can you make folders in the Spotify app?

In the desktop app or web player, right-click a playlist. Select Create folder. Give it a name and press enter.

Can I use Spotify API in my app?

You can use the Player API to add songs or podcast episodes to the “Up next” queue in your Spotify app. Use this endpoint carefully — there is no API yet for removing tracks from the queue, or for reading the contents of the queue.


1 Answers

Unfortunately, there is no way in the current Spotify API to manage playlists folders.

Related: Access playlist folder structure from Spotify app?

like image 193
José M. Pérez Avatar answered Sep 22 '22 13:09

José M. Pérez