-
Notifications
You must be signed in to change notification settings - Fork 45
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
Any luck launching netflix with contentId? #25
Comments
Ah, actually my bad, there are two enpoints to launch app. First I used
also need to wait for a bit for the client to connect, so using setTimeout for like 1s is enough. |
Hey not sure if you figured it out but I've found that you can do this using the Doesn't appear to be any easy way or a public facing API where we can look up titles to IDs though which is a shame as that's all that's required now for me to yell at my TV. If you find a way to do this please let me know. Shout out to this guy where I stumbled across a working example |
Hiya! Sorry to revive this one, but this is now possible with the following code. The important bit is to close the app and reopen, as at the moment I have not been able to just issue the URL to Netflix directly without relaunching it. No need to search for APIs on the URl scheme above, all you need is to add the url as follows:
Tested on an OLEDB9 with software version 4.8 As you can see the standard URL for watch works great, but the title url also works (it shows the title and the starts autoplay if you have it set up in your Netflix profile settings. Example Hope this helps someone! |
How can i do it for prime Video and disney+? just put the link of movie dont work |
I'm triying to use Netflix with contentId (so I can directly watch a show) but with no luck at the present time. Has anyone been able to do it? I'm using ConnectSDK as doc of the API call.
The text was updated successfully, but these errors were encountered: