v19 Support thread for my various video add-ons
#46
Wink 
Hi @sarbes ,

Problem is solved by myself  Laugh .

After installing the following VideoPlayer InputStream Addons
  1. InpputStream Adaptive
  2. Inputstream FFmpeg Direct
  3. RTMP Input
also the seeking forward and backward is working Laugh.

Thanks a lot for your great addon, even working for Kodi 20.0 alpha on a Raspberry Pi 4!
Reply
#47
Hello @sarbes 

I tried to use filmfrieds AddOn with LibreELEC 10 (Matrix) and it reports a playback error:

https://paste.kodi.tv/ekocexoxuw.kodi

I wanted to take a look into the source code, but the https://github.com/sarbes/plugin.video.filmfriend repository is gone. Is there another (official) fork? Where can i find it?
Reply
#48
In the meantime i got the filmfriends AddOn to work. Thanks a lot to https://forum.kodi.tv/showthread.php?tid...pid3072492
Reply
#49
I copied the filmfriends source to https://github.com/ailin-nemui/kodi-repo...filmfriend and also made some more fixes and enhancements to the plugin

I also copied the mediathek4 to https://github.com/ailin-nemui/kodi-repo...mediathek4 and fixed the inputstream issue two other minor issues

if you're familiar with editing files you can try it by replacing the files in your local install
Reply
#50
The login does not work for the filmfriend addon. Any idea?
Reply
#51
The debug info doesn't help here. I'm trying to login on VOEBB. Thanks for any help.
txt:
2022-05-10 20:44:24.027 T:6794 INFO <general>: CPythonInvoker(68, /home/osmc/.kodi/addons/plugin.video.filmfriend/default.py): script successfully run
2022-05-10 20:44:24.038 T:6794 DEBUG <general>: onExecutionDone(68, /home/osmc/.kodi/addons/plugin.video.filmfriend/default.py)
2022-05-10 20:44:24.038 T:6794 DEBUG <general>: .
2022-05-10 20:44:24.407 T:6794 INFO <general>: Python interpreter stopped
2022-05-10 20:44:24.407 T:6794 DEBUG <general>: Thread LanguageInvoker 1315954880 terminating
Reply
#52
I think the plug-in currently does not implement OpenID login required for VÖBB Sad
Reply
#53
Will it be implemented?
Reply
#54
This is regarding Arte Mediathek addon. I am not able to switch audio language from German to say French or English. The Arte iPhone app shows the option but would love for this to be implemented in Kodi. Let me know if this is possible at all…
Reply
#55
...obviously a JSON Decode Error, but what can i do?

https://paste.kodi.tv/akuyebiviw.kodi
Reply
#56
(2022-11-04, 20:30)anne_hh Wrote: ...obviously a JSON Decode Error, but what can i do?

https://paste.kodi.tv/akuyebiviw.kodi
The Forum doesn't seem to show subjects, so: it's about the Sportschau Add-On
Reply
#57
Looks like it tries to open https://exporte.wdr.de/SportschauAppServer/streams which gives a 404.
Quote:2022-11-04 19:38:32.549 T:3348    DEBUG <general>: onExecutionDone(50, /home/a_a/.kodi/addons/plugin.video.sportschau/default.py)
2022-11-04 19:38:32.549 T:3348    DEBUG <general>: .
2022-11-04 19:38:32.560 T:1771    DEBUG <general>: ------ Window Init (DialogNotification.xml) ------
2022-11-04 19:38:32.562 T:3348     INFO <general>: Python interpreter stopped
2022-11-04 19:38:32.562 T:3348    DEBUG <general>: Thread LanguageInvoker 139750014101056 terminating
2022-11-04 19:38:32.568 T:3347    ERROR <general>: GetDirectory - Error getting plugin://plugin.video.sportschau/?mode=listStreams&url=https%3a%2f%2fexporte.wdr.de%2fSportschauAppServer%2fstreams
2022-11-04 19:38:32.568 T:3347    DEBUG <general>: Thread waiting 139749209650752 terminating
2022-11-04 19:38:32.576 T:1771    DEBUG <general>: ------ Window Deinit (DialogBusy.xml) ------
2022-11-04 19:38:32.576 T:1771    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.sportschau/?mode=listStreams&url=https%3a%2f%2fexporte.wdr.de%2fSportschauAppServer%2fstreams) failed

 
Reply
#58
Hello
I've been looking for solutions to get the "Filmfriend.de" add-on working for quite a while. However, the approaches shown so far do not help.
I have no remnants of inputstreamaddon in line 218-229. Despite this, I can retrieve the movie lists in the add-on, but when I try to select them, I get the already known error message.

            listitem.setProperty('inputstream', 'inputstream.adaptive')
            listitem.setProperty('inputstream.adaptive.manifest_type', 'mpd')
            if 'licenseserverurl' in item:
                listitem.setProperty('inputstream.adaptive.license_type', 'com.widevine.alpha')
                listitem.setProperty('inputstream.adaptive.license_key', item['licenseserverurl'])
            listitem.setMimeType('application/dash+xml')
            listitem.setContentLookup(False)
        elif streamType == 'HLS':
            listitem.setMimeType('application/vnd.apple.mpegurl')
            listitem.setProperty('inputstream', 'inputstream.adaptive')
            listitem.setProperty('inputstream.adaptive.manifest_type', 'hls')
            listitem.setContentLookup(False)

