home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Installation, configuration support
Music Visualizations with Windows Media Player
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="nanook" data-source="post: 562052" data-attributes="member: 52771"><p>I am thinking about writing my own Windows Media Player visualization. Nothing special, just something to put my graphical experiments to use.</p><p></p><p>It's taken me a while to get a simple visualisation working in Windows Media Player 11. I would like to get it working in Media Portal before I spend any more time working on it, but I can't find a way to select it. I'd read that media portal has a plugins/visualization folder, but I do not have this.</p><p></p><p>Please can you advise me how I can use the config tool to select plugins other than Alchemy for WMP.</p><p></p><p>Thanks for Media Portal, it's the best,</p><p> Nanook</p><p></p><p>I've done some more research. I think what is happening is that MediaPortal is loading my plugin but is unable to bind to the interface. I've written my plugin in C# (COM Interop) and implemented the IWMPEffect and IWMPEffects2 interfaces.</p><p></p><p>I have a C# test harness that can also load the the Alchemy plugin and feed it random data to make it produce effects. This test harness can also load the C++ visualisations used by the Windows SDK visualisation wizard. The test harness cannot load my C# plugin via com unless it references it to point to the same implementation of the IWMPEffects interfaces. This is because .Net ignores the COM wrapper of my C# plugin object once it's loaded the assembly (It sees that the Interfaces are not the same instance - same assembly etc).</p><p></p><p>I think this may be why MediaPortal will not load my WMP plugin. May be it has the IWMPEffects interface with it and therefore it's not the same namespace as the ones I've implemented. </p><p></p><p>Does this sound correct? I would like one of the MediaPortal Devs to help if they have time.</p><p></p><p>Thanks,</p><p> Nanook</p></blockquote><p></p>
[QUOTE="nanook, post: 562052, member: 52771"] I am thinking about writing my own Windows Media Player visualization. Nothing special, just something to put my graphical experiments to use. It's taken me a while to get a simple visualisation working in Windows Media Player 11. I would like to get it working in Media Portal before I spend any more time working on it, but I can't find a way to select it. I'd read that media portal has a plugins/visualization folder, but I do not have this. Please can you advise me how I can use the config tool to select plugins other than Alchemy for WMP. Thanks for Media Portal, it's the best, Nanook I've done some more research. I think what is happening is that MediaPortal is loading my plugin but is unable to bind to the interface. I've written my plugin in C# (COM Interop) and implemented the IWMPEffect and IWMPEffects2 interfaces. I have a C# test harness that can also load the the Alchemy plugin and feed it random data to make it produce effects. This test harness can also load the C++ visualisations used by the Windows SDK visualisation wizard. The test harness cannot load my C# plugin via com unless it references it to point to the same implementation of the IWMPEffects interfaces. This is because .Net ignores the COM wrapper of my C# plugin object once it's loaded the assembly (It sees that the Interfaces are not the same instance - same assembly etc). I think this may be why MediaPortal will not load my WMP plugin. May be it has the IWMPEffects interface with it and therefore it's not the same namespace as the ones I've implemented. Does this sound correct? I would like one of the MediaPortal Devs to help if they have time. Thanks, Nanook [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Installation, configuration support
Music Visualizations with Windows Media Player
Contact us
RSS
Top
Bottom