2018-04-30, 10:09
2018-04-30, 16:02
@BartZorn
Please limit your signature to a maximum of 4 text lines as per forum rules.
We prefer to have our focus on posts contents, not on long signatures. Thanks in advance.
Please limit your signature to a maximum of 4 text lines as per forum rules.
We prefer to have our focus on posts contents, not on long signatures. Thanks in advance.

2018-04-30, 16:09
Done. Sorry, I missed that.
Bart
Bart
2020-07-02, 18:41
Bump.
Anyone as answer?
Anyone as answer?
2020-07-02, 18:45
Hmm...
Nobody is interested in this subject.
Sad.
Bart
Nobody is interested in this subject.
Sad.
Bart
2021-08-01, 20:01
(2020-07-02, 18:45)BartZorn Wrote: [ -> ]Hmm...
Nobody is interested in this subject.
Sad.
Bart
https://github.com/dut-iptv/dut-iptv.git...ter/matrix
2021-08-02, 10:46
This would be a great addition. No plugin coding experience on my side though 

2021-08-02, 11:38
(2021-08-01, 20:01)djdirty60 Wrote: [ -> ](2020-07-02, 18:45)BartZorn Wrote: [ -> ]Hmm...
Nobody is interested in this subject.
Sad.
Bart
https://github.com/dut-iptv/dut-iptv.git...ter/matrix
Nice! Tested and works!
2021-08-02, 11:54
(2021-08-02, 11:38)Ballistic Wrote: [ -> ]Good to hear!(2021-08-01, 20:01)djdirty60 Wrote: [ -> ](2020-07-02, 18:45)BartZorn Wrote: [ -> ]Hmm...
Nobody is interested in this subject.
Sad.
Bart
https://github.com/dut-iptv/dut-iptv.git...ter/matrix
Nice! Tested and works!
However, I would like to know, where do you use it and what type of internet connection do you have?
TIA,
Bart
2021-08-02, 13:42
NL, Freedom internet fiber 500/500Mbit
Raspberry Pi4b Libreelec Kodi v19
Only tried Videoland. I don't have much interest in the rest.
Raspberry Pi4b Libreelec Kodi v19
Only tried Videoland. I don't have much interest in the rest.
2021-08-02, 15:27
(2021-08-02, 13:42)Ballistic Wrote: [ -> ]NL, Freedom internet fiber 500/500MbitHmm... I am in Spain and have a mobile 4G connection which maxes out at 20 Mb/s
Raspberry Pi4b Libreelec Kodi v19
Only tried Videoland. I don't have much interest in the rest.
I doubt very much if that is enough.
Thanks!
Bart
2021-09-23, 17:19
Videoland plugin broken since a week or two. Running latest 1.2.5 from Github;
2021-09-23 17:16:52.746 T:1022 ERROR <general>: /storage/.kodi/addons/script.module.fuzzywuzzy/lib/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
2021-09-23 17:16:53.429 T:1022 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'inputstreamhelper'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.videoland/default.py", line 1, in <module>
from resources.lib.base.l8.menu import plugin
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/base/l8/menu.py", line 5, in <module>
from resources.lib.api import api_add_to_watchlist, api_list_watchlist, api_login, api_play_url, api_remove_from_watchlist, api_search, api_vod_download, api_vod_season, api_vod_seasons, api_watchlist_listing
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/api.py", line 12, in <module>
from resources.lib.util import plugin_process_info
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/util.py", line 11, in <module>
from resources.lib.base.l6 import inputstream
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/base/l6/inputstream.py", line 1, in <module>
import inputstreamhelper
ModuleNotFoundError: No module named 'inputstreamhelper'
-->End of Python script error report<--
2021-09-23 17:16:54.547 T:1022 INFO <general>: Python interpreter stopped
2021-09-23 17:16:54.559 T:1021 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.videoland/
2021-09-23 17:16:54.573 T:751 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.videoland/) failed
Inputstreamhelper is right there. No problems with other addons that use inputstream
2021-09-23 17:16:52.746 T:1022 ERROR <general>: /storage/.kodi/addons/script.module.fuzzywuzzy/lib/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning
warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')
2021-09-23 17:16:53.429 T:1022 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'ModuleNotFoundError'>
Error Contents: No module named 'inputstreamhelper'
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.videoland/default.py", line 1, in <module>
from resources.lib.base.l8.menu import plugin
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/base/l8/menu.py", line 5, in <module>
from resources.lib.api import api_add_to_watchlist, api_list_watchlist, api_login, api_play_url, api_remove_from_watchlist, api_search, api_vod_download, api_vod_season, api_vod_seasons, api_watchlist_listing
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/api.py", line 12, in <module>
from resources.lib.util import plugin_process_info
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/util.py", line 11, in <module>
from resources.lib.base.l6 import inputstream
File "/storage/.kodi/addons/plugin.video.videoland/resources/lib/base/l6/inputstream.py", line 1, in <module>
import inputstreamhelper
ModuleNotFoundError: No module named 'inputstreamhelper'
-->End of Python script error report<--
2021-09-23 17:16:54.547 T:1022 INFO <general>: Python interpreter stopped
2021-09-23 17:16:54.559 T:1021 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.videoland/
2021-09-23 17:16:54.573 T:751 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.videoland/) failed
Inputstreamhelper is right there. No problems with other addons that use inputstream
2021-09-24, 12:07
(2021-09-23, 17:19)Ballistic Wrote: [ -> ]Videoland plugin broken since a week or two. Running latest 1.2.5 from Github;To fix: Add inputstream to imports in addon.xml.
I already made a PR to it's repository with the fix. If you don't want to / can't wait, do the required edit yourself.
2021-09-27, 16:49
Awesome Thanks! Had to reset user settings but worked after that 
