1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

Can't compile mrmc on Xcode 7.1

Report any issues you might have in here
Post Reply
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: Can't compile mrmc on Xcode 7.1

Post by davilla »

Nandor690 wrote:As far as the header file error, me compiling to the simulator wouldn't matter would it?
Compiling to simulator is not supported at this time. Compile to generic atv or the actual device. Simulator support is non-trivial and opens a huge can of worms :)
Nandor690
Posts: 34
Joined: 10 Dec 2015, 06:16

Re: Can't compile mrmc on Xcode 7.1

Post by Nandor690 »

TheJmc wrote:
Nandor690 wrote:Is this from the github website? Or cloning from github in terminal?
From the zip in https://github.com/MrMC/mrmc

Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.
Nandor690
Posts: 34
Joined: 10 Dec 2015, 06:16

Re: Can't compile mrmc on Xcode 7.1

Post by Nandor690 »

davilla wrote:
Nandor690 wrote:As far as the header file error, me compiling to the simulator wouldn't matter would it?
Compiling to simulator is not supported at this time. Compile to generic atv or the actual device. Simulator support is non-trivial and opens a huge can of worms :)

I thought so. Thanks for the reply. Im gonna try a few different things today. And Ill have my Apple TV hooked up this time. :oops: Instead of the simulator
TheJmc
Posts: 28
Joined: 06 Dec 2015, 04:42

Re: Can't compile mrmc on Xcode 7.1

Post by TheJmc »

Nandor690 wrote:
TheJmc wrote:
Nandor690 wrote:Is this from the github website? Or cloning from github in terminal?
From the zip in https://github.com/MrMC/mrmc

Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.

Good luck!

Don't forget to execute the following after the 1st "$ make"

Code: Select all

$ make -C target/binary-addons
Starphone2015 forgot that line.
Nandor690
Posts: 34
Joined: 10 Dec 2015, 06:16

Re: Can't compile mrmc on Xcode 7.1

Post by Nandor690 »

TheJmc wrote:
Nandor690 wrote:
TheJmc wrote:
From the zip in https://github.com/MrMC/mrmc

Ok thanks! Im home now. Im starting from scratch. I deleted Xcode too. Im going to try first on tvOS 9.1 using the method we talked about with Xcode and then following starphone2015 write up. Ill let you know how it goes.

Good luck!

Don't forget to execute the following after the 1st "$ make"

Code: Select all

$ make -C target/binary-addons
Starphone2015 forgot that line.
I won't. I did notice you put that in a comment earlier. Im glad you said something cause I knew nothing about it.
So does that mean with side loading we will be able to install add ons?
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: Can't compile mrmc on Xcode 7.1

Post by davilla »

No, for the 1e6th time, python addons are not supported as python is gone.

That command builds binary-addons of which only PVR is present.
Nandor690
Posts: 34
Joined: 10 Dec 2015, 06:16

Re: Can't compile mrmc on Xcode 7.1

Post by Nandor690 »

davilla wrote:No, for the 1e6th time, python addons are not supported as python is gone.

That command builds binary-addons of which only PVR is present.
So there isn't much of a difference from this and the App Store MrMC?

And sorry. I have only been on this thread. I didn't see that question anywhere here. My apologies
starphone2015
Posts: 2
Joined: 10 Dec 2015, 20:39

Re: Can't compile mrmc on Xcode 7.1

Post by starphone2015 »

Nandor690 wrote:
TheJmc wrote:
Nandor690 wrote:
Don't forget to execute the following after the 1st "$ make"

Code: Select all

$ make -C target/binary-addons
Starphone2015 forgot that line.
I removed that line on purpose. Since Davilla keeps mentioning there is no add-ons (python) support. But now I know PVR is still supported (Well, I do not used this feature). So I will still removed this line then.
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: Can't compile mrmc on Xcode 7.1

Post by davilla »

The whole point of GPL is to provide the exact same source code used in the public binary. This repo does just that, It is the codebase used for the MrMC fork/rebrand/refactor.

If you are looking for a full-blown Kodi with addons and python, running on the ATV4, then you will need to wait until the Kodi devs backport what is here into the Kodi codebase.
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: Can't compile mrmc on Xcode 7.1

Post by davilla »

starphone2015 wrote:
Nandor690 wrote:
TheJmc wrote:
I removed that line on purpose. Since Davilla keeps mentioning there is no add-ons (python) support. But now I know PVR is still supported (Well, I do not used this feature). So I will still removed this line then.
MrMC is built with binary/addons (PVR) present. Perhaps I should clarify, the addon 'concept' is still present. We still use it for certain things. But addons (and skins) that require python, will not work because the entire python infrastructure has been removed. We are looking at a replacement for python that is acceptable by Apple/App Store but that is the focus of future work.
Post Reply