Winamp Visualisations. Finally :-) (2 Viewers)

B

BassFan

Guest
Only for Information!
please add this to the blacklist of visualization.

MediaPlayer_9.dll
{6870D1D8-5018-454f-8DBE-4EE920743B8B}
MediaPlayer_10.dll
{B0D32936-2E7A-4a69-8AB8-40FB4E83A0D0}

this will crash Mediaportal if selected in configuration.
that will not work without interface(IWMPEffect2) and work only with RenderWindowed.

also do not added to Visualization combo-list.
-----------------------------------------
alternatively.
implement the interface(IWMPEffect2) and use RenderWindowed instead of Render

greets
 
Last edited by a moderator:

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Hi,

    I get exception here :

    Code:
    		  // send new resolution to VisualizationWindow so the Winproc can work with it
    		  VisualizationBase.VisualizationWindow.Height = ClientRectangle.Width;
    		  VisualizationBase.VisualizationWindow.Width = ClientRectangle.Height;

    VisualizationBase.VisualizationWindow is null on first MP start, maybe we need to check the null value :)
     
    B

    BassFan

    Guest
    Hi,

    I get exception here :

    Code:
    		  // send new resolution to VisualizationWindow so the Winproc can work with it
    		  VisualizationBase.VisualizationWindow.Height = ClientRectangle.Width;
    		  VisualizationBase.VisualizationWindow.Width = ClientRectangle.Height;

    VisualizationBase.VisualizationWindow is null on first MP start, maybe we need to check the null value :)

    thanks for the information
    i will create a new patch then.

    please check this..
    thank you
    old patch delete

    greets
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    Added WMP-Plugin to the BlackList which not work without IWMPInterface2 (oops.. i mean IWMPEffects2)
    Branch updated.. old patch delete.

    greets
     
    Last edited by a moderator:

    RicoHTPC

    MP Donator
  • Premium Supporter
  • February 4, 2011
    1,441
    172
    Cuxhaven
    Home Country
    Germany Germany
    Is there a way to prevent the mouse arrow from being shown after switching off visualitions?
     
    B

    BassFan

    Guest
    Is there a way to prevent the mouse arrow from being shown after switching off visualitions?
    hmm. the Mouse arrow allways hidden after 2-3 second
    when not move the mouse again.
    Not understand that it not work by you.

    greets
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom