-
Notifications
You must be signed in to change notification settings - Fork 810
Playlists
LukePulverenti edited this page Dec 18, 2014
·
15 revisions
Send a POST to /Playlists?UserId=xxx&Name=xxx
There are two additional params, one of which must be specified:
- MediaType (Audio/Video)
- Ids - A comma delimited list of item id's to add to the playlist. MediaType can be omitted if this is supplied.
Playlists for a user can be queried like any other type. The item type is Playlist.
The MediaType property of the playlist will indicate either Audio or Video.
There is a dedicated endpoint to retrieve the list of playlist items:
/Playlists/{Id}/Items
The following params are accepted:
- Id
- UserId
- StartIndex
- Limit
- Fields
Each playlist item will have a PlaylistItemId property. This property is required in order to remove the item from the playlist.
Send a POST to /Playlists/{Id}/Items
In addition, supply:
- Ids - A comma delimited list of item id's to add to the playlist.
- UserId
Send a DELETE to /Playlists/{Id}/Items
In addition, supply:
- EntryIds - A comma delimited list of the PlaylistItemId property of each item to remove from the playlist.
Emby Home | Latest News | Emby Downloads | Emby Community Forums | © 2019 Emby LLC
- Locating the Server
- Emby Connect
- Browsing the Library
- Latest Items
- Item Information
- Item Types
- Images
- Items by Name
- Web Socket
- Remote Control
- Live TV
- Playlists
- Parental Control
- Filtering
- Sync
- Playback Guidelines
- Audio Streaming
- Video Streaming
- HTTP Live Streaming (HLS)
- Subtitles
- Playback Check-ins