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

[Feature Request] Play specific title for Netflix/Hulu/etc #518

Open
thud06 opened this issue Jan 31, 2024 · 3 comments
Open

[Feature Request] Play specific title for Netflix/Hulu/etc #518

thud06 opened this issue Jan 31, 2024 · 3 comments

Comments

@thud06
Copy link

thud06 commented Jan 31, 2024

Following up from the issue discussed here: https://www.reddit.com/r/homebridge/comments/h7gw4q/lg_tv_plug/

Is it currently possible to play a specific title once you open an app? E.g Play avatar the last airbender on netflix.

Thanks

@merdok
Copy link
Owner

merdok commented Jan 31, 2024

Hi, it is possible to specify the params for an appButton so in theory it should work by following the pattern discussed there. Just not sure if in the meantime anything changed...

@thud06
Copy link
Author

thud06 commented Feb 3, 2024

Thanks! Do you by chance know what to put in the payload/params for hulu? Per the example, Youtube is is

	p = Payload{
		"contentId": "m=http%3A%2F%2Fapi.netflix.com%2Fcatalog%2Ftitles%2Fmovies%2F" + contentId + "&source_type=4",
	}

but Netflix is

p = Payload{
	"contentId": "m=http%3A%2F%2Fapi.netflix.com%2Fcatalog%2Ftitles%2Fmovies%2F" + contentId + "&source_type=4",
}

@merdok
Copy link
Owner

merdok commented Feb 3, 2024

Sorry, i unfortunately do not know that. If there is a parameter then it should be similar to the ones use din the other apps.

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

No branches or pull requests

2 participants