(sorry, I don't find the possibility to post a code block, like in other forums)

Call to @Sarbes: Release the code or give us a handover what has to be done. I am not a programmer and can only try to find dedicated developers with time via crowdfunding.

However, for this I need a clear overview of what needs to be done & what it takes to get the addon actively maintained again and like the other streaming addons finally running stable after a long tedious development.

What do you Filmfriend.de lovers think about this? Would you be part of a crowdfunding for suitable devs? Does anyone have other or even better ideas? What do you have to write to the Filmfriend.de developers for them to possibly develop a Kodi addon?

Committed greetings
Posibilitarian

Translated with www.DeepL.com/Translator (free version)
Reply
#59
If you already installed the Addon than you already have the sourcecode. Its python in the end.
Also if you have read this thread carefully you would have seen that somebody already forked the sourcecode.
https://forum.kodi.tv/showthread.php?tid...pid3131350

But in the end it is simply unmaintained.
Reply
#60
I moved from Kodi 17.x where the old (Python2) Arte Addon is working just fine to Kodi 19.5 and tried this new addon.
When I launch it and choose any of the menu options I get immediately an error message and instructions to check the Kodi log.
In the Kodi log I get this:
 
Code:
2023-03-03 09:05:43.243 T:13267    INFO <general>: initializing python engine.
2023-03-03 09:05:43.668 T:13267    INFO <general>: CPythonInvoker(2, /home/kodi/.kodi/addons/plugin.video.artemediathek/default.py): script successfully run
2023-03-03 09:05:43.700 T:13267    INFO <general>: Python interpreter stopped
2023-03-03 09:05:46.162 T:13275    INFO <general>: initializing python engine.
2023-03-03 09:05:48.812 T:13275   ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'KeyError'>
                                                   Error Contents: 'data'
                                                   Traceback (most recent call last):
                                                     File "/home/kodi/.kodi/addons/plugin.video.artemediathek/default.py", line 5, in <module>
                                                       arte.action()
                                                     File "/home/kodi/.kodi/addons/script.module.libmediathek4/lib/libmediathek4.py", line 239, in action
                                                       l = self.modes[mode]()
                                                     File "/home/kodi/.kodi/addons/script.module.libarte/lib/libarte.py", line 52, in libArteListData
                                                       return self.parser.parseData(self.params['data'],self.params['uriParams'])
                                                     File "/home/kodi/.kodi/addons/script.module.libarte/lib/libartewebjsonparser.py", line 43, in parseData
                                                       return self._getData(url)
                                                     File "/home/kodi/.kodi/addons/script.module.libarte/lib/libartewebjsonparser.py", line 47, in _getData
                                                       for item in j['data']:
                                                   KeyError: 'data'
                                                   -->End of Python script error report<--

2023-03-03 09:05:48.849 T:13275    INFO <general>: Python interpreter stopped
2023-03-03 09:05:48.865 T:13274   ERROR <general>: GetDirectory - Error getting plugin://plugin.video.artemediathek/?data=VIDEO_LISTING&mode=libArteListData&uriParams=%                                                                     7b%22videoType%22%3a%22MOST_RECENT%22%7d
2023-03-03 09:05:48.866 T:13157   ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.artemediathek/?data=VIDEO_LISTING&mode=libArteListData&uriParams=                                                                     %7b%22videoType%22%3a%22MOST_RECENT%22%7d) failed
2023-03-03 09:05:48.870 T:13285    INFO <general>: initializing python engine.
2023-03-03 09:05:49.268 T:13285    INFO <general>: CPythonInvoker(4, /home/kodi/.kodi/addons/plugin.video.artemediathek/default.py): script successfully run
2023-03-03 09:05:49.308 T:13285    INFO <general>: Python interpreter stopped

Exactly the same (same error) happens with the other addon from Sarbes - zdf lite.

I'm running Python 3.9.16 and the error above looks to be code related - but I'm a noob in python stuff.
https://realpython.com/python-keyerror/

I'd be thankful if any of the pyhon gurus around here could come up with a code fix I could try to implement.

Thanks in advance!
Reply

Logout Mark Read Team Forum Stats Members Help
Support thread for my various video add-ons0