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 48300 times)

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #15 on: July 20, 2017, 10:36:32 AM »
Sadly detection still not perfect so I added a new line to make sure SD played by wrapper:
<rule filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" player="Wrapper" />

Code: [Select]
<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 filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" 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" />

</rules>
</playercorefactory>

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #16 on: July 20, 2017, 11:46:30 AM »
Sadly detection still not perfect so I added a new line to make sure SD played by wrapper:
<rule filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" player="Wrapper" />

Code: [Select]
<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 filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" 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" />

</rules>
</playercorefactory>

Hmm... Not sure about not standard DVD's... But cool, will see! :)
« Last Edit: July 20, 2017, 11:49:16 AM by Mount81 »

sherakin

  • Newbie
  • *
  • Posts: 9
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #17 on: July 21, 2017, 03:40:29 PM »
Sadly detection still not perfect so I added a new line to make sure SD played by wrapper:
<rule filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" player="Wrapper" />

Code: [Select]
<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 filetypes="avi|mkv|mp4|wmv|mov|mpeg|asf|webm" 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" />

</rules>
</playercorefactory>

Hmm... Not sure about not standard DVD's... But cool, will see! :)

For me it doesnt work. All DVD iso's will play with the wrapper as standard and ive tested different dvd iso's.

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #18 on: July 21, 2017, 05:41:05 PM »
Hmm... Not sure about not standard DVD's... But cool, will see! :)

For me it doesnt work. All DVD iso's will play with the wrapper as standard and ive tested different dvd iso's.

Ok... then try this:

Code: [Select]
<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 videocodec="mpeg2" player="VideoPlayer" />
</rule>

<!--Audio Rules-->
<rule audio="true" player="PAplayer" />

<!--Stream Rules-->
<rule internetstream="true" player="VideoPlayer" />
<rule protocols="http|https|rtmp|sop|pvr" player="VideoPlayer" />

</rules>
</playercorefactory>

I didn't include non-dvd mpeg2 coded exceptions.
If someone thinks that's a requirement, I try to add it.
« Last Edit: July 21, 2017, 05:43:00 PM by Eriol »

q10pro1

  • Senior Member
  • ***
  • Posts: 109
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #19 on: July 21, 2017, 06:50:48 PM »
With this modification DVD .ISO PLAY WITH HIMEDIAPLAY ON 2.0.4?

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #20 on: July 21, 2017, 07:44:51 PM »
With this modification DVD .ISO PLAY WITH HIMEDIAPLAY ON 2.0.4?

Read through the thread and you will get what it's up for. But NO, it's a different good. HimediaPayer will play DVDs, but one will need the following patch to play on correct fps: http://www.futeko.com/newforum/index.php?topic=1043.0 But from other reasons I wouldn't install it just for occasional DVD playback.

dukunmagic

  • Newbie
  • *
  • Posts: 22
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #21 on: July 24, 2017, 06:31:26 PM »
Hi, Am sorry to ask again. I've tried to tweak the coreplayerfactory but doesn't work.

I want to play my Blu-Ray which are TV Shows, they contain BDMV Structure but they have Menu in which we can choose episode to watch.
I see that the BDMV file structure is just the same as my other Blu-Ray (Cinema) Movies.

If I play it with Wrapper, the menu just don't come out. It just play episode 1 directly, and then stop.
But if I play it with VIdeo Player, then the menu will come out.

So, how to define (in coreplayerfactory) these Blu-Ray TV Shows (with menu) with BDMV Structure to be played by Video Player ?

Thanks

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #22 on: July 24, 2017, 06:46:19 PM »
Hi, Am sorry to ask again. I've tried to tweak the coreplayerfactory but doesn't work.

I want to play my Blu-Ray which are TV Shows, they contain BDMV Structure but they have Menu in which we can choose episode to watch.
I see that the BDMV file structure is just the same as my other Blu-Ray (Cinema) Movies.

If I play it with Wrapper, the menu just don't come out. It just play episode 1 directly, and then stop.
But if I play it with VIdeo Player, then the menu will come out.

So, how to define (in coreplayerfactory) these Blu-Ray TV Shows (with menu) with BDMV Structure to be played by Video Player ?

Thanks

Try this modification:

