Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions source/_integrations/plex.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ media_player:
required: false
type: map
keys:
show_all_controls:
description: Forces all controls to display. Ignores dynamic controls (ex. show volume controls for client A but not for client B) based on detected client capabilities. This option allows you to override this detection if you suspect it to be incorrect.
required: false
default: false
type: boolean
use_episode_art:
description: Display TV episode art instead of TV show art.
required: false
Expand All @@ -106,7 +101,6 @@ plex:
verify_ssl: true
media_player:
use_episode_art: true
show_all_controls: false
ignore_new_shared_users: false
```

Expand Down Expand Up @@ -159,11 +153,10 @@ Plays a song, playlist, TV episode, or video on a connected client.
| Any (when all controls disabled) | A stop button will appear but is not functional. |
| Any (when casting) | Controlling playback will work but with error logging. |
| Any (remote client) | Controls disabled. |
| Apple TV (PlexConnect) | Controls disabled. Music does not work. |
| Apple TV | None |
| iOS | None |
| NVidia Shield | Mute disabled. Volume set below 2 will cause error logging. Controlling playback when the Shield is both a client and a server will work but with error logging |
| NVidia Shield | Controlling playback when the Shield is both a client and a server will work but with error logging |
| Plex Web | None |
| Tivo Plex App | Only play, pause, stop/off controls enabled |

### Notes

Expand Down