Linux Plugin Status: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
(Testing format)
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Stub article. Work in Progress.
WORK IN PROGRESS
Plugins that run in [[Linux%2C_Wine_%26_MediaMonkey | MediaMonkey under wine]]


==Default Installed Plug-ins==
{| border="1"
{| border="1"
|-
|-
! Plugin
! Plugin
! Description
! Status
! Tested
! Provides
! Comments
! Requires
|-
|-
| Default Installed Plugins
| '''DSP(Digital Signal Processing)'''
|-
|-
| dsp_DeFX.dll
| dsp_DeFX.dll
Line 14: Line 16:
|  
|  
|  
|  
|-
| '''Device Synchronization'''
|-
|-
| d_iPhone.dll
| d_iPhone.dll
|  
| Fails(1)
|  
|  
|  
|  
|-
|-
| d_iPod.dll
| d_iPod.dll
|  
| Fails(1)
|  
|  
|  
|  
|-
|-
| d_iRiverH.dll
| d_iRiverH.dll
|  
| Fails(1)
|  
|  
|  
|  
|-
|-
| d_USBMass1.dll
| d_USBMass1.dll
|  
| Fails(1)
|  
|  
|  
|  
|-
|-
| d_WMDM.dll
| d_WMDM.dll
| Fails(2)
|  
|  
|  
|  
|  
|-
| '''Input Format'''
|-
|-
| f_aac.dll
| f_aac.dll
Line 74: Line 80:
|  
|  
|  
|  
|-
| '''Input'''
|-
|-
| in_ape.dll
| in_ape.dll
Line 86: Line 94:
|-
|-
| in_vorbis.dll
| in_vorbis.dll
|  
| OK
|  
| Vorbis (OGG)
|  
|  
|-
|-
Line 101: Line 109:
|-
|-
| in_wmp3.dll
| in_wmp3.dll
| Fails(3)
|  
|  
|  
|  
|  
|-
| '''Output'''
|-
|-
| out_MMDS.dll
| out_MMDS.dll
Line 111: Line 121:
|-
|-
| out_wave.dll
| out_wave.dll
| OK
|  
|  
|  
|  
|  
|-
| '''Visualization'''
|-
|-
| vis_geis.dll
| vis_geis.dll
|  
| Fails(4)
|  
|  
|  
|  
|-
|-
| vis_milk.dll
| vis_milk.dll
|  
| OK
|  
|  
|  
|  
Line 129: Line 141:
|  
|  
|  
|  
|}
==Other Plugins==
{| border="1"
|-
|-
| Other Plugins
! Plugin
! Status
! Provides
! Requires
|-
|-
| gen_wa2_scrobbler.dll
| gen_wa2_scrobbler.dll
|  
|  
| Last.fm
|
|-
| in_mad.dll
| OK
| MP3
|  
|  
|-
| [[http://www.hydrogenaudio.org/forums/index.php?s=c3af297449c1a7b8ab5adb628cb6cff8&showtopic=60454 in_mad.dll]] (Newer)
| OK (5)
| MP3
|  
|  
|-
|-
Line 141: Line 170:
|  
|  
|  
|  
|-
| in_mp3.dll
| OK
| MP3
| Comes from winamp2 install
|}
|}
==Failure Reason Codes==
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.
# Changes screen resolution and does not render at all. Can be safely exited by pressing escape.
# Extra long buffers while using newer MAD plugin. Expect 10 seconds between player action and sound response.

Latest revision as of 11:22, 8 June 2008

WORK IN PROGRESS Plugins that run in MediaMonkey under wine

Default Installed Plug-ins

Plugin Status Provides Requires
DSP(Digital Signal Processing)
dsp_DeFX.dll
Device Synchronization
d_iPhone.dll Fails(1)
d_iPod.dll Fails(1)
d_iRiverH.dll Fails(1)
d_USBMass1.dll Fails(1)
d_WMDM.dll Fails(2)
Input Format
f_aac.dll
f_ape.dll
f_flac.dll
f_flac_codec.dll
f_mpc.dll
f_ogg.dll
f_wave.dll
Input
in_ape.dll
in_mpc.dll
in_vorbis.dll OK Vorbis (OGG)
in_wav.dll
in_wma.dll
in_wmp3.dll Fails(3)
Output
out_MMDS.dll
out_wave.dll OK
Visualization
vis_geis.dll Fails(4)
vis_milk.dll OK
vms_desktop.dll

Other Plugins

Plugin Status Provides Requires
gen_wa2_scrobbler.dll Last.fm
in_mad.dll OK MP3
[in_mad.dll] (Newer) OK (5) MP3
in_mp3PRO.dll
in_mp3.dll OK MP3 Comes from winamp2 install

Failure Reason Codes

  1. Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.
  2. Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.
  3. Requires Windows Media Player and also codecs for Windows Media Player. Not tested.
  4. Changes screen resolution and does not render at all. Can be safely exited by pressing escape.
  5. Extra long buffers while using newer MAD plugin. Expect 10 seconds between player action and sound response.