• 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 52
Release Netflix style next up notification
I do not understand anything Sad
Reply
@ matthewcky2k/BobCratchett : Is it possible that someone upload the modified file/files, so that the script is working again? That would be so nice Blush
I'm really sorry but i do not understand anything about this programming Sad

Thanks


(2016-04-06, 12:12)BobCratchett Wrote:
(2016-04-06, 01:19)matthewcky2k Wrote:
BobCratchett Wrote:When letting the dialog time out and the next episode auto-play, it appears that the script doesn't (always - it occasionally work) catch that brief moment when xbmc.Player().isPlaying() is False. As a workaround, I've edited the onPlaybackEnded function to set the nextUpPage/isStillWatching cancel value to True on lines 438 and 443 respectively - as both have done there job by then it seems like an easy way to break the loop - but look forward to the proper solution Smile

what exactly did you alter in those lines? you'll have to forgive me im new to python coding...

I called the setCancel function of the two windows, so the code block starting on line 434 looks as follows:

Code:
if int(self.playedinarow) <= int(playedinarownumber):
    self.nextUpPage.close()
    shouldPlayDefault = not self.nextUpPage.isCancel()
    shouldPlayNonDefault = self.nextUpPage.isWatchNow()
    self.nextUpPage.setCancel( True )
else:
    self.stillWatchingPage.close()
    shouldPlayDefault = self.stillWatchingPage.isStillWatching()
    shouldPlayNonDefault = self.stillWatchingPage.isStillWatching()
    self.stillWatchingPage.setCancel( True )

(If you're new to Python and wanting to try this yourself, remember that indents are important in Python, and the additional lines must have the same indenting (use spaces not tabs, and the same number of spaces) as the lines above them.)
Reply
(2016-04-06, 13:08)regista Wrote: @ matthewcky2k/BobCratchett : Is it possible that someone upload the modified file/files, so that the script is working again? That would be so nice Blush
I'm really sorry but i do not understand anything about this programming Sad

As you asked so nicely, the changes are here (I'd would suggest downloading the zip, manually extracting it and replacing the contents of addons/service.nextup.notification with the contents of the zip file - you can find the addons folder one folder 'up' from the userdata (wiki) folder.)

Remember its a workaround, and I'm sure im85288 will fix it properly when he has chance.
Reply
Thank you so much Blush

Looking forward to get back home from work Big Grin

THANKS Big GrinBig GrinBig Grin
Reply
Thanks for the report guys, I'll be looking to address this problem this weekend.

Cheers
Reply
(2016-04-09, 18:42)im85288 Wrote: Thanks for the report guys, I'll be looking to address this problem this weekend.

Cheers

Thanks im85288 Big Grin Looking forward to your release Cool


The addon is really great Wink Nice Job Cool
Reply
(2016-04-06, 13:55)BobCratchett Wrote:
(2016-04-06, 13:08)regista Wrote: @ matthewcky2k/BobCratchett : Is it possible that someone upload the modified file/files, so that the script is working again? That would be so nice Blush
I'm really sorry but i do not understand anything about this programming Sad

As you asked so nicely, the changes are here (I'd would suggest downloading the zip, manually extracting it and replacing the contents of addons/service.nextup.notification with the contents of the zip file - you can find the addons folder one folder 'up' from the userdata (wiki) folder.)

Remember its a workaround, and I'm sure im85288 will fix it properly when he has chance.

Thanks again for this workaround. Kodi in't crashing anymore Cool

But ist only working 2 times for me. I Start playing s04e01. At the end of episode 2 the next up notification style is changing by auto. IT isn't the Small next up notification at the Buttom right, ist a big preview notification at Buttom central.
The fallback is coming up to the episode list.

But its a workaround so, Thanks for thatWink
Reply
Hopefully this is fixed now, I sent a new version to the Kodi repo a few minutes ago (1.0.18) which will become available in the next few days or so. For anyone wanting to test it now you can grab the release here: 1.0.18
Reply
(2016-04-14, 13:51)im85288 Wrote: Hopefully this is fixed now, I sent a new version to the Kodi repo a few minutes ago (1.0.18) which will become available in the next few days or so. For anyone wanting to test it now you can grab the release here: 1.0.18

Thanks

I installed the ZIP file of the new version into kodi 16.0 but its still crashing.
http://pastebin.com/RPkBnF6Z

Image
Reply
I've been having trouble getting this to work, maybe someone here has an idea. I'm using the Emby for Kodi add-on if that makes any difference, and playback of the next episode will never start with this Next up add-on (automatically or manually). I just upgraded to the 1.0.18 version and tested again with no luck. I'm not sure if this only started happening when I started using Emby, but I was once using this add on no problems.

Here's the log: https://paste2.org/y4y3A4sy
Reply
Thanks for the logs, hopefully it is now fixed in this version: https://github.com/im85288/service.nextu...ion-1.0.20
With regards using it via the emby addon, I only ever had success with direct paths enabled.
Reply
Don't know if that update was intended to fix the problem I'm experiencing, but still no next episode playback for me on 1.0.20 with Emby direct paths enabled (and without). Here's a new log: https://paste2.org/bVgKJEpX
Reply
(2016-04-20, 19:30)B-Fir3 Wrote: Don't know if that update was intended to fix the problem I'm experiencing, but still no next episode playback for me on 1.0.20 with Emby direct paths enabled (and without). Here's a new log: https://paste2.org/bVgKJEpX

The log seems to only show attempted playback without direct paths. You would need to report that in the Emby forums. For direct paths did you reset your database? That step is needed. If you switch back to direct paths and it still does not work please change the logging for the Emby addon to info before posting the log here as currently your log is 99% full of Emby logging which makes it hard to find the next up logging.
Reply
(2016-04-20, 21:10)im85288 Wrote:
(2016-04-20, 19:30)B-Fir3 Wrote: Don't know if that update was intended to fix the problem I'm experiencing, but still no next episode playback for me on 1.0.20 with Emby direct paths enabled (and without). Here's a new log: https://paste2.org/bVgKJEpX

The log seems to only show attempted playback without direct paths. You would need to report that in the Emby forums. For direct paths did you reset your database? That step is needed. If you switch back to direct paths and it still does not work please change the logging for the Emby addon to info before posting the log here as currently your log is 99% full of Emby logging which makes it hard to find the next up logging.

Ah gotcha, database reset makes sense. Should've realize. I'll report back after I try that, thanks. Also thanks for the logging tip, will do. edit: Actually my Emby logging is already on info but I will disable it for the time being.

EDIT: Yep it works with native direct paths. So does this mean we can't use this plugin if we are accessing the server remotely? When I'm accessing my server while on vacation I don't have access to direct paths, and this add-on only works with direct paths from Emby, correct?
Reply
Just curious if this is working on Kodi 17? I have Kodi 17 alpha and Nextup 1.0.20, I get a error after installing the service and it won't start not sure if I am missing something. I am on a atv4 and can provide logs if needed.
Reply
  • 1
  • 32
  • 33
  • 34(current)
  • 35
  • 36
  • 52

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