2015-06-17, 18:40
(2015-06-17, 17:32)bigpanda Wrote:(2015-06-17, 16:45)mgonzales Wrote: So I am trying to figure out why I can't get any notifications to pop up even when the log implies they should have.
I'm using the following code:
https://github.com/im85288/service.nextu...b8cf1381e2
from about 3 hours ago
I've tried in confluence skin and Titan skin
Now I should mention that these are streams that have been added to the Kodi library and played from the library which then hands off to the addon for video playback
From what I've read this should now be working?
The addon in question is Gen-I-sis - can we even say it aloud in the forums? (Apologize in advance to the overly sensitive who read this and feel the need to lecture me on my choice of addons, please don't ;-))
07:27:22 T:8980 WARNING: Previous line repeats 61 times.
07:27:22 T:8980 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Calling autoplayback totaltime - playtime is 28.1140136719
07:27:22 T:8980 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got active player {"id":1,"jsonrpc":"2.0","result":[{"playerid":1,"type":"video"}]}
07:27:22 T:8980 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Getting details of playing media
07:27:22 T:8980 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got details of playing media{"id":1,"jsonrpc":"2.0","result":{"item":{"episode":2,"label":"I am Also a We","playcount":0,"season":1,"showtitle":"Sense8","tvshowid":-1,"type":"unknown"}}}
07:27:22 T:8980 NOTICE: NEXTUP SERVICE NOTIFICATION Service -> logMsg : Netflix style autoplay succeeded.
Any help appreciated even if to say this combo is not supported
Thanks
Mario
your type should be "episode" and not "unknown" [see below] ....maybe something to do with the scanner used ?
09:19:11 T:1686436120 NOTICE: NEXTUP SERVICE NOTIFICATION Player -> logMsg : Got details of playing media{"id":1,"jsonrpc":"2.0","result":{"item":{"episode":18,"label":"Day 3: 6:00 A.M.-7:00 A.M.","playcount":0,"season":3,"showtitle":"24","tvshowid":-1,"type":"episode"}}}
You mean scrapper right?
Well as a test I did a clean install of Kodi, the notification script, and genesis add-on.
Added a tv show to library using TVDB scrapper.
The problem - "unknown" type is there.
Tried a second time with TMDB for TV show and same problem.
Any suggestion?
Can you or anyone get this to work with a video addon that is used to scan strm files into the library?