Skip to content

Commit 9f044b2

Browse files
Updated PlayMedia EPISODE service that now supports season number and episode number (instead of episode index)
1 parent df2a8f3 commit 9f044b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/media_player.plex.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Plays a song, playlist, TV episode, or video on a connected client.
102102
| Service data attribute | Optional | Description | Example |
103103
| ---------------------- | -------- | ----------- | ----------- |
104104
| `entity_id` | no | `entity_id` of the client | media_player.theater_plex |
105-
| `media_content_id` | no | Quote escaped JSON with `library_name`, `show_name`, `episode_number`, `shuffle` (0 or 1). | { \\"library_name\\" : \\"Adult TV\\", \\"show_name\\" : \\"Rick and Morty\\", \\"episode_number\\" : 15, \\"shuffle\\": \\"0\\" } |
105+
| `media_content_id` | no | Quote escaped JSON with `library_name`, `show_name`, `season_number`, `episode_number`, `shuffle` (0 or 1). | { \\"library_name\\" : \\"Adult TV\\", \\"show_name\\" : \\"Rick and Morty\\", \\"season_number\\" : 2, \\"episode_number\\" : 5, \\"shuffle\\": \\"0\\" } |
106106
| `media_content_type` | no | Type of media to play, in this case `EPISODE` | EPISODE |
107107

108108
#### Video

0 commit comments

Comments
 (0)