Code: [Select]
<!--Video Rules-->
<rule video="true" player="Wrapper" >
<rule videocodec="mpeg2" player="VideoPlayer" />
<rule filetypes="bdmv" player="VideoPlayer" />
</rule>

dukunmagic

  • Newbie
  • *
  • Posts: 22
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #23 on: July 25, 2017, 01:32:13 AM »
Hi, Am sorry to ask again. I've tried to tweak the coreplayerfactory but doesn't work.

I want to play my Blu-Ray which are TV Shows, they contain BDMV Structure but they have Menu in which we can choose episode to watch.
I see that the BDMV file structure is just the same as my other Blu-Ray (Cinema) Movies.

If I play it with Wrapper, the menu just don't come out. It just play episode 1 directly, and then stop.
But if I play it with VIdeo Player, then the menu will come out.

So, how to define (in coreplayerfactory) these Blu-Ray TV Shows (with menu) with BDMV Structure to be played by Video Player ?

Thanks

Try this modification:

Code: [Select]
<!--Video Rules-->
<rule video="true" player="Wrapper" >
<rule videocodec="mpeg2" player="VideoPlayer" />
<rule filetypes="bdmv" player="VideoPlayer" />
</rule>

This will make all bdmv structure including all bluray individual movies played by video player, isnt it ?
I need bluray individual movies played by wrapper, while only the ones with episodes (TV Shows) played by video player..

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #24 on: July 25, 2017, 07:38:47 AM »
This will make all bdmv structure including all bluray individual movies played by video player, isnt it ?
I need bluray individual movies played by wrapper, while only the ones with episodes (TV Shows) played by video player..

Afaik that's cannot be done.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #25 on: July 25, 2017, 09:45:29 AM »
It could be done as long as all the episodes contained a string (e.g. 'episode') identifying them as episodes for playback by Kodi player.

So you would need to rename all episodes to include the chosen identifier string.

Code: [Select]
<rule filename="*episode*" player="VideoPlayer" />

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #26 on: July 25, 2017, 09:55:24 AM »
It could be done as long as all the episodes contained a string (e.g. 'episode') identifying them as episodes for playback by Kodi player.

So you would need to rename all episodes to include the chosen identifier string.

Code: [Select]
<rule filename="*episode*" player="VideoPlayer" />

If it's a bluray file structure with menu you will have trouble to rename the actual m2ts files to *episode*. I mean it can be done but then the menu won't work properly anymore. And I guess the point here is a working menu.

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #27 on: July 25, 2017, 09:56:10 AM »
If it's a bluray file structure with menu you will have trouble to rename the actual m2ts files to *episode*. I mean it can be done but then the menu won't work properly anymore. And I guess the point here is a working menu.

Excellent point!  :-[

dukunmagic

  • Newbie
  • *
  • Posts: 22
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #28 on: July 25, 2017, 10:41:12 AM »
It could be done as long as all the episodes contained a string (e.g. 'episode') identifying them as episodes for playback by Kodi player.

So you would need to rename all episodes to include the chosen identifier string.

Code: [Select]
<rule filename="*episode*" player="VideoPlayer" />

If it's a bluray file structure with menu you will have trouble to rename the actual m2ts files to *episode*. I mean it can be done but then the menu won't work properly anymore. And I guess the point here is a working menu.

Correct.

I guess can we hope that the next firmware will enhance the himedia player to be able to show menu for bluray TV shows (with menu) ?

For temporary solution, is it possible if i rename the title / add with .TV, for example : "Friends.TV", then mod the coreplayer factory with condition file name with .tv will be played by video player ?

Thanks

Eriol

  • Senior Member
  • ***
  • Posts: 247
Re: Android 7 / Kodi 17+ wrapper settings (playercorefactory)
« Reply #29 on: July 25, 2017, 11:09:21 AM »
For temporary solution, is it possible if i rename the title / add with .TV, for example : "Friends.TV", then mod the coreplayer factory with condition file name with .tv will be played by video player ?

Thanks

Nah, Kodi don't care about folder names but filenames.
I only see this one working if you pack the bluray into an ISO file and then you rename it for something like  *blurayseries*.iso
Then you can start to experiment with the filename filter:

Code: [Select]
<rule filename="*blurayseries*" player="VideoPlayer" />

 

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