Tag Archives: iTunes Extras

developing iTunes LPs/iTunes Extras for the AppleTV

Apple’s ‘hobby’ TV unit, AppleTV, is a rather limited platform in terms of interactability and processing power. After getting my hands on a unit for testing iTunes LPs on, I was shocked at the changes necessary in order to make an LP work on this medium. This article does not cover the information outlined within [...]
Posted in Uncategorized | Also tagged , , , | Leave a comment

iTunes LP/Extras Javascript redirects

For iTunes LP and iTunes Extras content programatically loading a link is very difficult. Both iTunes and AppleTV don’t support the Javascript function windows.open() or the property window.location. I’ve managed to come up with this bypass (aka hack) which is demonstrated in the Javascript code below. It triggers a mouse click event emulating the user [...]
Posted in Uncategorized | Also tagged , , | Leave a comment