url within url

Hello Devs, The video below does not play in Kodi 17.3, but plays fine in VLC! It looks like Kodi does not like an http: (httpSemi-column) inside a url and ends up removing the semi-column and fails to play the video, while VLC manages this just fin...

myvideonav.xml location

I am using Kodi 17.3 with Estuary skin on PC and I want to change the default view to WALL. My research has shown that a change to the <views> order in the MyVideoNav.xml file for the skin should accomplish this. The location mentioned is: /u...

‘Play to Kodi’ not playing

Hi, I've running Kodi on a Rpi3, and have recently upgraded to LibreElec Krypton (from Jarvis). I use 'Play to Kodi' a lot, this extension will cast Youtube videos into Kodi - Its very good. https://github.com/khloke/play-to-xbmc-c...ng-Started Sin...

Version reversed after upgrading

Hi all, 2 days ago I updated the kodi on my mom's computer from 17.1 (that worked quite poorly) to 17.3 For some reason I had to configure everything from scratch, but did it anyway, and everything seemed to work well. Today I remotely connected to her...

Kodi 17.3 using external player (VLC)

Hoping some can help me.

I have kodi 17.3 installed on my Raspberry Pi3 (Raspbian) with a MythTV backend (v28).

I have configured kodi to use VLC to play ".iso" files, and indeed it does launch VLC todo it as witnessed below:
pi@rpi-3b:~/.kodi/temp $ ps -eaf|grep -i vlc
pi 1222 1132 0 12:11 ? 00:00:00 sh -c "/usr/bin/vlc" "/media/pi/Videos/STAR_TREK_XI_DOM.iso" --fullscreen --play-and-exit
pi 1223 1222 99 12:11 ? 00:11:40 /usr/bin/vlc /media/pi/Videos/STAR_TREK_XI_DOM.iso --fullscreen --play-and-exit

Yes VLC really is running, I can hear the Audio. However the Kodi GUI still occupies the fullscren.
contents of playercorefactory.xml is below:
pi@rpi-3b:~/.kodi/userdata $ cat playercorefactory.xml
<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<filename>/usr/bin/vlc</filename>
<args>"{1}" --fullscreen --play-and-exit</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<playonestackitem>true</playonestackitem>
</player>
</players>

<rules action="prepend">
<!-- DVDs -->
<!-- Use VLC for .iso images -->
<rule name="dvdimage" dvdimage="true" player="VLC" />
<rule filetypes="dvdimage" />
<rule filename="*.iso" player="VLC" />
</rules>
</playercorefactory>

I have tried with both hidexbmc and hideconsole set to TRUE and FALSE and the results are always the same.

Suggestions anyone ?

Tried to upgrade and now error message

I updated my graphics card and DirectX, then went and downloaded 17.3, I did not notice the install was for 32 bit only, I attempted to install it two days ago and got this stupid Error message when trying to open Kodi, (This application was unable to...

Making a build on a android phone

Hi and good evening I was just wondering if anyone could help or give me some advice I would like to make my own build however I do not have a pc I only have my android smartphone and was wondering can I make my own build using this or can I only do it...

MPEG-2 VOB’s stutter and fast forward

I have a Simpsons library of DVD's ripped to VOB files on a NAS that I've been watching on XMBC/Kodi for years. (I ripped to VOB to maintain menus and commentary; I know issues like this might be fixed by ripping to MPEG-4.) After updating OSMC to the ...

Ethernet Profile won’t configure correctly

Hi I am running 17.3 on Q Box with Android 5.1.1 I started by using WiFi to configure the box (I was missing a long enough ethernet cable) and all went well. I then plugged in the ethernet cable and ran into difficulties. I probably should have stopp...