• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 45
TvOS Kodi Build
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.
Reply
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
Trying to keep Kodi working on tvOS on free time — Former developer of Catch-up TV & More video add-on (GitHub repoWebsite)
Reply
(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 ?
Reply
My tests with Kodi iOS on jailbreaked iPhone 7 (deb files installed with Filza):

* (18.1-0) http://mirrors.kodi.tv/releases/darwin/i...-arm64.deb -->No UI sound. PVR addons are here
* (17.6-0) http://mirrors.kodi.tv/releases/darwin/i...-arm64.deb --> No UI sound. PVR addons are here
Trying to keep Kodi working on tvOS on free time — Former developer of Catch-up TV & More video add-on (GitHub repoWebsite)
Reply
(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.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
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.
Reply
(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.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
ok :-)
depends just finished . running ' make  -C tools/depends/target/binary-addons ADDONS="pvr.*"   ' now.
Reply
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.
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(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 :-)
Reply
(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?
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(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
Reply
(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
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
(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.
Reply
(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
Maintainer of Enigma2 PVR addon: repo, docschangelog
How to create a full debug: here
Reply
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 45

Logout Mark Read Team Forum Stats Members Help
TvOS Kodi Build3