Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Media Player Additional Features? #32

Closed
uvjim opened this issue Dec 18, 2023 · 2 comments · Fixed by #36
Closed

[Question] Media Player Additional Features? #32

uvjim opened this issue Dec 18, 2023 · 2 comments · Fixed by #36
Assignees
Labels
enhancement New feature or request

Comments

@uvjim
Copy link

uvjim commented Dec 18, 2023

When using a media player entity to represent a set-top-box, how is it best to facilitate the number buttons, record and recorded shows buttons? The set-top-box (TiVo) I use also has a "Thumbs Up" and "Thumbs Down" functionality, how could these also be represented?

Expected Behavior or Design

I would expect the CHANNEL_SWITCHER to also include number buttons.

Current Behavior or Design

Currently the feature for CHANNEL_SWITCHER does not facilitate number buttons that would be used for changing channels. I also cannot see a feature that would imply the ability to record.

Possible Solution

I guess the options I'm after could be provided as additional Button entities that are associated with the same entity_id. However, this could overwhelm the UI or become cumbersome.

One option would be to provide additional features: -

  1. NUMBER_BUTTONS - this would be responsible for the number commands for a media player
  2. DVR - this would be responsible for providing functionality for "Record" and "My Recordings"
  3. FAVOURITES - to expose a like and dislike option to mimic the thumbs up and down

Detailed Description and Additional Information

@uvjim uvjim added the enhancement New feature or request label Dec 18, 2023
@zehnm
Copy link
Contributor

zehnm commented Feb 22, 2024

Additional commands in the media-player entities are currently not supported, but it's a planned feature. Either as "custom commands", or providing a separate "remote-entity".

@zehnm zehnm self-assigned this Feb 23, 2024
@zehnm
Copy link
Contributor

zehnm commented Feb 23, 2024

Specification of additional commands in the media-player has started in branch feat/media-player_commands.
Diff: main...feat/media-player_commands

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants