Hi Guys,
I have found that the "iTunes Movie Trailers" plugin on OS X is buggy, it incorrectly parses the JSON that apple returns. It's probably something with parsing in "~/Library/Application Support/Plex Media Server/Plug-Ins/iTunes Movie Trailers.bundle/Code/init.py".
If you have a look at http://movietrailers.apple.com/trailers/wb/thelegendoftarzan/data/page.json for example, you will find that the JSON has two trailer titles: "Trailer" and "Trailer 2", but instead of returning both, the plugin only returns one, but does so twice. For other movies that have 3 trailers listed, it returns the first trailer 3 times. Also, clicking on the trailers' names takes you to the exact same trailer, so you can only watch the same trailer multiple times :) If you are planning to fix parsing here, it would also be nice to return all URLs so one can choose quality as well. As these are all stored in the same JSON, it's just a matter of displaying (and parsing properly). It could be something like
"Trailer [SD]"
"Trailer [HD720]"
"Trailer [HD1080]"
"Trailer 2 [SD]"
"Trailer 2 [HD720]"
"Trailer 2 [HD1080]"
Thanks,
L.