Jump to content


Photo

Kodi 15.2 for vusolose, vusolo2 and vuduo2

kodi vuplus

  • Please log in to reply
238 replies to this topic

Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #61 darkmantk

  • Member
  • 15 posts

+2
Neutral

Posted 25 January 2016 - 18:04

@lite

 

Add the attached patch in this message in xbmc recipe

 

@mx3l

 

I mapped more buttons of RCU vuplus

 

Add this in xbmc/input/linux/LinuxInputDevices.cpp

  { 139               , XBMCK_MENU        }, // Menu
  { 358               , XBMCK_e           }, // EPG
  { 370               , XBMCK_l           }, // Subtitle
  { 377               , XBMCK_z           }, // TV
  { 385               , XBMCK_j           }, // Radio
  { 388               , XBMCK_y           }, // Teletext
  { 392               , XBMCK_o           }, // Audio
  { 393               , XBMCK_z           }, // Unknown
  { 398               , XBMCK_F1          }, // Red
  { 399               , XBMCK_F2          }, // Green
  { 400               , XBMCK_F3          }, // Yellow
  { 401               , XBMCK_F4          }, // Blue
  { 402               , XBMCK_PAGEUP      }, // PageUP
  { 403               , XBMCK_PAGEDOWN    }, // PageDown

Attached Files


Edited by darkmantk, 25 January 2016 - 18:07.


Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #62 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 25 January 2016 - 18:44

@darmantk

 

Thanks, actually doing the same right now :)

We have also these two buttons available but I see that you set most important.

407 - NEXT
412 - PREV


Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #63 darkmantk

  • Member
  • 15 posts

+2
Neutral

Posted 25 January 2016 - 20:17

@mx3l

 

Is it possible to fix E2player issue about play network videos if resource is mounted by SAMBA or NFS in kodi?

 

Thanks!



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #64 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 25 January 2016 - 20:38

What is the problem? I'm playing video/audio files from SAMBA mount and don't have any problem.

Note, I just did VIDEOS->Files->Add Videos...->Browse->selected Root filesystem/path_to_samba_mount



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #65 lite

  • Member
  • 4 posts

0
Neutral

Posted 25 January 2016 - 20:48

Hi all,

 

 

@lite

 

Add the attached patch in this message in xbmc recipe

 

Thanks a lot for the patch ;)

 

@mx3L & @dakmantk

 

please ! can i add the patch audioengine-on.patch in the libshairport directory & include it in the file: libshairport.inc like this :

file://audioengine-on.patch;apply=yes;striplevel=0 \

or there is an other way to apply it ?



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #66 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 25 January 2016 - 21:06

Hi,

What is the problem? I'm playing video/audio files from SAMBA mount and don't have any problem.

 

I think he meant the possibility to mount directly in Kodi. Now you mount in E2 and browse through /root to this mount.

 

ciao



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #67 darkmantk

  • Member
  • 15 posts

+2
Neutral

Posted 25 January 2016 - 21:12

What is the problem? I'm playing video/audio files from SAMBA mount and don't have any problem.

Note, I just did VIDEOS->Files->Add Videos...->Browse->selected Root filesystem/path_to_samba_mount

 

This method is mounting SAMBA in E2, the problem is mounting SAMBA protocol in Kodi directly.

 

VIDEOS->Files->Add Videos->Browse-> Windows Net (SMB) This method not works in E2Player.



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #68 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 25 January 2016 - 21:55

@Trial, @darkmantk

 

I see, the problem is that Kodi passes to external player something like this:

smb://NSA210/Media/Serialy/Breaking Bad/Breaking Bad S05E11 HDTV x264-ASAP[ettv]/Breaking.Bad.S05E11.HDTV.x264-ASAP.mp4

Gstreamer cannot open this, at least until we are missing source which could handle this address, maybe giosrc - http://gstreamer.fre...ins-giosrc.html ?

 

 

@lite

@darkmantk already mentioned, that you should add it in xbmc recipe (xbmc.inc).

I want to add this patch but problem is that I always lose audio after switching back from movie which has AC3/DTS sound, I'm not using downmix. So have to figure this out first.



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #69 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 26 January 2016 - 08:56

Hi mx3L,

thanks for explanation. It did bother me but quite a few people stumbled over this problem.

 

ciao



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #70 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 26 January 2016 - 09:07

@Trial

No problem,

I'm wondering is it a problem to do permanent mount and link kodi to that mount as I did in #64? Or are there benefits when connecting to samba share directly via Kodi?


Edited by mx3L, 26 January 2016 - 09:08.


Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #71 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 26 January 2016 - 12:57

Hi,

for me it is no problem. When I found this problem 2 years ago I reported to VU but no reaction. I hope it is also not for other user as soon it is explained to them.

 

The problem are the experienced XBMC/Kodi user as they have there steps to add their NAS to Kodi for instance.

 

Ralf



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #72 vzoli1987

  • Senior Member
  • 29 posts

0
Neutral

Posted 26 January 2016 - 17:47

hmmm on some extensions with youtube linked video black screen, but why?



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #73 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 31 January 2016 - 15:30

@vzoli1987

It's not possible to tell without a log, maybe there is invalid link, not supported video codec...

 

Can you provide /hdd/.kodi/temp/kodi.log when this happens? If possible also steps how to reproduce it.



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #74 powel

  • Member
  • 5 posts

0
Neutral

Posted 1 February 2016 - 12:20

how do u install navi-x on this please vuduo2 kodi 15.2 thanks. can u be as detailed as possible. thanks



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #75 powel

  • Member
  • 5 posts

0
Neutral

Posted 1 February 2016 - 13:52

kodi working ok. But how do u stop a movie, what button. Cant get navi-x to work. any suggestions. thanks



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #76 mx3L

  • Senior Member
  • 616 posts

+79
Good

Posted 1 February 2016 - 17:20

@powel

Hi,

navi-x - I don't know, never tested it. I will look at these plugins once next update of kodi and kodi enigma2 plugin is finished, which are almost done.

stop movie - you can stop movie by pressing exit button


Edited by mx3L, 1 February 2016 - 17:21.


Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #77 powel

  • Member
  • 5 posts

0
Neutral

Posted 1 February 2016 - 17:57

Thank u. I tried sending navi-x script by jbrw  to .kodi addons, but failing to install.



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #78 DirtyDonki

  • Member
  • 5 posts

0
Neutral

Posted 1 February 2016 - 18:16

Thank u. I tried sending navi-x script by jbrw  to .kodi addons, but failing to install.

Do you mean JRBMW?

 

Extract the contents & copy across. Simple.



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #79 powel

  • Member
  • 5 posts

0
Neutral

Posted 2 February 2016 - 06:10

ya wiered, in dirty donki kodi image whenever I sent script navi-x by JRBMW to home/root/ .kodi/ addons, navi-x used to work. now I installed [BKP]Unofficial OpenPLI Vu+Duo2 Kodi 15.2 by dr. robijay, I tried to do the same with navi-x but I get navi-x error check the log for more information. thanks
 



Re: Kodi 15.2 for vusolose, vusolo2 and vuduo2 #80 dozab2000

  • Member
  • 2 posts

0
Neutral

Posted 2 February 2016 - 08:50

 

Many plugins have this problem. They all expect /mnt/hdd to be present. However if you format your usb device it will show up as /media/usb.
Thats why I always create a symlink.

Hello,

which folder do you symlink to which?

i've openblackhole on flash and this image in usb.In my main image hhd is mounted at /media/hdd and usb at /media/usb.

thanks.

 

up





Also tagged with one or more of these keywords: kodi, vuplus

4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users