Jump to content


Photo

KodiLite.v2.2


  • Please log in to reply
32 replies to this topic

#1 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 14 June 2017 - 15:10

Hello Friends,

 

New version KodiLite.v2.2 attached below.

 

Regards, pcd.

Attached Files



Re: KodiLite.v2.2 #2 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 14 June 2017 - 16:19

Modified and tested Kodi addons will be listed in the start screen News page. Please ask if you want any addons posted here for download.


Edited by pcd, 14 June 2017 - 16:19.


Re: KodiLite.v2.2 #3 kokikoku

  • Senior Member
  • 42 posts

0
Neutral

Posted 16 July 2017 - 02:53

Does KodiLite have to install addon from KodiLite list ?

 

Could you please paste plugin.video.youtube-2.0.0- updated here? I'd like to test it.



Re: KodiLite.v2.2 #4 kokikoku

  • Senior Member
  • 42 posts

0
Neutral

Posted 16 July 2017 - 08:23

I got plugin.video.youtube-2.0.0- updated from linuxsat-support and install from zip.

 

When I run youtube, feedback message, 'missing addon: script.module.requests'.

 

Sometimes it can start install automatically, but always feedback: 'wget error getting response, connection reset by peer.'

 

Firmware: Openpli 6.0rc on Zgemma H5.



Re: KodiLite.v2.2 #5 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 18 July 2017 - 10:41

I got plugin.video.youtube-2.0.0- updated from linuxsat-support and install from zip.

 

When I run youtube, feedback message, 'missing addon: script.module.requests'.

 

Sometimes it can start install automatically, but always feedback: 'wget error getting response, connection reset by peer.'

 

Firmware: Openpli 6.0rc on Zgemma H5.

Please start KodiLite - then Restart enigma. Then start KodiLite again and test youtube. Copy and post files /tmp/e.log (and /tmp/error.log if there).



Re: KodiLite.v2.2 #6 kokikoku

  • Senior Member
  • 42 posts

0
Neutral

Posted 20 July 2017 - 12:41

 

I got plugin.video.youtube-2.0.0- updated from linuxsat-support and install from zip.

 

When I run youtube, feedback message, 'missing addon: script.module.requests'.

 

Sometimes it can start install automatically, but always feedback: 'wget error getting response, connection reset by peer.'

 

Firmware: Openpli 6.0rc on Zgemma H5.

Please start KodiLite - then Restart enigma. Then start KodiLite again and test youtube. Copy and post files /tmp/e.log (and /tmp/error.log if there).

 

 

I wonder if somebody succeed installing KodiLite 2.2 on Openpli 6.0 RC. I flashed 20170719 today and installed KodiLite on the clean firmware. But there was only two black frames on the screen just like before. (left one with ‘exit button’. )

​No e.log or error.log found in /tmp. 

Attached Files



Re: KodiLite.v2.2 #7 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 20 July 2017 - 15:40

You need to select Youtube to make it run.

 

Sorry I have not tested openpli 6.



Re: KodiLite.v2.2 #8 kokikoku

  • Senior Member
  • 42 posts

0
Neutral

Posted 21 July 2017 - 00:50

Some progess:

 

e.log

 

python /usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py 1 ''
python /usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py 2 '?path=/root/video&url=https%3A%2F%2Fwww.youtube.com%2Fchannel%2FUC-9-kyTW8ZkZNDHQJ6FgpwQ&name=Music+Videos&mode=3' &
python /usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py 3 '?path=/root/video&url=https%3A%2F%2Fwww.youtube.com%2Fplaylist%3Flist%3DPLFgquLnL59akA2PflFpeQG9L01VFg90wS&name=%E6%9C%80%E6%96%B0%E9%9F%B3%E6%A8%82%E5%BD%B1%E7%89%87&mode=4' &
python /usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py 4 '?path=/root/video&url=4KnAzpi4avo&name=Kid+Rock+-+Po-Dunk+%5BOfficial+Video%5D&mode=5' &

 

error log:

 

