SheaSmith / tvnz-plus-atv-3

A very much unofficial TVNZ+ client for the Apple TV 3
0 stars 0 forks source link

How to enable "Add site" #1

Open Philip2809 opened 5 days ago

Philip2809 commented 5 days ago

Edit, accidentally pressed enter

I just jailbraked my atv 3, how can I do this add site function you are talking about? Cant find any info about it.

I want to understand how their tvml and js works to write my own applications

Philip2809 commented 5 days ago

nvm found it https://github.com/intrepidusgroup/rpi-atv/tree/master

Philip2809 commented 5 days ago

or maybe that was a old one? donno, do you know what the latest version to get the add site is?

SheaSmith commented 5 days ago

https://github.com/iBaa/PlexConnect/blob/master/support/aTV_jailbreak/install_button.bash should be somewhat helpful. It seems like you need to upload the com.apple.frontrow.plist file to /Library/Managed Preferences/mobile/com.apple.frontrow.plist to enable the add site button. My Apple TV isn't running at the moment, so I'm not able to check, but it certainly sounds like what I did a few years ago when I set my ATV3 up.

If you're writing apps, https://github.com/SheaSmith/atv.js/wiki/Setting-up-the-Web-Inspector maybe useful to you, along with the XSD here: https://github.com/SheaSmith/atv.js/blob/master/library/atv.xsd (which is the latest version with all available elements, unlike some other versions floating around on Github)

Philip2809 commented 5 days ago

Thank you soo much! This helps me alot! I want to write some custom apps and this is just what I am looking for, thanks :D