mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Remove option and update media player compatibility for Plex (#12269)
This commit is contained in:
parent
a70c1b8673
commit
28e2c78349
@ -79,11 +79,6 @@ media_player:
|
|||||||
required: false
|
required: false
|
||||||
type: map
|
type: map
|
||||||
keys:
|
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:
|
use_episode_art:
|
||||||
description: Display TV episode art instead of TV show art.
|
description: Display TV episode art instead of TV show art.
|
||||||
required: false
|
required: false
|
||||||
@ -106,7 +101,6 @@ plex:
|
|||||||
verify_ssl: true
|
verify_ssl: true
|
||||||
media_player:
|
media_player:
|
||||||
use_episode_art: true
|
use_episode_art: true
|
||||||
show_all_controls: false
|
|
||||||
ignore_new_shared_users: false
|
ignore_new_shared_users: false
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -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 all controls disabled) | A stop button will appear but is not functional. |
|
||||||
| Any (when casting) | Controlling playback will work but with error logging. |
|
| Any (when casting) | Controlling playback will work but with error logging. |
|
||||||
| Any (remote client) | Controls disabled. |
|
| Any (remote client) | Controls disabled. |
|
||||||
| Apple TV (PlexConnect) | Controls disabled. Music does not work. |
|
| Apple TV | None |
|
||||||
| iOS | 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 |
|
| Plex Web | None |
|
||||||
| Tivo Plex App | Only play, pause, stop/off controls enabled |
|
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user