Jump to content


Photo

Plugin KodiDirect.v1.0


  • Please log in to reply
78 replies to this topic

Re: Plugin KodiDirect.v1.0 #21 system

  • Senior Member
  • 40 posts

+1
Neutral

Posted 22 December 2014 - 13:26

I also found this in /tmp if it helps

############################
python /usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py 1 ''
############################
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py", line 19
SyntaxError: Non-ASCII character '\xef' in file /usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py on line 19, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

#######################
Esecuzione terminata!!
#######################

sorry I could not edit the previous post



Re: Plugin KodiDirect.v1.0 #22 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 22 December 2014 - 17:14

This is language coding problem in the image

it runs smoothly with me with openpli,also ok in TSmedia

I also found this in /tmp if it helps





############################
python /usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py 1 ''
############################
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py", line 19
SyntaxError: Non-ASCII character '\xef' in file /usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.raitv/default.py on line 19, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details

#######################
Esecuzione terminata!!
#######################

sorry I could not edit the previous post


Edited by mfaraj57, 22 December 2014 - 17:15.


Re: Plugin KodiDirect.v1.0 #23 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 22 December 2014 - 23:04

XBMB3C gives :


############################
python /usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.xbmb3c/default.py 1 ''
############################
Here in default-py sys.argv = ['/usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.xbmb3c/default.py', '1', '']
Here in default-py sys.argv B= ['plugin://plugin.video.xbmb3c/', '1', '']
Here in xbmcaddon-py id = plugin.video.xbmb3c
Here in xbmcaddons-py  addon_path = plugin://plugin.video.xbmb3c
Here in xbmcaddons-py  addon_path = plugin://plugin.video.xbmb3c
Traceback (most recent call last):
  File "/usr/lib/enigma2/python/Plugins/Extensions/KodiDirect/plugins/plugin.video.xbmb3c/default.py", line 52, in <module>
    BASE_RESOURCE_PATH = xbmc.translatePath( os.path.join( __cwd__, 'resources', 'lib' ) )
NameError: name 'xbmc' is not defined

#######################
Execution finished!!
#######################



Re: Plugin KodiDirect.v1.0 #24 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 23 December 2014 - 10:45

plugin.video.xbmb3c is network media browser

i do not think it is suitable to run on enigma2 box


Edited by mfaraj57, 23 December 2014 - 10:46.


Re: Plugin KodiDirect.v1.0 #25 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 23 December 2014 - 21:26

I was think it was to play media files from my nas



Re: Plugin KodiDirect.v1.0 #26 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 23 December 2014 - 21:26

Can you make a list from what is nice to do ?



Re: Plugin KodiDirect.v1.0 #27 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 25 December 2014 - 16:30

i just wanted to say great work :)

 

and it's good to see you guys (pcd, mfaraj and xtrendmaster) in a team ;)

 

good luck


Open Vision sources: https://github.com/OpenVisionE2


Re: Plugin KodiDirect.v1.0 #28 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 26 December 2014 - 13:37

i just wanted to say great work :)

 

and it's good to see you guys (pcd, mfaraj and xtrendmaster) in a team ;)

 

good luck

Thank you PP for your kind message. :)

 

Hope to be back in the New Year with a small improvement - so that users can find the popular plugins more easily. Also - at a later date - we may be able to make automatic updating possible.

 

Regards, pcd. 



Re: Plugin KodiDirect.v1.0 #29 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 27 December 2014 - 20:36


Thank you PP for your kind message. :)

 

Hope to be back in the New Year with a small improvement - so that users can find the popular plugins more easily. Also - at a later date - we may be able to make automatic updating possible.

 

Regards, pcd. 

 

 

 

Wow that wil be nice thx ...



Re: Plugin KodiDirect.v1.0 #30 d@z

  • Member
  • 5 posts

0
Neutral

Posted 29 December 2014 - 13:35

right ive installed the plug in, now ive sound issues? theres a buzzing noise that wont stop

 

what have i done wrong



Re: Plugin KodiDirect.v1.0 #31 d@z

  • Member
  • 5 posts

0
Neutral

Posted 29 December 2014 - 14:08

right sorted, i selected plugin menu on open pli and the fuzz stopped, strange



Re: Plugin KodiDirect.v1.0 #32 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 4 January 2015 - 10:50

Hi ,

 

Is there also a youtube plugin who can do youtube tv ?

So then you can select a video on your phone or pc and play it on tv.

 

https://www.youtube.com/tv#/



Re: Plugin KodiDirect.v1.0 #33 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 January 2015 - 13:44

There is a Youtube addon in repo frodo (and Addons->Categories). Also a Bestofyoutube where you can search for videos.



Re: Plugin KodiDirect.v1.0 #34 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 4 January 2015 - 13:49

i´m trying to install icefilm addon.

i have one script missing, but it does´t seem to be available for install. ;)

duo2-pli4 (up to date)

 

Attached File  script kodi.jpg   32.36KB   26 downloads  Attached File  script kodi 2.jpg   39.6KB   14 downloads

 

