maddox / itunes-api

🎵 A simple server providing a RESTful service for controlling iTunes
MIT License
200 stars 45 forks source link

Playlists #4

Closed maddox closed 9 years ago

maddox commented 9 years ago

This makes playlists a first class resource.

You can now query for all the playlists iTunes contains:

GET /playlists

And you can restfully play a playlist:

PUT /playlists/2322/play

The NowPlayingResource now also returns the name of the current playlist. You can find more in the docs in the README.