Earlier quoted context omitted.
Correct. You could actually modify the HTTP proxy settings and trusted certificates on the device and run your own applications using a man in the middle attack. Plex had a version that supported this: https://github.com/iBaa/PlexConnect
For anyone wondering about this, I've been using it for a while and it works great - the Trailers app now loads the Plex UI for me. I've barely had to touch it since the initial setup.
Apple TV Markup Language
61–70 of 74 posts
Re: Apple TV Markup Language
#62Earlier quoted context omitted.
Why would anyone add complexity to the syntax when you can make it simpler by removing the XML namespace? If you need to add namespaces, then you have already failed.
It's if you want to have backwards compatible syntax supported by later devices. This will naturally happen as you add features and modify old ones. It's even more important in hardware devices that might might not be able to be updated later. EDIT: I think someone is probably down-voting me for a technical reason. Would you please explain it?
Re: Apple TV Markup Language
#63Earlier quoted context omitted.
It's if you want to have backwards compatible syntax supported by later devices. This will naturally happen as you add features and modify old ones. It's even more important in hardware devices that might might not be able to be updated later. EDIT: I think someone is probably down-voting me for a technical reason. Would you please explain it?
If Apple wants to break BC they just do it. They control the entire ecosystem and has been known to break stuff pretty frequently and force everyone to keep up
Apple is really good about giving developers a heads up before deprecating anything.
Re: Apple TV Markup Language
#64Re: Apple TV Markup Language
#65I'm a little surprised they're jumping into the literal "TV" namespace so wholeheartedly. Is the future of this ecosystem really exclusively limited to the Television? Gaming is already an explicit part of this, which undoubtedly will include VR, which is theoretically suited to Television-like content. If they do this right, the source code running on your VR gogs will mention "TV" everywhere, much like the the curr…
Re: Apple TV Markup Language
#66Earlier quoted context omitted.
In no way is this html. its xml. they use xml for the same reason that most do - to define their own elements and behaviors thereof
XML without namespaces, so pretty much just markup. You know, without namespaces, you take out the eXtensibility-bit.
SGML, actually. "Just markup" can entail other things, like TeX, for example.
Re: Apple TV Markup Language
#67That's only half-sarcastic; it does seem to be a similar but much-simplified markup language that learned a lot from HTML5. Will be interesting to watch it develop.
As others have commented, though, XML without namespaces is not a fun ride (in my humble experience).
[0] https://en.wikipedia.org/wiki/Extensible_Application_Markup_...
Re: Apple TV Markup Language
#68Re: Apple TV Markup Language
#69If any of the authors are reading, you really ought to consider putting this into an XML namespace. It can just be a mysterious invocation to most users today, but if you need to extend this in the future (inline SVG? inline XHTML?), it'll save your bacon to have done it in the first version.
Re: Apple TV Markup Language
#70The link should probably be the main TVML page rather than one of the template reference pages. https://developer.apple.com/library/prerelease/tvos/document...