FAST DELIVERY ∙ EXPERT TECH SUPPORT
UK STOCK ∙ 2 YEAR WARRANTY
Arylic LP-10
Lossless music streamer supporting Spotify Connect, TIDAL Connect, Airplay 2 and Google Cast.
  INCLUDES EXPRESS 2-4 DAY DELIVERY 

Author Topic: Replace HiMedia Player with MX Player completely  (Read 66750 times)

Mount81

  • Senior Member
  • ***
  • Posts: 1097
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #60 on: August 30, 2017, 06:48:15 AM »
Hello!

Have here anyone tried MX Player for DVD playback?! I would have a few questions:

Does it playback DVD iso and extracted TS folders/.vob files as well?! Does it have correct fps switching for 25fps->50Hz and 30fps->60Hz DVDs?! Does it have correct deinterlacing for these interlaced DVDs?! You can check the fps switching on your TV's info and the deinterlacing by the PQ: if it's not correctly deinterlaced than it would have some PQ degrading "comby and rough edges" effect specially on the moving objects.

Thanks for the replies!

Eriol

  • Senior Member
  • ***
  • Posts: 247
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #61 on: August 30, 2017, 10:22:09 AM »
MX Player is not capable to play DVDs with Menu at all.

MrQute-n

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #62 on: August 30, 2017, 03:54:42 PM »
I bought MX player and its a bad choice. If they only could implement some new features on Himedias player i would be content!

Eriol

  • Senior Member
  • ***
  • Posts: 247
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #63 on: August 30, 2017, 05:19:12 PM »
I bought MX player and its a bad choice. If they only could implement some new features on Himedias player i would be content!

Why didn't you tried the free version if it's suits your needs before you bought it?
MX Player is an android player not specifically designed to/for Himedia but what feature do you miss?

mulderfox

  • Full Member
  • **
  • Posts: 65
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #64 on: June 14, 2019, 04:34:10 AM »
So MXPlayer will not work on local network content unless a auto mount patch is used? and in that case, wouldn't a complete re-scan of the library be required?

Phil181

  • Senior Member
  • ***
  • Posts: 388
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #65 on: June 15, 2019, 06:28:56 PM »
This resurrected thread is 2 years old!  There have been many firmware versions released since the last (dated) post. 
The built-in MediaCenter player has also been updated and bug fixed a few times in the last 2 years (and it does not need Kodi for it to work).  I'd certainly recommend using that first, before any other Android software players that are not optimised for the Q10/Q5 chip.

Mount81

  • Senior Member
  • ***
  • Posts: 1097
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #66 on: June 16, 2019, 04:15:26 AM »
So MXPlayer will not work on local network content unless a auto mount patch is used? and in that case, wouldn't a complete re-scan of the library be required?

Rescan what library, KODI? If yes, than I guess so.

I would like to migrate my Library from SMB to NFS share (all the same, even the folders name), but I guess it's impossible without a rescan. 

For auto mount patch:  I didn't tried, but I guess you don't need to patch it. In the case of NFS Shortcuts you make in Media Center the main folder is automatically mounted to mnt/nfsShare/nfs_share0, wheres the number on the end may wary by the order you created the Shortcuts. And if you named the Shortcut's folder like "Videos" than the full path would be:  mnt/nfsShare/nfs_share0/Videos. You can't browse that in with KODI, so you must enter manually.  I guess its quite the same in the case of SMB, dig it up with a File Explorer how that folder's being named (I would guess smbShare/smb_Share0, 1, 2, etc...).
« Last Edit: June 16, 2019, 04:19:58 AM by Mount81 »

Mount81

  • Senior Member
  • ***
  • Posts: 1097
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #67 on: July 01, 2019, 07:39:43 AM »
Hello!

I'm on the run to use MX Player only for 576 and under resolution videos. I have tried with a mod of playercorefactory, but it ins't working at all, see as bellow:

Code: [Select]
<playercorefactory>
<players>
<!-- himedia player for video -->
<player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
<filename>com.himedia.xbmcwrapper</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>

<player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.ad</filename>
    <hidexbmc>true</hidexbmc>
    <playcountminimumtime>120</playcountminimumtime>
  </player
</players>

<rules action="prepend">

<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->

<!--internet streams rules-->

<rule protocols="pvr" player="VideoPlayer" /> <!--all pvr-->
<rule internetstream="true" player="VideoPlayer" /> <!--all streams-->

<!--video audio channels rules-->

<rule video="true" audiochannels="6" player="Wrapper" /> <!--5.1 audio-->
<rule video="true" audiochannels="8" player="Wrapper" /> <!-- 7.1 audio-->

<!--video resolution rules-->

<rule video="true" videoresolution="480" player="MXPlayerFree" />
<rule video="true" videoresolution="576" player="MXPlayerFree" />
<rule video="true" videoresolution="720" player="Wrapper" />
<rule video="true" videoresolution="1080" player="Wrapper" />
<rule video="true" videoresolution="2160" player="Wrapper" /> <!--4K-->

<!--audio / music rules-->

<rule audio="true" player="PAplayer"/> <!--all audio to kodi internal music player-->

<!--specific codecs rules-->

<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>

<rule filename=".*.3D.*|.*.3D.iso|3D.*|*.m2ts" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>
</rules>
</playercorefactory>

What am I missing here, any advice for correction?

Thanks!
 

DMD

  • Senior Member
  • ***
  • Posts: 310
    • View Profile
Re: Replace HiMedia Player with MX Player completely
« Reply #68 on: July 01, 2019, 09:50:26 AM »
Hi I tried to replace the script playercorefactory.xml with that of the first post related to MXPlayer free, but it always starts the Kodi player.
Where am I wrong?
I installed the latest version of MX Player 1.11.6
Thank you
Zidoo Z9X (FW 6.4.20_) | HiMedia Q5 Pro and Q10 Pro (CFW 2.1.7) |ZDMC 19.4 | Kodi 19.4 (skin AeonMQ 9 1.3.0) |  Remote Rii Mini MX3 | Splitter HDMI HDFury AVR-KEY | Display LG 65B6V | Cables HDMI KabelDirekt Pro series | Audio processor Yamaha RX-V775 | Rotel RMB-1075 | Storage Qnap Ts-431K +TL-D800

 

DELIVERY ∙ PAYMENT ∙ WARRANTY+RETURNS ∙ ABOUT ∙ PRIVACY ∙ FORUM ∙ CONTACT
© SDHDIGITAL LTD 2025