KODI 17 doesnt recognize MX player as external player

New kodi 17 doesnt recognize mxplayer as external player. Older builds <17 all work with MXplayer with the playercorefactory as HOW-TO:Use_external_players_on_Android (wiki) MXplayer hasn't changed but kodi doesnt seem to recognize it so something...

clean load

I am running kodi 16.1 (win 10). how do I clean my box and reload with 17.1

kodi 17.1

I have android box running 16.1. If I update to 17.1 will the Addons I have installed still work

Android tv and Kodi

Hello. until Saturday I had kodi on my philips tv android (4.2) i was watching my iptv and suddenly I was thrown out of the app. After several attempts to have rebooted the app (what i could not) i was looking in the play store and it is just vanished....

NEW KODI addon – MOVIE April 2017 STREAM HUB

STREAM HUB Best MOVIE KODI Addon April 2017 – Movies 2017 STREAM HUB | KODI | ANOTHER MUST HAVE NEW KODI ADDON 2017 KODI – AN EXODUS REPLACEMENT THAT WORKS – STREAM HUB Stream Hub SUPER KODI Addon. KODI 17 Note: The use of this addon is at your own risk. The STREAM HUB addon… Read More »

Sony Bravia TV display off screensaver

I developed a screensaver plugin for Sony Bravia Smart TV's which will turn the display off when the screensaver kicks in. This will reduce the power consumption in my case to about 18W instead of normally 30-60W Tested on a 2015 Sony Android TV. In th...

Video Levels Which Combination?

AMD Radeon HD 5450 latest driver installed , Windows 7, Kodi 15 Isengard Panasonic TX-58dx750b. I am confused as to the best way to set video levels. This version of Kodi defaults to full rgb, TV is limited, so currently I have it set Full, Full, L...

Smart Playlist and Play Next Video

Hi, i tried to figure this out myself, but if someone can provide any info i'll be great.
I'm using smart playlist to play certain tv shows/episodes, works great.
However, option play next video automatically doesn't work, i can't skip to next episode in playlist
If i understand playlist correctly, option 'play next video automatically' shouldn't even mater if it's a playlist.
But, i have 'play next video' setting turned ON, and it's not working.

I think problem might have something to do with <smartplaylist type="episodes">, because if i put <smartplaylist type="tvshows"> it works.

Is this a known issue or i'm doing something wrong?

Example of my smart playlist:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="episodes">
    <name>Test</name>
    <match>all</match>
    <rule field="path" operator="contains">
        <value>T:\Kodi\TV\</value>
    </rule>
</smartplaylist>