You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this on a RPi with LibreELEC/Kodi. For example, loading the Sachgeschichten takes a whole minute, for example.
Not sure what causes this. Is this the processing of this plugin itself or Kodi parsing the output of the plugin?
Maybe using XPath instead of RegEx is a solution to speed things up. Probably also some kind of caching - currently after warching a video the whole list-loading starts again -> another 1 minute wait.
The text was updated successfully, but these errors were encountered:
I have exactly the same problem, I'm using libreelec with a pi. Does anyone have an idea how to fix this? The old version with python 2.7 worked really smooth mit libreelec on a pi, so the platform should not be the issue.
Running this on a RPi with LibreELEC/Kodi. For example, loading the Sachgeschichten takes a whole minute, for example.
Not sure what causes this. Is this the processing of this plugin itself or Kodi parsing the output of the plugin?
Maybe using XPath instead of RegEx is a solution to speed things up. Probably also some kind of caching - currently after warching a video the whole list-loading starts again -> another 1 minute wait.
The text was updated successfully, but these errors were encountered: