Kodi Community Forum
TvOS Kodi Build - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: TvOS Kodi Build (/showthread.php?tid=312805)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45


RE: TvOS Kodi Build - kambala - 2019-04-15

basically it was just editing cmake files to compile some video decoders and enabling their registration which was commented out (forgot about the last part, otherwise it would had been quicker).

for packaging purposes, we also need to add app icon, launch image, top shelf extension to the app.

maybe let's keep open points somewhere in GitHub issues? as it's quite easy to lose them in forum's messages.


RE: TvOS Kodi Build - sy6sy2 - 2019-04-15

Yes, +1 to open as many issues as needed! Easier than the forum to discuss and follow a specific point!

Edit: Normally anybody can now open an issue here: https://github.com/SylvainCecchetto/xbmc/issues

I added an issue in order to follow the freshly PR on upstream about tools and dependencies for Apple TV


RE: TvOS Kodi Build - pogar - 2019-04-15

(2019-04-15, 14:15)phunkyfish Wrote: Could you also test the binary addons from upstream master as aswell as the ATV branch on iOS?

I have installed official release (org.xbmc.kodi-ios_18.1-0_iphoneos-arm64.deb) on my iPad (sideloading ; no jailbreak). There is NO UI sound. I've installed youtube addon and it plays video with sound. So I'll skip further testing for iOS for now. I did a quick check is there an existing and open issue on https://github.com/xbmc/xbmc/issues, but I haven't found any. 

Regarding addons: do you want me to just try to compile addons for iOS from official/master and SylvainCecchetto/ATV ?


RE: TvOS Kodi Build - sy6sy2 - 2019-04-15

My tests with Kodi iOS on jailbreaked iPhone 7 (deb files installed with Filza):

* (18.1-0) http://mirrors.kodi.tv/releases/darwin/ios-arm64/org.xbmc.kodi-ios_18.1-0_iphoneos-arm64.deb -->No UI sound. PVR addons are here
* (17.6-0) http://mirrors.kodi.tv/releases/darwin/ios-arm64/org.xbmc.kodi-ios_17.6-0_iphoneos-arm64.deb --> No UI sound. PVR addons are here


RE: TvOS Kodi Build - phunkyfish - 2019-04-15

(2019-04-15, 19:25)pogar Wrote:
(2019-04-15, 14:15)phunkyfish Wrote: Could you also test the binary addons from upstream master as aswell as the ATV branch on iOS?

Regarding addons: do you want me to just try to compile addons for iOS from official/master and SylvainCecchetto/ATV ?

Yes please, even one binary addon will do to show if they works on iOS or not.


RE: TvOS Kodi Build - pogar - 2019-04-15

ok. I'll try to build them all. Right now, since a 2 hours, I'm on make on depends  from official repo :-) Single job however.


RE: TvOS Kodi Build - phunkyfish - 2019-04-15

(2019-04-15, 20:01)pogar Wrote: ok. I'll try to build them all. Right now, since a 2 hours, I'm on make on depends  from official repo :-) Single job however.

Ya, it's not quick at all!

Building all the addons will take a long time. Even just the pvr addons should do the trick.


RE: TvOS Kodi Build - pogar - 2019-04-15

ok :-)
depends just finished . running ' make  -C tools/depends/target/binary-addons ADDONS="pvr.*"   ' now.


RE: TvOS Kodi Build - phunkyfish - 2019-04-15

I created a bunch of issues here for us to add updates here: https://github.com/SylvainCecchetto/xbmc/issues
  • Test make build for tvOS including ‘deb’ target
  • Test xcodebuild for tvOS including ‘deb’ target
  • Multi threaded depends build still fails sometimes
  • No UI sounds for tvOS or iOS
  • App icon, launch image and top shelf extension for tvOS
  • Binary addons not included tvOS
Let's record our findings so it's easier to discuss each topic and progress.


RE: TvOS Kodi Build - pogar - 2019-04-15

(2019-04-15, 20:24)pogar Wrote: ok :-)
depends just finished . running ' make  -C tools/depends/target/binary-addons ADDONS="pvr.*"   ' now.
official repo for iOS worked (depends and pvr addons). Trying ATV branch now.

EDIT: ATV branch went ok as well. Good night :-)


RE: TvOS Kodi Build - phunkyfish - 2019-04-16

(2019-04-15, 20:49)pogar Wrote:
(2019-04-15, 20:24)pogar Wrote: ok :-)
depends just finished . running ' make  -C tools/depends/target/binary-addons ADDONS="pvr.*"   ' now.
official repo for iOS worked (depends and pvr addons). Trying ATV branch now.

EDIT: ATV branch went ok as well. Good night :-)

Thanks!

What build steps did you follow?

- Depends
- PVR Addons
- Generate Xcode project
- Xcode - which targets?

Or a different path?


RE: TvOS Kodi Build - pogar - 2019-04-16

(2019-04-16, 07:55)phunkyfish Wrote:
(2019-04-15, 20:49)pogar Wrote:
(2019-04-15, 20:24)pogar Wrote: ok :-)
depends just finished . running ' make  -C tools/depends/target/binary-addons ADDONS="pvr.*"   ' now.
official repo for iOS worked (depends and pvr addons). Trying ATV branch now.

EDIT: ATV branch went ok as well. Good night :-) 

Thanks!

What build steps did you follow?

- Depends
- PVR Addons
- Generate Xcode project
- Xcode - which targets?

Or a different path? 

- depends
- pvr addons


RE: TvOS Kodi Build - phunkyfish - 2019-04-16

(2019-04-16, 08:31)pogar Wrote:
(2019-04-16, 07:55)phunkyfish Wrote:
(2019-04-15, 20:49)pogar Wrote:  
- depends
- pvr addons  

Are you saying that with these builds you have PVR addons when deployed to an iOS device?

There is a github issue here to record your findings: https://github.com/SylvainCecchetto/xbmc/issues/20


RE: TvOS Kodi Build - pogar - 2019-04-16

(2019-04-16, 08:39)phunkyfish Wrote:
(2019-04-16, 08:31)pogar Wrote:
(2019-04-16, 07:55)phunkyfish Wrote:  
- depends
- pvr addons   

Are you saying that with these builds you have PVR addons when deployed to an iOS device?

There is a github issue here to record your findings: https://github.com/SylvainCecchetto/xbmc/issues/20 
I didn't deployed anything. Just compiled them (depends + pvr addons).  I can do deployments in evening, if needed.


RE: TvOS Kodi Build - phunkyfish - 2019-04-16

(2019-04-16, 09:00)pogar Wrote:
(2019-04-16, 08:39)phunkyfish Wrote:  
I didn't deployed anything. Just compiled them (depends + pvr addons).  I can do deployments in evening, if needed.  

Gotcha, it's the deployment that is the important part. We need to verify if the binary addons are included and function in kodi for iOS.

Thanks for helping out with this Wink