grtz Philip


Edited by dirocca, 4 January 2015 - 13:50.

vuduo2 openpli6.1 1TB HDD 2xdualS2tuner

av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1 :rolleyes:

tvv kaart & schotel(64cm), duo lnb, OSCAM

logitech harmony ultimate

 

 

 


Re: Plugin KodiDirect.v1.0 #35 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 January 2015 - 14:06

i´m trying to install icefilm addon.

i have one script missing, but it does´t seem to be available for install. ;)

duo2-pli4 (up to date)

 

attachicon.gifscript kodi.jpg  attachicon.gifscript kodi 2.jpg

 

grtz Philip

It can be installed from Addons->Software



Re: Plugin KodiDirect.v1.0 #36 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 4 January 2015 - 14:19

 

i´m trying to install icefilm addon.

i have one script missing, but it does´t seem to be available for install. ;)

duo2-pli4 (up to date)

 

attachicon.gifscript kodi.jpg  attachicon.gifscript kodi 2.jpg

 

grtz Philip

It can be installed from Addons->Software

 

indeed ;) , but now i have error by running icefilms. :(

 

i hope this is the correct log;  Attached File  xbmc_log.zip   851bytes   11 downloads

 

grtz Philip


vuduo2 openpli6.1 1TB HDD 2xdualS2tuner

av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1 :rolleyes:

tvv kaart & schotel(64cm), duo lnb, OSCAM

logitech harmony ultimate

 

 

 


Re: Plugin KodiDirect.v1.0 #37 pcd

  • Senior Member
  • 759 posts

+88
Good

Posted 4 January 2015 - 14:35

I got icefilms to work with these steps :-

 

(1) Installed icefilms via Addons->Categories->Films

(2) Did the uk correction in settings.xml :- in Miscelleneous -

Change the URL from http://www.icefilms.info/to https://ipv6.icefilms.info/

Also changed "use-meta" default to 'false'

(3) Installed from 'Software' :-

script.module.axel.downloader-0.2.1.zip (required by icefilms)

python-sqlte3-mips32el.zip (required for openpli 4 based images)

(4) Restarted kodiDirect - Started icefilms (installed all the scripts required) -> Films -> Popular -> Inception -> MR (movreel) - played ok.

 

Please try it.



Re: Plugin KodiDirect.v1.0 #38 dirocca

  • Senior Member
  • 1,667 posts

+59
Good

Posted 4 January 2015 - 17:21

I got icefilms to work with these steps :-

 

(1) Installed icefilms via Addons->Categories->Films

(2) Did the uk correction in settings.xml :- in Miscelleneous -

Change the URL from http://www.icefilms.info/to https://ipv6.icefilms.info/

Also changed "use-meta" default to 'false'

(3) Installed from 'Software' :-

script.module.axel.downloader-0.2.1.zip (required by icefilms)

python-sqlte3-mips32el.zip (required for openpli 4 based images)

(4) Restarted kodiDirect - Started icefilms (installed all the scripts required) -> Films -> Popular -> Inception -> MR (movreel) - played ok.

 

Please try it.

yes it´s working. :)

 

but, tv shows in icefilms don´t work.(also a problem in tsmedia). ;)

 

grtz Philip


vuduo2 openpli6.1 1TB HDD 2xdualS2tuner

av receiver denon - samsung 4k hdr+ 65inch UE65MU7000 - bose accoustimas 7.1 :rolleyes:

tvv kaart & schotel(64cm), duo lnb, OSCAM

logitech harmony ultimate

 

 

 


Re: Plugin KodiDirect.v1.0 #39 mika-nl

  • Senior Member
  • 454 posts

+10
Neutral

Posted 4 January 2015 - 19:22

There is a Youtube addon in repo frodo (and Addons->Categories). Also a Bestofyoutube where you can search for videos.

 

Yes , but that one wil noy work with youtube.com/tv .

 

It is nice , you can search on your phone with the youtube app and the app ask to play it on the phone or tv.



Re: Plugin KodiDirect.v1.0 #40 mfaraj57

  • Senior Member
  • 1,605 posts

+286
Excellent

Posted 4 January 2015 - 21:26

 

I got icefilms to work with these steps :-

 

(1) Installed icefilms via Addons->Categories->Films

(2) Did the uk correction in settings.xml :- in Miscelleneous -

Change the URL from http://www.icefilms.info/to https://ipv6.icefilms.info/

Also changed "use-meta" default to 'false'

(3) Installed from 'Software' :-

script.module.axel.downloader-0.2.1.zip (required by icefilms)

python-sqlte3-mips32el.zip (required for openpli 4 based images)

(4) Restarted kodiDirect - Started icefilms (installed all the scripts required) -> Films -> Popular -> Inception -> MR (movreel) - played ok.

 

Please try it.

yes it´s working. :)

 

but, tv shows in icefilms don´t work.(also a problem in tsmedia). ;)

 

grtz Philip

 

That,s mean there is script error in scraper and regular expression and need to be fixed from the addon code




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users