From 7be0a15c17a347b444743ed7351d6ea7ed71f435 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 8 Sep 2024 06:42:51 -0700 Subject: [PATCH] Add plex media_player.play_media `username` field (#33828) * Add plex media_player.play_media `username` field * Update source/_integrations/plex.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * tiny tweak --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/plex.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/plex.markdown b/source/_integrations/plex.markdown index 8359925364b..8951117cd3a 100644 --- a/source/_integrations/plex.markdown +++ b/source/_integrations/plex.markdown @@ -160,6 +160,7 @@ Required fields within the `media_content_id` payloads are marked as such, other - `resume`: Resumes playback at the last partially watched position if available, otherwise plays at the beginning. - `offset`: The desired playback start position in seconds. - `allow_multiple`: A search must find one specific item to succeed. This parameter accepts multiple matches in a search and enqueues all found items for playback. Accepts `1` or `true` to enable. +- `username`: A username for a local Plex user account. This is only required if the Plex server has multiple users and you wish to play media for a specific user. Simplified examples are provided for [music](#music), [TV episodes](#tv-episode), and [movies](#movie). See [advanced searches](#advanced-searches) for complex/smart search capabilities.