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"
}
]
]
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"
}
]
]