FAST DELIVERY ∙ EXPERT TECH SUPPORT
UK STOCK ∙ 2 YEAR WARRANTY
Zidoo Z9X 8K
8K Dolby Vision & HDR10+ Media Player
  INCLUDES EXPRESS 2-4 DAY DELIVERY 

Author Topic: Wrapper issues  (Read 7273 times)

bigb1979

  • Newbie
  • *
  • Posts: 3
    • View Profile
Wrapper issues
« on: December 14, 2017, 06:33:12 PM »
Hi !

I have issues getting the wrapper to work...

Right after clicking a video file and mark it "play with wrapper (default)" the screen flickers for a sec and jumps straight back to Kodi.

Himedia q5pro Newest firmware kodi 17.6

Any suggestions ?

stl

  • Senior Member
  • ***
  • Posts: 649
    • View Profile
Re: Wrapper issues
« Reply #1 on: December 14, 2017, 09:23:07 PM »
From FAQ:

 How to reinstall wrapper? Shutdown Kodi. Find wrapper app at My Apps - Wrapper. Select 'use Kodi player'. Exit wrapper app. Run wrapper app again. Select 'use wrapper player'. Exit wrapper app. Restart Kodi.

bigb1979

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Wrapper issues
« Reply #2 on: December 19, 2017, 09:10:44 PM »

stl

  • Senior Member
  • ***
  • Posts: 649
    • View Profile
Re: Wrapper issues
« Reply #3 on: December 19, 2017, 09:48:05 PM »
« Last Edit: December 19, 2017, 09:57:49 PM by stl »

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
    • View Profile
Re: Wrapper issues
« Reply #4 on: December 20, 2017, 04:45:40 PM »
The problem is that wrapper isn't correctly installed to Kodi.

Make sure Kodi is not running, then run wrapper app and 'enable Kodi player'. Exit wrapper app. Now run wrapper app again and 'enable wrapper player'.

To check that wrapper is installed correctly:

Method 1 (using Q5/Q10 Pro)

- Install a file manager app like 'total commander'.
- Navigate to root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml (total commander has a built in file editor)

Method 2 (using a PC)

- Enable Samba sharing on Q5/Q10 Pro (Settings - More - SAMBA Service - Enable)
- Navigate to Q5/Q10 Pro on a PC and then to /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml using PC file editor

playercorefactory.xml should look like this:

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>
</players>

<rules action="prepend">

<!--network protocol rules-->

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

<!--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="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.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>
</rules>
</playercorefactory>

alec76

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Wrapper issues
« Reply #5 on: December 20, 2017, 06:50:36 PM »
If I want to try Himedia player ( wrapper ) for the network streams i.e addons what should I change here?

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
    • View Profile
Re: Wrapper issues
« Reply #6 on: December 20, 2017, 08:47:34 PM »
If I want to try Himedia player ( wrapper ) for the network streams i.e addons what should I change here?

Himediaplayer / wrapper is for local files only (attached storage/Samba/NFS)

alec76

  • Newbie
  • *
  • Posts: 18
    • View Profile
Re: Wrapper issues
« Reply #7 on: December 20, 2017, 08:56:55 PM »

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
    • View Profile
Re: Wrapper issues
« Reply #8 on: December 20, 2017, 08:59:12 PM »

bigb1979

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Wrapper issues
« Reply #9 on: December 23, 2017, 02:24:10 PM »
Ok guys... Thanks for the support.

I made some effort.. Uninstalled KODI. Installed it again. Did exactly what you told me.

Good thing is: When I play a video file with "Play with" and I chose "wrapper". The external player works.... One step further. Thanks.

BUT: Kodi is still the default player.

The playercorefactory.xml is exact as yours.

Any ideas ?


The problem is that wrapper isn't correctly installed to Kodi.

Make sure Kodi is not running, then run wrapper app and 'enable Kodi player'. Exit wrapper app. Now run wrapper app again and 'enable wrapper player'.

To check that wrapper is installed correctly:

Method 1 (using Q5/Q10 Pro)

- Install a file manager app like 'total commander'.
- Navigate to root/sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml (total commander has a built in file editor)

Method 2 (using a PC)

- Enable Samba sharing on Q5/Q10 Pro (Settings - More - SAMBA Service - Enable)
- Navigate to Q5/Q10 Pro on a PC and then to /sdcard/Android/data/org.xbmc.kodi/files/.kodi/userdata/
- Edit playercorefactory.xml using PC file editor

playercorefactory.xml should look like this:

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>
</players>

<rules action="prepend">

<!--network protocol rules-->

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

<!--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="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.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>
</rules>
</playercorefactory>

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
    • View Profile
Re: Wrapper issues
« Reply #10 on: December 23, 2017, 08:25:47 PM »
If you are playing from an NFS share the playercorefactory.xml in this thread will solve the problem: http://www.futeko.com/newforum/index.php?topic=2145.0

Otherwise, for what file format and from what source is Kodi the default player?

 

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