• 1
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 52
Release Netflix style next up notification
(2015-10-13, 14:40)Benzino Wrote: I can also confirm there is no image showing. This is a great addon though, so thanks very much!

Thanks, have you tested this with version 1.0.11 that I linked above?

@Razze made some changes in this area which appear to have caused this issue. I may revert back totally if this is not fixed in version 1.0.11
Reply
(2015-10-13, 15:00)im85288 Wrote:
(2015-10-13, 14:40)Benzino Wrote: I can also confirm there is no image showing. This is a great addon though, so thanks very much!

Thanks, have you tested this with version 1.0.11 that I linked above?

@Razze made some changes in this area which appear to have caused this issue. I may revert back totally if this is not fixed in version 1.0.11

Yeah I'm using version 1.0.11 and the image isn't showing. It's also appearing in the top left corner, in fact the whole layout seems off compared to your screenshot in the OP, probably due to the image not loading. I've attached a screenshot in case it's of any use to you.

Image
Reply
(2015-10-13, 23:38)Benzino Wrote:
(2015-10-13, 15:00)im85288 Wrote:
(2015-10-13, 14:40)Benzino Wrote: I can also confirm there is no image showing. This is a great addon though, so thanks very much!

Thanks, have you tested this with version 1.0.11 that I linked above?

@Razze made some changes in this area which appear to have caused this issue. I may revert back totally if this is not fixed in version 1.0.11

Yeah I'm using version 1.0.11 and the image isn't showing. It's also appearing in the top left corner, in fact the whole layout seems off compared to your screenshot in the OP, probably due to the image not loading. I've attached a screenshot in case it's of any use to you.

Image

Just tried with 1.0.11 on Kodi 15.1 with Confluence.
Showing up nicely. Logfiles, would be appreciated, but might not show anything.

Image
Reply
(2015-10-14, 00:35)Razze Wrote:
(2015-10-13, 23:38)Benzino Wrote:
(2015-10-13, 15:00)im85288 Wrote: Thanks, have you tested this with version 1.0.11 that I linked above?

@Razze made some changes in this area which appear to have caused this issue. I may revert back totally if this is not fixed in version 1.0.11

Yeah I'm using version 1.0.11 and the image isn't showing. It's also appearing in the top left corner, in fact the whole layout seems off compared to your screenshot in the OP, probably due to the image not loading. I've attached a screenshot in case it's of any use to you.

Just tried with 1.0.11 on Kodi 15.1 with Confluence.
Showing up nicely. Logfiles, would be appreciated, but might not show anything.

Yeah I'm on Kodi 15.1 but with Aeon Nox, so that's probably the cause. I'll try and get a log to you tomorrow if it's still useful (I'm not sure if you support Aeon Nox or not).
Reply
(2015-10-14, 02:36)Benzino Wrote: Yeah I'm on Kodi 15.1 but with Aeon Nox, so that's probably the cause. I'll try and get a log to you tomorrow if it's still useful (I'm not sure if you support Aeon Nox or not).

It should be working correctly on most skins, the main problem that occurs is that some skins use a 720p resolution and some a 1080i resolution so things like co-ordinates get messed up. As long as it works with confluence by default then that will be fine. Skinners should/can re-skin for themselves (as I have done in my skin) so that it matches the particular skin better.
Reply
(2015-10-14, 13:22)im85288 Wrote:
(2015-10-14, 02:36)Benzino Wrote: Yeah I'm on Kodi 15.1 but with Aeon Nox, so that's probably the cause. I'll try and get a log to you tomorrow if it's still useful (I'm not sure if you support Aeon Nox or not).

It should be working correctly on most skins, the main problem that occurs is that some skins use a 720p resolution and some a 1080i resolution so things like co-ordinates get messed up. As long as it works with confluence by default then that will be fine. Skinners should/can re-skin for themselves (as I have done in my skin) so that it matches the particular skin better.

I know the skin I'm using is 1080i but it's not a major issue anyway, the functionality of it works and that's what is most important. I checked out the log and to be honest there isn't much there other than the Non-Existent Control that have been posted before. I consider it a challenge to fix it myself Smile Thanks for the great addon!
Reply
I have a question. Is it possible for this add-on to only show next episode of series that I have actually started watching? If I haven't watched one single episode of a series I don't want it to show S01E01. But if I start watching S01E01, the add-on should then suggest S01E02 when E01 is done.

Or maybe this is already possible?
Reply
(2015-10-29, 21:10)raptorjr Wrote: I have a question. Is it possible for this add-on to only show next episode of series that I have actually started watching? If I haven't watched one single episode of a series I don't want it to show S01E01. But if I start watching S01E01, the add-on should then suggest S01E02 when E01 is done.

Or maybe this is already possible?
Why would it react if you haven't watched anything of that show?
Doesn't make sense
Reply
Yes just to confirm it only begins at the end of watching episode 1. Similar to how it works in Netflix.
Reply
(2015-10-29, 21:27)schumi2004 Wrote:
(2015-10-29, 21:10)raptorjr Wrote: I have a question. Is it possible for this add-on to only show next episode of series that I have actually started watching? If I haven't watched one single episode of a series I don't want it to show S01E01. But if I start watching S01E01, the add-on should then suggest S01E02 when E01 is done.

Or maybe this is already possible?
Why would it react if you haven't watched anything of that show?
Doesn't make sense

Don't understand what you are saying. Are you asking me why shows that I haven't started watching shows up suggesting E01?
That is what I would like to avoid, and only show next episode of shows that I actually have started to watch.

My NextUp list has the 3-4 shows that I'm watching, suggesting the right episode on the top of the list. After that I have all shows that I haven't watched a single episode, suggesting S01E01.

Or is it a skin issue? Or is my English really bad, and we talk about different things?
Reply
Yeah it's a skin issue, this addon only provides a next up dialog (as shown in the screenshots in the first post) and does nothing with what you see in any skin.
Reply
@im85288: I have a small request.

I tried to add my 'Hide Unwatched Episode Thumbs' to this script to avoid spoiler thumbs but couldn't because there's no way to evaluate this condition -

Code:
StringCompare(ListItem.Overlay,OverlayWatched.png)

Seeing as the script knows if the next episode has been watched or not would consider a boolean for skins to use please?

Many thanks.
Reply
Sure,

I will have a look and see what can be done.

Cheers
Reply
I added two new controls (3018 and 4018) that should store the play count attribute. It should allow you to check if it is greater than zero to see if it has been played or not.

Can you give this version a try: https://github.com/im85288/service.nextu...ion-1.0.14

Or try the latest from GIT and let me know if it works correctly or not.

Thanks
Reply
Works perfectly. Big Grin

Next Up watched episode -

Image

Next Up unwatched episode -

Image

Many thanks for adding and so quickly. Laugh
Reply
  • 1
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 52

Logout Mark Read Team Forum Stats Members Help
Netflix style next up notification7