Sample XML for Apple TV

I was browsing around the forum looking for some more information on Sample XML documents for the Apple TV, I came across a post (https://forums.plex.tv/topic/79341-atv-xml-apiinfo-where-to-find/) where some people were discussing the available functions and such for the Apple TV. Unfortunately a link I was very interested in has gone dark and the FTP server is down. I was curious if anybody had a backup of that FTP server that they could link me to.

 

Dead FTP Link: 

ftp://209.222.29.73/apple/sample-xml/

Sorry for bringing up an oldish topic, I have just been working on my own project similar to PlexConnect but for Popcorn Time and I am trying to add new elements to the DOM and needed some information possibly on how to do it as well as other templates that are possible.

 

Thanks!

OstlerDev

Not sure if this would help but you can navigate to other bag.plist's (apps) from within this file:

https://github.com/wahlmanj/test/blob/master/storeFront

For example this will take you to the kortv xml:

https://kortv.com/appletv/js/application.js

Dead FTP Link: 


ftp://209.222.29.73/apple/sample-xml/
Sorry for bringing up an oldish topic, I have just been working on my own project similar to PlexConnect but for Popcorn Time and I am trying to add new elements to the DOM and needed some information possibly on how to do it as well as other templates that are possible.
 
Thanks!
OstlerDev


Yep, unfortunately that links been dead for quite a while :( I downloaded the entire content of the site while it was still up, if you want it and you know a good place I can upload it then I'll zip it all up for you :)

@roidy I just saw your response on here, if you are worried about the files being hosted weirdly, you can always upload them to anonfiles, or talk to me on the IRC again, we can share files more privately there or in a PM. However I do not see an issue with these files being public.

Also, if anyone is curious I can post a guide on how to create a http proxy, get it on the Apple TV, then intercept its communication and read all XML sent (except for preinstalled Apple apps, it seems that they have checking to make sure it is their certificate.)

Any chance to upload these files to github or somewhere else so we can take a look at the sample xml’s for aTV?

Awesome! There are some amazing contents in that file.

Pushed it onto github for everyone also as a mirror:

Thx again @roidy :slight_smile: