UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
09-FEB UGOOS AM6B+ BACK IN STOCK   30-JAN ZIDOO 8K FIRMWARE UPDATE 1.3.05   5-JAN ARYLIC LP10 ADDS QOBUZ CONNECT  
This forum was closed in October 2025 in response to sustained DDOS type attacks. It has been left up read-only to allow access to support information and downloads. Thanks to all the users who contributed over the years.

Visit futeko.com for new Audio and Video Media Players!

Author Topic: Android 7 / Kodi 17+ wrapper settings (playercorefactory)  (Read 48289 times)

saltino

  • Newbie
  • *
  • Posts: 27
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #30 on: July 26, 2017, 10:14:43 AM »
I have a question about default player on custom repo of Himedia

I have extracted your default player here recovery APK:

HimediaVideoPlayer_100110411_1.0.11_HMD_0411

http://nitroflare.com/view/0ADE1ECCE780880/HimediaVideoPlayer_100110411_1.0.11_HMD_0411_Release.apk

I'ill still under my apps MXPlayer, that I suppose an hope can use with right ExternalPlayer

Code: [Select]
<player name="MXPlayerPro" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.pro</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>

My hope it's vnish or I can try?

« Last Edit: July 26, 2017, 10:16:34 AM by saltino »

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #31 on: July 26, 2017, 11:14:05 AM »
I have a question about default player on custom repo of Himedia

I have extracted your default player here recovery APK:

HimediaVideoPlayer_100110411_1.0.11_HMD_0411

http://nitroflare.com/view/0ADE1ECCE780880/HimediaVideoPlayer_100110411_1.0.11_HMD_0411_Release.apk

I'ill still under my apps MXPlayer, that I suppose an hope can use with right ExternalPlayer

Code: [Select]
<player name="MXPlayerPro" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.pro</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>

My hope it's vnish or I can try?

Check this thread:
http://www.futeko.com/newforum/index.php?topic=1566.0

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #32 on: August 03, 2017, 10:17:22 AM »
Opening post playercorefactory updated to reflect Eriol version.

I added the NFS/SMB source lines to try and ensure NFS gets played using wrapper, I appreciate they aren't necessary.

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #33 on: August 03, 2017, 11:17:48 AM »
Opening post playercorefactory updated to reflect Eriol version.

I added the NFS/SMB source lines to try and ensure NFS gets played using wrapper, I appreciate they aren't necessary.

Please test if the new NFS/SMB rule you added does not interfere with the mpeg2 -> VideoPlayer rule.

Sevaus

  • Newbie
  • *
  • Posts: 5
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #34 on: August 08, 2017, 05:55:23 PM »
I change the playercorefactory like OP post, but wrapper it's always default player...

 I open a stream, and wrapper it's default, i can press menu bottom and select play with... to select kodiplayer  :-\


luap

  • Newbie
  • *
  • Posts: 5
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #35 on: August 09, 2017, 04:23:41 AM »
I have question
I have HiMedia Q5Pro with  firmware 2.0.4
I set up wrapper as default player.
I can play all kind blu ray  formats (iso, 3dI iso or bdmv) with pass thru  master hd , but Dvd I can play only in iso format  ts folders I have message
VIDEO PROBLEM CONFIRM
What I have to change in my setup to play ts folders

Thanks in advance
Regards

Sevaus

  • Newbie
  • *
  • Posts: 5
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #36 on: August 09, 2017, 10:29:36 AM »
I change the playercorefactory like OP post, but wrapper it's always default player...

 I open a stream, and wrapper it's default, i can press menu bottom and select play with... to select kodiplayer  :-\

I have Android N with last firm 2.0.4 and kodi 17.3.
I have change file playercorefactory.xml like the OP but don't work correctly... when i open a stream wrapper it's default player.
After change playercorefactory.xml, i turn off my pc, and go to Q5 and check what player is default in stream.
Todays i open the playercorefactory and shows like this:

<playercorefactory>
   <players>
      <player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
         <filename>com.himedia.xbmcwrapper</filename>
         <hidexbmc>true</hidexbmc>
         <playcountminimumtime>120</playcountminimumtime>
      </player>
   </players>

   <rules action="prepend">
      
      <!--Video Rules-->
      <rule video="true" player="Wrapper" >
         <rule name="dvd|dvdimage|dvdfile" player="Wrapper" >
            <rule video="true" videoresolution="480" player="VideoPlayer" />
            <rule video="true" videoresolution="576" player="VideoPlayer" />
         </rule>
         <rule filetypes="iso|ifo|vob" player="Wrapper" >
            <rule video="true" videoresolution="480" player="VideoPlayer" />
            <rule video="true" videoresolution="576" player="VideoPlayer" />
         </rule>
      </rule>
      
      <!--Audio Rules-->
      <rule audio="true" player="PAplayer" />
      
      <!--Stream Rules-->
      <rule internetstream="true" player="VideoPlayer" />
      <rule protocols="http|https|rtmp|sop|pvr" player="VideoPlayer" />
      <rule protocols="pvr" player="VideoPlayer" />
      
   </rules>      
</playercorefactory>r"/> <!--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.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>   
</rules>
</playercorefactory>


There are new rules that no are in the code in OP, i don't know why or if this new rules are the culprit...
How can i change this playercorefactory to the OP one and don't chage it?
« Last Edit: August 09, 2017, 06:11:17 PM by Sevaus »

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #37 on: August 14, 2017, 01:54:48 PM »
I change the playercorefactory like OP post, but wrapper it's always default player...

 I open a stream, and wrapper it's default, i can press menu bottom and select play with... to select kodiplayer  :-\

This is fixed in the updated version of playercorefactory in opening post.

gaku

  • Newbie
  • *
  • Posts: 7
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #38 on: November 03, 2017, 07:17:53 PM »

speighty1

  • Newbie
  • *
  • Posts: 6
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #39 on: November 03, 2017, 11:05:27 PM »
How can I set the xml file so that when I press enter on my uhd iso it loads the wrapper, at the moment pressing ok on one of them does nothing, I have to select the context menu and press play using and then wrapper.

Actually just tested with anu blu-ray iso and either nothing happens or kodi plays the movie for standard blu-ray, I just want to set it so the default for iso is th wrapper and then if i need to use kodis player i can use the play using option.
« Last Edit: November 03, 2017, 11:43:50 PM by speighty1 »

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #40 on: May 31, 2018, 09:38:38 AM »
Hello!

So I thought a brave and attempted to modify with the plan to call HibyMusic from KODI for all audio only files.

This is what I added:

Code: [Select]
<players>

<!-- HibyMusic for music -->
<player name="HibyMusic" type="ExternalPlayer" audio="true" video="false">
<filename>com.hiby.music</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
And the line I've modified:

Code: [Select]
<!--Audio Rules-->
<rule audio="true" player="HibyMusic" />
But It just doesn't work. I guess I would need the SMB mountpoint patch to make it work with the network shared files, but it also fails to wok from directly connected USB drives. I try to play any kind of audio files from KODI and it just doesn't do or start anything.

I guess the result would be the same with any other media or music player app (like with Poweramp and so...).

What am I missing here? Any suggestions how could i make this work (if possible at all)?

Thanks!
« Last Edit: May 31, 2018, 10:24:58 AM by Mount81 »

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #41 on: June 18, 2018, 06:43:04 AM »
So, no one has a clue how to make it work or what should i try with HibyMusic (or f.e. any other music player app)? (Se the upper post.)

Thanks!

 

DELIVERY ∙ PAYMENT ∙ WARRANTY+RETURNS ∙ INTERNATIONAL TAX ∙ ABOUT ∙ PRIVACY ∙ NEWS ∙ CONTACT
© SDHDIGITAL LTD 2026
SITEMAP