(Yesterday, 15:20)Jalau Wrote: Hey,
you need to enable the addon. I forgot to mention that in the readme. Will add that.
Jellyfin for Kodi needs to be running alongside Jellyfin. No need for EDL files. Just the media segments api needs to be supported which your version should.
Possibly will add support for EDL files in the future.
Can you show me something from the kodi log, specifically when you start playing a file with an available media segment? You can find the location here:
https://kodi.wiki/view/Log_file
Possibly with Debug enabled in Kodi settings.
Hi @
Jalau.
I found this in the log ;
JELLYSKIP.jellyfin.jellyfin_grabber -> INFO::resources/lib/jellyfin/jellyfin_grabber.py:72 MediaSegments: {"Items": ["SegmentType.INTRO - 0 - 363780000"], "TotalRecordCount": 1, "StartIndex": 0}
2025-02-04 17:44:27.690 T:4022 info <general>: JELLYSKIP.monitor -> INFO::resources/lib/monitor.py:107 Start tracking: time=2.062, duration=1765.88
2025-02-04 17:44:27.690 T:4022 info <general>: JELLYSKIP.monitor -> INFO::resources/lib/monitor.py:117 Next item: SegmentType.INTRO - 0 - 363780000
2025-02-04 17:44:27.690 T:4022 info <general>: JELLYSKIP.dialogue_handler -> INFO::resources/lib/dialogue_handler.py:140 Opening dialogue for Intro at 0
2025-02-04 17:44:27.692 T:4022 error <general>: GetDirectory - Error getting /storage/.kodi/addons/service.jellyskip-main/resources/skins/Default
2025-02-04 17:44:27.692 T:4022 error <general>: EXCEPTION: XML File for Window is missing
2025-02-04 17:44:27.703 T:4313 debug <general>: CVideoPlayerVideo::OutputPicture - ttd:338ms pts:2.480 Clock:2.141 Level:6
2025-02-04 17:44:27.707 T:4022 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'RuntimeError'>
Error Contents: XML File for Window is missing
Traceback (most recent call last):
File "/storage/.kodi/addons/service.jellyskip-main/resources/lib/monitor.py", line 88, in onNotification
self.start_tracking()
File "/storage/.kodi/addons/service.jellyskip-main/resources/lib/monitor.py", line 119, in start_tracking
dialogue_handler.schedule_skip_gui(next_item, time_seconds)
File "/storage/.kodi/addons/service.jellyskip-main/resources/lib/dialogue_handler.py", line 53, in schedule_skip_gui
self.open_gui(item)
File "/storage/.kodi/addons/service.jellyskip-main/resources/lib/dialogue_handler.py", line 142, in open_gui
dialog = SkipSegmentDialogue('script-dialog.xml', addonPath, seek_time_seconds=item.get_end_seconds(),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: XML File for Window is missing
-->End of Python script error report<--