With plexconnect newer than 20. November 2013:
- Follow the tutorial here: http://langui.sh/201...l-plexconnect/. to install the certificate,
but in the first command replace "trailers.apple.com" with "www.icloud.com". (You can have both certificates installed). - Edit your "Settings.cfg" file:
hosttointercept = www.icloud.com
Enter:
www.icloud.com for the iMovies Theater App
trailers.apple.com for the Trailers App. (default)
secure.marketwatch.com for the WSJ App.
OLD Instructions:
I consider this instructons to be quite difficult, so unless you know what you are doing continue using the Trailers app. :-)
- Follow the tutorial here: http://langui.sh/201...l-plexconnect/. to install the certificate,
but in the first command replace "trailers.apple.com" with "www.icloud.com". (You can have both certificates installed). - Edit "PlexConnect.py" and replace "trailers.apple.com" with "www.icloud.com" (at line 69). It should look like this:
param['HostToIntercept'] = 'www.icloud.com' - Edit "WebServer.py", find this part (about line 145)
if basename in ("application.js", "main.js") or \ basename.endswith(".js") and dirname == '/js': if basename == "main.js": basename = "application.js"and replace it with this:
if basename in ("application.js", "main.js", "javascript-packed.js") or \ basename.endswith(".js") and dirname == '/js': if basename == "main.js" or basename == "javascript-packed.js": basename = "application.js"(in Python the structure and the leading space characters in front of the code line are relevant)
- Restart your Apple TV to flush the DNS Cache.
There you go ... :-)
[/spoiler]As far as i can tell right now this patch doesn't affect ANY other functions of the Apple TV.
- Not affected apps: Movie & TV Rentals, iTunes Radio, Home Sharing, Apple Special Event, iCloud Photos, Podcast, Radio- Not affected functions: iCloud Sign in/out (+Terms of Conditions), Activation, iPhone Remote, iTunes Sign in/outEDIT2: added the compatibility test part.
EDIT: fixed for plexconnect from today 12. November 2013
EDIT3: updated: the modifications are now part of the code