asciidisco / plugin.video.netflix

Inputstream based Netflix plugin for Kodi
MIT License
1.24k stars 226 forks source link

Integration with UpNext not working #630

Closed shtrom closed 5 years ago

shtrom commented 5 years ago

I'm submitting a ...

General infomration

I don't seem to be able to get the UpNext integration going. This is probably something silly I'm doing, but I can't work it out.

I've read #506 and #539. Both, as well as https://github.com/im85288/service.upnext/wiki/Video-Addons-with-Integration seem to indicate that UpNext is fully supported. What surprises me, going through the code of this addon, is that there are only two uses of the AddonSignals plugin, and neither seem to use the data that the UpNext plugin expects.

Prerequisites

Description

This is probably just me not doing the right thing, but I can't work out what.

Steps to Reproduce

  1. Install service.upnext
  2. Install plugin.video.netflix
  3. Play a video in Netflix until the end

Expected behavior: [What you expected to happen]

The UpNext addon is triggered.

Actual behavior: [What actually happened]

Nothing happens.

Context (Environment)

Installation

Operating System

Additional informatin on the environment

LibreElec 9.0.0

Debug log

There's nothing notable in the debug log (searching for netflix and upnext strings)

im85288 commented 5 years ago

This is only working with the beta version of the add on and onwards. Works fine from my recent tests

To be clear i mean beta version of the Netflix add on (14 onwards)

shtrom commented 5 years ago

Ah, cool. It might be worth mentioning the version (and source repo) at https://github.com/im85288/service.upnext/wiki/Video-Addons-with-Integration.

I'll close this issue. Thanks!