Here in default-py sys.argv = ['/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py', '4', '?path=/root/video&url=4KnAzpi4avo&name=Kid+Rock+-+Po-Dunk+%5BOfficial+Video%5D&mode=5']
Here in default-py sys.argv B= ['plugin://plugin.video.youtube/', '4', '?path=/root/video&url=4KnAzpi4avo&name=Kid+Rock+-+Po-Dunk+%5BOfficial+Video%5D&mode=5']
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py", line 468, in <module>
    ok = getVideos4(name, url)
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py", line 252, in getVideos4
    getVideos5(name, url)
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/plugins/plugin.video.youtube/default.py", line 235, in getVideos5
    import YDStreamExtractor
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/scripts/script.module.youtube.dl/lib/YDStreamExtractor.py", line 8, in <module>
    import YoutubeDLWrapper
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/scripts/script.module.youtube.dl/lib/YoutubeDLWrapper.py", line 13, in <module>
    from youtube_dl.utils import std_headers, DownloadError  # noqa E402
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/scripts/script.module.youtube.dl/lib/youtube_dl/__init__.py", line 45, in <module>
    from .YoutubeDL import YoutubeDL
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/scripts/script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py", line 31, in <module>
    from .compat import (
ImportError: cannot import name compat_numeric_types



Re: KodiLite.v2.2 #9 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 22 July 2017 - 00:07

Thanks. For some reason your updating is not working.

 

Please start KodiLite - Restart enigma. If you still get the error - post the file :-

 

/usr/lib/enigma2/python/Plugins/Extensions/KodiLite/scripts/script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py.



Re: KodiLite.v2.2 #10 zigzag

  • Senior Member
  • 174 posts

0
Neutral

Posted 22 July 2017 - 13:50

I would be grateful for your help please.

 

After rebooting my receiver i now find KodiLite is missing although it still shows up

as installed when i check via the 'remove plugins' red button.

 

An error message appears on screen as follows:

 

some plugins are not available :

extensions/kodilite (EOF while scanning triple-quoted string literal

(plugin.py, line 842)

 

It's never happened before and so i don't know what to do.

Should i uninstall via the 'remove plugins' option and start over?

 

Many thanks if you can help...



Re: KodiLite.v2.2 #11 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 22 July 2017 - 16:24

I would be grateful for your help please.

 

After rebooting my receiver i now find KodiLite is missing although it still shows up

as installed when i check via the 'remove plugins' red button.

 

An error message appears on screen as follows:

 

some plugins are not available :

extensions/kodilite (EOF while scanning triple-quoted string literal

(plugin.py, line 842)

 

It's never happened before and so i don't know what to do.

Should i uninstall via the 'remove plugins' option and start over?

 

Many thanks if you can help...

Perhaps something was deleted. Please uninstall plugin KodiLite, delete files /etc/kodiupd and /etc/kodinodl, then install KodiLite again.


Edited by pcd, 22 July 2017 - 16:25.


Re: KodiLite.v2.2 #12 zigzag

  • Senior Member
  • 174 posts

0
Neutral

Posted 23 July 2017 - 11:20

Thank you very much for your kind help with this pcd.



Re: KodiLite.v2.2 #13 zigzag

  • Senior Member
  • 174 posts

0
Neutral

Posted 25 July 2017 - 14:09

Working as good as always now pcd. Your help is very much appreciated. Thank you.



Re: KodiLite.v2.2 #14 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 25 July 2017 - 20:14

Thanks for the info. Can you download the two recent adult addons (camtubechat and adulttv} from somewhere ?


Edited by pcd, 25 July 2017 - 20:15.


Re: KodiLite.v2.2 #15 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 26 July 2017 - 07:28

@pcd would it be possible for the Kodilite plugin to also use an installscript like IPTVplayer (and now also mfaraj57) use. This way we don't have to use the ipk's directly (which can contain older versions), but always install the latest version (als you have more control of the install procedure and installing through telnet becomes very easy using wget).
 
Below the scrip[t I have stored on my HDD for IPTVplayer (I can execute this after a reflash and the plugin is available with the latest version, no need to worry about getting the latest ipk), but also you can also publish only the wget command and don't have to distribute ipk's anymore.
 
#!/bin/bash

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: KodiLite.v2.2 #16 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 26 July 2017 - 09:37

 

@pcd would it be possible for the Kodilite plugin to also use an installscript like IPTVplayer (and now also mfaraj57) use. This way we don't have to use the ipk's directly (which can contain older versions), but always install the latest version (als you have more control of the install procedure and installing through telnet becomes very easy using wget).
 
Below the scrip[t I have stored on my HDD for IPTVplayer (I can execute this after a reflash and the plugin is available with the latest version, no need to worry about getting the latest ipk), but also you can also publish only the wget command and don't have to distribute ipk's anymore.
 
#!/bin/bash

 

Thanks, I will look into it. But KodiLite is auto updated every time the plugin is started. So there will be no need for a new version.

Only the addons have to be manually installed - as I am not using a server for addons.



Re: KodiLite.v2.2 #17 Dream1975

  • Senior Member
  • 1,634 posts

+14
Neutral

Posted 26 July 2017 - 09:54

It is indeed auto updating, but for you it would also be handy to controll the installation and only having to publish the wget rule in the forum('s). It is not that I can't install or get the (latest) IPK (so the current way is no problem for me), but if there is a more user friendly way for you to publish the plugin (with even control of the installation process) this is always good. I think this would be preferrable (and will also save you update bandwith from everybody installing an old ipk after flashing).


Edited by Dream1975, 26 July 2017 - 09:58.

Mutant HD2400, OpenPLi nightly, 2x DVB-C & 2x DVB-S

Mutant HD51, OpenPLi nightly, 1x DVB-C & 1x DVB-S

Wavefrontier T55 (Astra 1,2,3 en HB)

Smartcards Ziggo (Irdeto) and CDS (Seca) on Oscam

 


Re: KodiLite.v2.2 #18 kokikoku

  • Senior Member
  • 42 posts

0
Neutral

Posted 27 July 2017 - 12:22

 

I would be grateful for your help please.

 

After rebooting my receiver i now find KodiLite is missing although it still shows up

as installed when i check via the 'remove plugins' red button.

 

An error message appears on screen as follows:

 

some plugins are not available :

extensions/kodilite (EOF while scanning triple-quoted string literal

(plugin.py, line 842)

 

It's never happened before and so i don't know what to do.

Should i uninstall via the 'remove plugins' option and start over?

 

Many thanks if you can help...

Perhaps something was deleted. Please uninstall plugin KodiLite, delete files /etc/kodiupd and /etc/kodinodl, then install KodiLite again.

 

Found /etc/kodiupd only.



Re: KodiLite.v2.2 #19 zigzag

  • Senior Member
  • 174 posts

0
Neutral

Posted 27 July 2017 - 14:56

Thanks for the info. Can you download the two recent adult addons (camtubechat and adulttv} from somewhere ?

Thank you for asking pcd - we have the camtubechat addon from previous but have uninstalled it and re-added the new one you kindly created for us via the satuniverse site.  :)



Re: KodiLite.v2.2 #20 frank087234

  • Senior Member
  • 178 posts

+1
Neutral

Posted 4 August 2017 - 20:23

do you exodus addon for kodi lite ??

@pcd




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users