• 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 52
Release Netflix style next up notification
(2015-07-08, 10:25)Steveb Wrote:
(2015-07-08, 07:38)mtoddster Wrote: Hey.

I'm trying to figure out to show the correct IMDB rating. They all are rounding to the closest whole number instead of displaying the correct number.

For example if a episode has a rating of 8.2 it round to 8 and if it has a rating of 8.8 it will round to 9.

With my limited knowledge of python I tried to change the rating from a round to floating number but this will display the rating as "8.2310000001" instead of 8.2.

Anyone with a better knowledge of python know how to pull the correct rating?

You will need to set the decimal places in the float function.
rating = str(round(float(self.item['rating']),1)) should work.

Please submit a pull request and I'll include it in a future update
Reply
hi there
the addon doesnt work for me.
i am using im85288 custom arctic zaphyr.
i have enabled debug but where can i find the log to upload?
Reply
Same here, just got an android box for Kodi and stumbled on this add on, think it looks superb!!!

Using Arctic Zephyr as well but not getting any joy so did same and switched on debug mode so please again let me know how I can get log so I can figure out issue

Cheers
Reply
Have a look at this post: http://forum.kodi.tv/showthread.php?tid=...pid2047201 where it links to an easy way to upload your log. I think it doesn't play well on android for some reason.
Reply
I am interested in adding support for the Next Up script for Kodi DSPlayer. DSPlayer is its own branch of Kodi, which uses a custom media player that supports DirectShow filters and the madVR video renderer. The Kodi experience remains identical; only the media player is changed.

Previously, with Isengard Beta 2, initiating the script by selecting Play would cause the player to stop, return to Kodi for a moment and then play the next video. However, with Isengard RC1, selecting Play to start the script leads to a black screen as the player attempts to load the next episode. DSPlayer is incapable of playing the next video without encountering a black screen. Kodi must be closed manually at this point.

I know adding support for DSPlayer could be tricky because the player is composed of two separate programs: Kodi and the madVR video renderer. So, whenever a video is played, madVR is closed on playback stop and Kodi is reopened. The script seems to be failing when the current video is stopped.

My question is whether support for Next Up should be requested in this thread or forwarded the maintainer of DSPlayer?

More information on DSPlayer here:

Kodi DSPlayer – DirectShow Player for Windows

HOW TO - Configure Kodi DSPlayer with LAV Filters, XySubFilter & madVR
Reply
Would you share your own xml's with us, im85288? It looks like the normal osd (post 13?), but i can't do something like that on my own.
Reply
Tried to keep it clean, using only ClearArt.

Image

Image
Reply
hi there,
this addon doesnt work for me,
i am using strm files,
i tried windows and android both not working.
what is the solution for this?
Reply
(2015-07-20, 12:36)yakirp88 Wrote: hi there,
this addon doesnt work for me,
i am using strm files,
i tried windows and android both not working.
what is the solution for this?

I think it is designed for library items, not streaming sources.
Reply
can someone make that addon work please?!
Reply
(2015-07-25, 12:30)yakirp88 Wrote: can someone make that addon work please?!

Please read the first post, strm files are NOT supported. People have reported it working and some have said they do not. Your an Emby user I think and someone showed earlier in the thread that it worked when using Emby for scraping the details. Thanks
Reply
A new version is on the way to the Kodi repo.

There's some potential fixes for strm files from @bigpanda included and an option to disable the addon has been added.
Reply
(2015-07-11, 00:36)Warner306 Wrote: I am interested in adding support for the Next Up script for Kodi DSPlayer. DSPlayer is its own branch of Kodi, which uses a custom media player that supports DirectShow filters and the madVR video renderer. The Kodi experience remains identical; only the media player is changed.

Previously, with Isengard Beta 2, initiating the script by selecting Play would cause the player to stop, return to Kodi for a moment and then play the next video. However, with Isengard RC1, selecting Play to start the script leads to a black screen as the player attempts to load the next episode. DSPlayer is incapable of playing the next video without encountering a black screen. Kodi must be closed manually at this point.

I know adding support for DSPlayer could be tricky because the player is composed of two separate programs: Kodi and the madVR video renderer. So, whenever a video is played, madVR is closed on playback stop and Kodi is reopened. The script seems to be failing when the current video is stopped.

My question is whether support for Next Up should be requested in this thread or forwarded the maintainer of DSPlayer?

More information on DSPlayer here:

Kodi DSPlayer – DirectShow Player for Windows

HOW TO - Configure Kodi DSPlayer with LAV Filters, XySubFilter & madVR

Can you provide any feedback on this request?
Reply
(2015-07-25, 22:14)Warner306 Wrote:
(2015-07-11, 00:36)Warner306 Wrote: I am interested in adding support for the Next Up script for Kodi DSPlayer. DSPlayer is its own branch of Kodi, which uses a custom media player that supports DirectShow filters and the madVR video renderer. The Kodi experience remains identical; only the media player is changed.

Previously, with Isengard Beta 2, initiating the script by selecting Play would cause the player to stop, return to Kodi for a moment and then play the next video. However, with Isengard RC1, selecting Play to start the script leads to a black screen as the player attempts to load the next episode. DSPlayer is incapable of playing the next video without encountering a black screen. Kodi must be closed manually at this point.

I know adding support for DSPlayer could be tricky because the player is composed of two separate programs: Kodi and the madVR video renderer. So, whenever a video is played, madVR is closed on playback stop and Kodi is reopened. The script seems to be failing when the current video is stopped.

My question is whether support for Next Up should be requested in this thread or forwarded the maintainer of DSPlayer?

More information on DSPlayer here:

Kodi DSPlayer – DirectShow Player for Windows

HOW TO - Configure Kodi DSPlayer with LAV Filters, XySubFilter & madVR

Can you provide any feedback on this request?

Thanks for the reminder, I'm certainty willing to provide assistance if needed but it's not something I have ever used or tbh have interest in using. But I will support the author if they would like to add support in DSPlayer.
Reply
(2015-07-25, 12:36)im85288 Wrote:
(2015-07-25, 12:30)yakirp88 Wrote: can someone make that addon work please?!

Please read the first post, strm files are NOT supported. People have reported it working and some have said they do not. Your an Emby user I think and someone showed earlier in the thread that it worked when using Emby for scraping the details. Thanks

@yakirp88 can you tell us what your setup is ( including versions). ? A log file would be even better.

For non emby users this requires isengard to work !!!!!!!
Reply
  • 1
  • 15
  • 16
  • 17(current)
  • 18
  • 19
  • 52

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