• 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 52
Release Netflix style next up notification
(2015-06-13, 11:48)im85288 Wrote:
(2015-06-12, 16:42)bigpanda Wrote: Hi,
I cannot get this to work with the FTV skin.
I can see this in my log ( i will pastebin entire log if requested)...

10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Calling autoplayback totaltime - playtime is 2769.80601364
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got active player {"id":1,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]}
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Getting details of playing media
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got details of playing media{"id":1,"jsonrpc":"2.0","result":{"item":{"label":"Welcome to Briarcliff","tvshowid":-1,"type":"episode"}}}
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Exception in Playback Monitor Service: 'id'


is the tvshowid the problem..?

I am on Kodi 15 Beta 1 and the tvshow strms are scraped using the TVDB metadata addon (version 1.8.1)

As its a strm I cannot say for sure, you could try getting Emby to scrape the info.


I,ve plagarized some code fom lazyty and have got strm support working. Now that i can test this is there a way to show the next episode ( watched or not ) and not the next unwatched episode ??

my bad.. found an exception which caused first in series to be shown... tesing changes
Reply
There's a setting in the options for including watched episodes.
Reply
How simple is it to port a NextUp view type from one skin to another that doesn't currently have a custom NextUp view type?
Reply
(2015-06-15, 12:17)B-Fir3 Wrote: How simple is it to port a NextUp view type from one skin to another that doesn't currently have a custom NextUp view type?

See: https://github.com/im85288/service.nextup.notification
Quote:There is a script-nextup-notification-NextUpInfo.xml and script-nextup-notification-StillWatchingInfo.xml file located in default/720p/ simply copy this to your skin folder and adjust it how you like it.
Reply
(2015-06-15, 11:51)bigpanda Wrote:
(2015-06-13, 11:48)im85288 Wrote:
(2015-06-12, 16:42)bigpanda Wrote: Hi,
I cannot get this to work with the FTV skin.
I can see this in my log ( i will pastebin entire log if requested)...

10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Calling autoplayback totaltime - playtime is 2769.80601364
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got active player {"id":1,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]}
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Getting details of playing media
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got details of playing media{"id":1,"jsonrpc":"2.0","result":{"item":{"label":"Welcome to Briarcliff","tvshowid":-1,"type":"episode"}}}
10:52:46 T:5576 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Exception in Playback Monitor Service: 'id'


is the tvshowid the problem..?

I am on Kodi 15 Beta 1 and the tvshow strms are scraped using the TVDB metadata addon (version 1.8.1)

As its a strm I cannot say for sure, you could try getting Emby to scrape the info.


I,ve plagarized some code fom lazyty and have got strm support working. Now that i can test this is there a way to show the next episode ( watched or not ) and not the next unwatched episode ??

my bad.. found an exception which caused first in series to be shown... tesing changes

Well... that was fun.... tested and working IM85288 can i send a copy to youfor your testing and getting it into the repo ??
Reply
Yes of course that would be great, can you submit a pull request with the changes?
Reply
Will do... wll be tomorrow now...
Reply
When you finish a show and have enabled that watched episodes will show up, nextup will show s01e01 as nextup.
Thats probably something that should get fixed
Reply
(2015-06-15, 14:47)Razze Wrote:
(2015-06-15, 12:17)B-Fir3 Wrote: How simple is it to port a NextUp view type from one skin to another that doesn't currently have a custom NextUp view type?

See: https://github.com/im85288/service.nextup.notification
Quote:There is a script-nextup-notification-NextUpInfo.xml and script-nextup-notification-StillWatchingInfo.xml file located in default/720p/ simply copy this to your skin folder and adjust it how you like it.
But I can't simply take for instance, the script-nextup/stillwatching xml files from Rapier and copy them to a different skin like Titan and have it be functional? I really like the look of the Rapier skin's NextUp or the previous default NextUp skin.
Reply
Each skin will most likely add their own touches/icons etc.

You really should get/ask the author of your skin to add the changes. Or try it for yourself and supply the changes files to th skin author when done.
Reply
The changes for strm files from @bigpanda are included on GIT. If anyone had issues before please give this a try before I send the changes to the official repo. Thanks.

(2015-06-16, 09:02)Razze Wrote: When you finish a show and have enabled that watched episodes will show up, nextup will show s01e01 as nextup.
Thats probably something that should get fixed

Can you try the latest in github, should be solved now thanks.
Reply
(2015-06-16, 12:56)B-Fir3 Wrote: But I can't simply take for instance, the script-nextup/stillwatching xml files from Rapier and copy them to a different skin like Titan and have it be functional? I really like the look of the Rapier skin's NextUp or the previous default NextUp skin.

For that to work properly, you will need to add all the textures from Rapier used for script-nextup-notification-NextUpInfo.xml and script-nextup-notification-StillWatchingInfo.xml to Titan - or simply replace the images.
Reply
(2015-06-16, 16:44)Gade Wrote:
(2015-06-16, 12:56)B-Fir3 Wrote: But I can't simply take for instance, the script-nextup/stillwatching xml files from Rapier and copy them to a different skin like Titan and have it be functional? I really like the look of the Rapier skin's NextUp or the previous default NextUp skin.

For that to work properly, you will need to add all the textures from Rapier used for script-nextup-notification-NextUpInfo.xml and script-nextup-notification-StillWatchingInfo.xml to Titan - or simply replace the images.

And the fonts too Wink
Reply
(2015-06-16, 16:48)im85288 Wrote:
(2015-06-16, 16:44)Gade Wrote:
(2015-06-16, 12:56)B-Fir3 Wrote: But I can't simply take for instance, the script-nextup/stillwatching xml files from Rapier and copy them to a different skin like Titan and have it be functional? I really like the look of the Rapier skin's NextUp or the previous default NextUp skin.

For that to work properly, you will need to add all the textures from Rapier used for script-nextup-notification-NextUpInfo.xml and script-nextup-notification-StillWatchingInfo.xml to Titan - or simply replace the images.

And the fonts too Wink

Oh yeah, and include the colors and language strings etc.
Reply
I'm having an issue with FTV which I don't believe is the STRM issue. Whenever I click the option to go to the next episode shown Kodi crashes:

Using Isengard 15 beta 1 and ftv v1.0.

A debug error log can be found here: http://xbmclogs.com/pohcebrjx or http://pastebin.com/7sbiAbk7
Reply
  • 1
  • 8
  • 9
  • 10(current)
  • 11
  • 12
  • 52

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