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

Open youtube on a specific video #317

Open
SodaSurfer opened this issue May 28, 2024 · 5 comments
Open

Open youtube on a specific video #317

SodaSurfer opened this issue May 28, 2024 · 5 comments

Comments

@SodaSurfer
Copy link

Hi there
is it possible to open youtube on a specific video when I provide a video id?
currently I can only open youtube app on its' home screen, and I want to be able and open it on a specific video page.

thanks

@LakeHouse47025
Copy link

Would love to figure this out as well.

@Opontios
Copy link

Opontios commented Jul 1, 2024

The only way that I could achieve this was by using rest_command script.

@alexbrasetvik
Copy link

Try…

service: media_player.play_media
target:
  entity_id: media_player.frame85
data:
  media_content_id: https://www.youtube.com/watch?v=dQw4w9WgXcQ
  media_content_type: url
  enqueue: "play"

media_content_type: url, not video, and also needs the enqueue option.

@Opontios
Copy link

Try…

service: media_player.play_media
target:
  entity_id: media_player.frame85
data:
  media_content_id: https://www.youtube.com/watch?v=dQw4w9WgXcQ
  media_content_type: url
  enqueue: "play"

media_content_type: url, not video, and also needs the enqueue option.

What you mention is exactly what is described in the integration's docs, and I couldn't think of any other way to do that, than the one that is described, but it doesn't work on the particular TV.

@raub21
Copy link

raub21 commented Oct 3, 2024

Try…

service: media_player.play_media
target:
  entity_id: media_player.frame85
data:
  media_content_id: https://www.youtube.com/watch?v=dQw4w9WgXcQ
  media_content_type: url
  enqueue: "play"

media_content_type: url, not video, and also needs the enqueue option.

Do you happen to know how to make the browser full screen using any command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants