2008-08-06 01:56:58.111875 [Debug][MPMain]: VideoPlayer: FoundStreams: Type=Video; Name=V: Apple Video Media Handler [Undetermined], Filter=Haali Media Splitter (AR), Id=0, PDWGroup=0
2008-08-06 01:56:58.127500 [Debug][MPMain]: VideoPlayer: FoundStreams: Type=Audio; Name=A: Apple Sound Media Handler [Undetermined], Filter=Haali Media Splitter (AR), Id=1, PDWGroup=1
2008-08-06 01:56:58.127500 [Debug][MPMain]: VideoPlayer: FoundStreams: Type=Subtitle_hidden; Name=No subtitles, Filter=Haali Media Splitter (AR), Id=2, PDWGroup=2
For those who like to play around with unfinished (but useable) plugins...
i have parts of the Apple Trailers code ready and put it into a little tryout plugin.
The plugin shows you the trailer list from the Apple Trailer site. When clicked it plays them in the internal player.
You need the QT Lite filter installed on your system for it to work (this is not an external player, just a filter)
Remember that this is just a simple tryout plugin without any fancy stuff! ( list -> click -> play video)
If you want to watch Apple Trailers now you can try it out at your own risk
the zip includes a skin xml file that you put into your current skin's folder and the dll goes into your <MP>plugins/Windows/ folder
Hey armandp,
I took a look at your assembly and it looks as if you are making the backend more modularized from the current MyTrailers which is more hard coded for yahoo. Are you going to be making a GUI frontend that is very expandable for other implementations assuming they would interface certain items? It looks like that is what you are starting to go for. If that is the case, I could very easily add a yahoo implementation to your Movie Trailers plugin. If not, I am going to start working on something like that.