I have found a way to add a Trailer Feature to Media Browser.

In order for this to work You will need to have all your movies in there own folder and a mymovies.xml inside. If you don't already here is a
BatchFile you can place in your movie folder and run. It will put every movie it a folder named after the movie.
I use
This Tool to add all of the metadata and backdrops and covers to all of my movies. It will save everything it can find to each movie folder automatically in a mymovies.xml doc.
It will work for Movies or TV Shows. After you have a mymovies.xml in all of your folders you can edit them to your harts delight. And create any info or picture you want to see for each movie.
Here is How to add the trailer button:
First Go and download
HD Movie Trailer Downloader
It can scan your library and add trailers to all of the movies it finds matches to automatically.
Now go in to all the movie folders that have a trailer in them and edit your mymovies.xml
Your going to want to scroll down to the bottom of the xml
and and remove </Title>
Code:
</Person>
</Persons>
<Studios />
<Covers>
<Front>folder.jpg</Front>
<Back />
</Covers>
</Title>
And Add
Code:
<LocalTrailer>
<URL>J:\Wanted\trailer.mov</URL>
<Type>1</Type>
</LocalTrailer>
</Title>
Then SAVE
So it will look like this
Code:
</Persons>
<Studios />
<Covers>
<Front>folder.jpg</Front>
<Back />
</Covers>
<LocalTrailer>
<URL>J:\Vantage Point\trailer.mov</URL>
<Type>1</Type>
</LocalTrailer>
</Title>
And then run Media Browser and you will find a new button!
But the best part is when you play the trailer it plays in the preview window only!
At least in the Vanilla Theme.
Petty Cool Right?!!
OK here is were I would love some help from someone out there that can right a script.
A script that can find the newly added trailers and add the info to the xml automatically.
ANYONE UP TO THE TASK?
Later All,
DemonSeed