You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have a working Netflix addon I would love to add it to Meta! Unfortunately the search options within Netflix aren't very good... I've got it working somewhat but I don't really know what I'm doing so there is probably a better way of doing this!
Now that we have a working Netflix addon I would love to add it to Meta! Unfortunately the search options within Netflix aren't very good... I've got it working somewhat but I don't really know what I'm doing so there is probably a better way of doing this!
Thanks!
Netflix addon: https://github.com/CastagnaIT/plugin.video.netflix
What I've been able to get working, which isn't much!
"movies": [
[
{
"link": "plugin://plugin.video.netflix/?action=search_result&term={title}",
"steps": [],
"action": "ACTIVATE"
}
]
],
"tvshows": [
[
{
"link": "plugin://plugin.video.netflix/?action=search_result&term={clearname}",
"steps": [],
"action": "ACTIVATE"
}
]
]
The text was updated successfully, but these errors were encountered: