<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Botijo</id>
	<title>MediaMonkey Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.mediamonkey.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Botijo"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Botijo"/>
	<updated>2026-04-25T10:40:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBSongData::IsntInDB&amp;diff=5322</id>
		<title>ISDBSongData::IsntInDB</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBSongData::IsntInDB&amp;diff=5322"/>
		<updated>2009-09-30T17:39:31Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Property description */ Reworked the description so that it makes a little bit more sense.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBSongData|ISDBSongData|Property Get/Let IsntInDB As Boolean}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Returns True if the track is not stored in the Library. Defaults to False.&lt;br /&gt;
Returns False when&lt;br /&gt;
# Track is in the Library (SongID &amp;gt; 0)&lt;br /&gt;
# When MM does not know anything yet (SongID = -1)&lt;br /&gt;
&lt;br /&gt;
In order for this property to be updated, MM needs to query the database. If the user sets this property to False, MM will not do a query to the database. This is done by device plug-ins extensively in order to avoid expensive database queries.&lt;br /&gt;
&lt;br /&gt;
Info taken from [[http://www.mediamonkey.com/forum/viewtopic.php?p=39581#39581 this post by Jiri]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBSongData|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBSongData|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=SDBSongData&amp;diff=5321</id>
		<title>SDBSongData</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=SDBSongData&amp;diff=5321"/>
		<updated>2009-09-29T20:55:47Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* ISDBSongData members */  Added three or four new properties I have found in the latest beta.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AutomationObjectsList}}&lt;br /&gt;
== CoClass SDBSongData ==&lt;br /&gt;
&lt;br /&gt;
Object with all properties of a track. Corresponding Songs Table columns.&lt;br /&gt;
&lt;br /&gt;
To apply changes made to a SongData object, be sure to call one or more of the methods [[ISDBSongData::UpdateAlbum|UpdateAlbum]], [[ISDBSongData::UpdateArtist|UpdateArtist]], [[ISDBSongData::UpdateDB|UpdateDB]] and/or [[ISDBSongData::WriteTags|WriteTags]]. In some cases, you can call the [[ISDBSongList::UpdateAll|UpdateAll]] method of the SongList object containing the SongData object.&lt;br /&gt;
&lt;br /&gt;
=== ISDBSongData members ===&lt;br /&gt;
   &lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name &lt;br /&gt;
! Type &lt;br /&gt;
! Description&lt;br /&gt;
!&lt;br /&gt;
! Name&lt;br /&gt;
! Value Type&lt;br /&gt;
! Possible Values&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Album|Album]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::AlbumArt|AlbumArt]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::AlbumArtistName|AlbumArtistName]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|AlbumArtist &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::AlbumName|AlbumName]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Album &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Artist|Artist]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ArtistName|ArtistName]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Artist &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Author|Author]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Author &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|The Composer of the Song &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Band|Band]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Band &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Bitrate|Bitrate]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Bitrate &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Bookmark|Bookmark]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|PlaybackPos &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|To be confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::BPM|BPM]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|BPM &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|Beats Per Minute &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Cached|Cached]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|CacheStatus &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::CachedPath|CachedPath]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|CacheName &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::CalculateGapData|CalculateGapData]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::canCrossfade|canCrossfade]] &lt;br /&gt;
|Property Get/Set&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Channels|Channels]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Stereo &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Comment|Comment]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Comment &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Conductor|Conductor]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Conductor &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Copyright|Copyright]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Copyright &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Custom1|Custom1]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Custom1 &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Custom2|Custom2]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Custom2 &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Custom3|Custom3]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Custom3 &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Custom4|Custom4]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Custom4 &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Custom5|Custom5]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Custom5 &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Date|Date]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::DateAdded|DateAdded]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|DateAdded &lt;br /&gt;
|REAL &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::DateDBModified|DateDBModified]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Day|Day]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Year[7,2]&lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::DiscNumber|DiscNumber]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|MM2&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::DiscNumberStr|DiscNumberStr]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|DiscNumber &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Encoder|Encoder]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Encoder &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::FileLength|FileLength]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FileLength &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::FileModified|FileModified]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|FileModified &lt;br /&gt;
|REAL &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::GaplessBytes|GaplessBytes]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|GaplessBytes &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Genre|Genre]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Genre &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::GetCopy|GetCopy]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Grouping|Grouping]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|GroupDesc &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ID|ID]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ID &lt;br /&gt;
|INTEGER &lt;br /&gt;
|AUTOINCREMENT (1 to inf.) &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::InvolvedPeople|InvolvedPeople]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|InvolvedPeople &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::isBookmarkable|isBookmarkable]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Seekable &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|To be confirmed&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::IsntInDB|IsntInDB]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Dynamic Check&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ISRC|ISRC]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ISRC &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::isShuffleIgnored|isShuffleIgnored]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::LastPlayed|LastPlayed]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|LastTimePlayed &lt;br /&gt;
|REAL &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Leveling|Leveling]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|NormalizeTrack &lt;br /&gt;
|REAL &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::LevelingAlbum|LevelingAlbum]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|NormalizeAlbum &lt;br /&gt;
|REAL &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Lyricist|Lyricist]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lyricist &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Lyrics|Lyrics]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Lyrics &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Media|Media]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|IDMedia &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::MediaLabel|MediaLabel]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::MetadataFromFilename|MetadataFromFilename]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Month|Month]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Year[5,2]&lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Mood|Mood]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Mood &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::MusicComposer|MusicComposer]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Use Author&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Occasion|Occasion]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Occasion &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalArtist|OriginalArtist]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigArtist &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalLyricist|OriginalLyricist]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigLyricist &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalTitle|OriginalTitle]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigTitle &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalYear|OriginalYear]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigYear[1,4]&lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalMonth|OriginalMonth]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigYear[5,2]&lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::OriginalDay|OriginalDay]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|OrigYear[7,2]&lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ParseText|ParseText]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Path|Path]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|SongPath &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PeakValue|PeakValue]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PlayCounter|PlayCounter]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|PlayCounter &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PlaylistOrder|PlaylistOrder]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Dynamic Check&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PostGap|PostGap]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|PostGap &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PreGap|PreGap]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|PreGap &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Preview|Preview]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::PreviewPath|PreviewPath]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|PreviewName &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Publisher|Publisher]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Publisher &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Quality|Quality]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Quality &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Rating|Rating]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Rating &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::RatingString|RatingString]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Rating (Not Used?)&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ReadTags|ReadTags]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::ReadTagsAsExt|ReadTagsAsExt]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::RenameByMask|RenameByMask]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::SampleRate|SampleRate]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|SamplingFrequency &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::SongID|SongID]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Internal Use Only&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::SongLength|SongLength]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|SongLength &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::SongLengthString|SongLengthString]] &lt;br /&gt;
|Property Get &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|SongLength Formatted&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Tempo|Tempo]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Tempo &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Title|Title]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|SongTitle &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::TotalSamples|TotalSamples]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|TotalSamples &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::TrackOrder|TrackOrder]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|MM2&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::TrackOrderStr|TrackOrderStr]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|TrackNumber &lt;br /&gt;
|TEXT &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::UpdateAlbum|UpdateAlbum]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::UpdateArtist|UpdateArtist]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::UpdateDB|UpdateDB]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::VBR|VBR]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|VBR &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::WriteTags|WriteTags]] &lt;br /&gt;
|Method &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
|[[ISDBSongData::Year|Year]] &lt;br /&gt;
|Property Get/Let &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|Year[1,4] &lt;br /&gt;
|INTEGER &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBSongData|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Compatible_Devices&amp;diff=4583</id>
		<title>Compatible Devices</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Compatible_Devices&amp;diff=4583"/>
		<updated>2008-11-10T19:59:12Z</updated>

		<summary type="html">&lt;p&gt;Botijo: Added links for known Iriver devices.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of devices with known compatibility (i.e. these devices have been tested by users) with the current version of MediaMonkey.  If you know of additional devices with MediaMonkey compatibility, please add them to this list.  Devices are listed by their manufacturer.  Click on any device to find any specific settings that are necessary to sync with the device.&lt;br /&gt;
&lt;br /&gt;
==Apple==&lt;br /&gt;
:[[iPod]] (including 5th Generation)&lt;br /&gt;
:[[iPod Classic]]&lt;br /&gt;
:[[iPod Mini|iPod Mini]] (1st and 2nd Generation)&lt;br /&gt;
:[[iPod Nano]] (1st, 2nd, 3rd, and 4th Generation)&lt;br /&gt;
:[[iPod Photo]]&lt;br /&gt;
:[[iPod Shuffle]] (1st and 2nd Generation)&lt;br /&gt;
:[[iPod Touch]]&lt;br /&gt;
:[[iPhone|iPhone]]&lt;br /&gt;
&lt;br /&gt;
==Archos==&lt;br /&gt;
:[[GenericMTP|Archos 605 Wifi]]&lt;br /&gt;
:[[GenericMTP|Archos Gmini (all versions)]]&lt;br /&gt;
:[[GenericMTP|Archos Gemini 200]]&lt;br /&gt;
&lt;br /&gt;
==Audiovox==&lt;br /&gt;
:[[GenericMTP|Audiovox SMP3-xxx]]&lt;br /&gt;
&lt;br /&gt;
==Cowon==&lt;br /&gt;
:[[USBmass|iAudio X5]]&lt;br /&gt;
&lt;br /&gt;
==Creative==&lt;br /&gt;
:[[MTPZen|Zen]]&lt;br /&gt;
:[[MTPZen|Zen Micro (2.20.05 firmware)]]&lt;br /&gt;
:[[MTPZen|Zen Nano]]&lt;br /&gt;
:[[MTPZen|Zen Neeon]]&lt;br /&gt;
:[[MTPZen|Zen Sleek]]&lt;br /&gt;
:[[MTPZen|Zen Stone]]&lt;br /&gt;
:[[MTPZen|Zen Touch (with &#039;Plays for Sure&#039; MTP firmware update)]]&lt;br /&gt;
:[[MTPZen|Zen Vision]]&lt;br /&gt;
:[[MTPZen|Zen Vision:M]]&lt;br /&gt;
:[[MTPZen|Zen xtra (&#039;Plays for Sure&#039; firmware update)]]&lt;br /&gt;
&lt;br /&gt;
==Dell==&lt;br /&gt;
:[[USBmass|Dell DJ (mostly works--need logs to debug playlist problem)]]&lt;br /&gt;
&lt;br /&gt;
==Eiger labs==&lt;br /&gt;
:[[USBmass|MPMan MP-F57]]&lt;br /&gt;
&lt;br /&gt;
==Finis==&lt;br /&gt;
:[[USBmass|Finis SwiMP3]]&lt;br /&gt;
&lt;br /&gt;
==iRiver==&lt;br /&gt;
:[[GenericMTP|iRiver Clix 2nd Gen (MTP mode)]]&lt;br /&gt;
:iRiver H10&lt;br /&gt;
:iRiver H120/H320/H340&lt;br /&gt;
:iRiver ifp-8xx&lt;br /&gt;
:[[USBmass|iRiver iFP-9xx]]&lt;br /&gt;
:iRiver N-xx&lt;br /&gt;
:iRiver PMP-1xx&lt;br /&gt;
:iRiver PMC-120&lt;br /&gt;
&lt;br /&gt;
==Motorola==&lt;br /&gt;
:[[Motorola RIZR Z3]]&lt;br /&gt;
&lt;br /&gt;
==Nokia==&lt;br /&gt;
:[[GenericMTP|Nokia 5310]]&lt;br /&gt;
&lt;br /&gt;
==Phillips==&lt;br /&gt;
:[[GenericMTP|Philips HDD6320]] (partial support--need logs to debug)&lt;br /&gt;
&lt;br /&gt;
==RCA==&lt;br /&gt;
:[[USBmass|Lyra 2780]]&lt;br /&gt;
&lt;br /&gt;
==Samsung==&lt;br /&gt;
:[[GenericMTP|Samsung YP-XX]]&lt;br /&gt;
:[[GenericMTP|Samsung YP-XXX]]&lt;br /&gt;
&lt;br /&gt;
==SanDisk==&lt;br /&gt;
:[[MTPSansa|Sansa eXXX]]&lt;br /&gt;
:[[MTPSansa|Sansa Fuze]]&lt;br /&gt;
:[[MTPSansa|Sansa M250]]&lt;br /&gt;
:[[MTPSansa|Sandisk Sansa]]&lt;br /&gt;
&lt;br /&gt;
==Toshiba==&lt;br /&gt;
:[[GenericMTP|Toshiba Gigabeat (works but firmware bug limits synch speed)]]&lt;br /&gt;
&lt;br /&gt;
==Sony==&lt;br /&gt;
:[[USBmass|Sony Ericsson W600]]&lt;br /&gt;
:[[USBmass|Sony Ericsson W800i]]&lt;br /&gt;
:[[GenericMTP|Sony Walkman NWZ-A829]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBTools::OutputDebugStringMM&amp;diff=4407</id>
		<title>ISDBTools::OutputDebugStringMM</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBTools::OutputDebugStringMM&amp;diff=4407"/>
		<updated>2008-07-21T22:30:44Z</updated>

		<summary type="html">&lt;p&gt;Botijo: Added link to DebugView download&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBTools|ISDBTools|Sub OutputDebugStringMM(Value As String)}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |Value |String |A string to be added to debug log.}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
This method outputs a debug string using Windows OutputDebugString method, but only in case the Debug version of MediaMonkey is running. It can be useful for debuging your scripts, you can the view the debug logs using [http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView tool]. Using this method instead of [[ISDBTools::OutputDebugString]] can be useful when you want to keep the debug messages in your released scripts and then get debug logs from users in case of troubles.&lt;br /&gt;
&lt;br /&gt;
===Related items===&lt;br /&gt;
&lt;br /&gt;
* [[ISDBTools::OutputDebugString]]&lt;br /&gt;
&lt;br /&gt;
{{Introduced|3.0}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBTools|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBTools|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Scripting_Tips_%26_Tricks_(MM4)&amp;diff=4406</id>
		<title>Scripting Tips &amp; Tricks (MM4)</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Scripting_Tips_%26_Tricks_(MM4)&amp;diff=4406"/>
		<updated>2008-07-21T22:29:44Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* (MediaMonkey) Scripting in general */  Added DebugView&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==(MediaMonkey) Scripting in general==&lt;br /&gt;
&lt;br /&gt;
=== &#039;Correctly&#039; update song properties ===&lt;br /&gt;
Using the SongData object, you can either update the database/library (UpdateDB) and/or update the file&#039;s tags (WriteTags). So there&#039;s no way to let the song changes be saved like the user selected in the Options panel (menu Tools &amp;gt; Options &amp;gt; Library &amp;gt; Tags &amp;amp; Playlists &amp;gt; &amp;quot;Update tags when editing properties&amp;quot;).&lt;br /&gt;
However, the UpdateAll method for the SongList object &#039;&#039;does&#039;&#039; take into account this user-specified option. So you can create a new SongList object using SDB.NewSongList and add your SDBSongData object(s) to it. Then call the UpdateAll method on the songlist, and your song(s) will be saved in user-specified way.&lt;br /&gt;
&lt;br /&gt;
=== See MM debug log via DebugView ===&lt;br /&gt;
You can download [http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx DebugView] directly from Microsoft. If used with the debug version of MM, lots of useful messages will be displayed in DebugView. Also, any message set via [[ISDBTools::OutputDebugStringMM]] will also be added to that debug log. &lt;br /&gt;
&lt;br /&gt;
=== See MM Scripting interface using OLEView ===&lt;br /&gt;
MS Visual Studio contains a tool called [http://www.microsoft.com/downloads/details.aspx?familyid=5233B70D-D9B2-4CB5-AEB6-45664BE858B6&amp;amp;displaylang=en OLEView] (&amp;quot;OLE Viewer&amp;quot; or &amp;quot;OLE/COM Object Viewer&amp;quot;) ([http://download.microsoft.com/download/win2000platform/oleview/1.00.0.1/nt5/en-us/oleview_setup.exe direct link]), which can show the type library of the SongsDB object &amp;quot;MediaMonkey Library&amp;quot;. It requires the Iviewers.dll, which is not included, but can be downloaded from [http://www.dlldll.com/downdll/2757.html here] or other 3rd-party locations. There, you can see all supported properties and methods of the MediaMonkey scripting interface. This can be handy to find out new scripting methods in case that the scripting reference isn&#039;t up-to-date yet.&lt;br /&gt;
&amp;lt;br&amp;gt;The way to get there: &#039;&#039;OleView&#039;&#039; &amp;gt; Type Libraries &amp;gt; MediaMonkey Library &amp;gt; (double click)&lt;br /&gt;
&amp;lt;br&amp;gt;and then in the &#039;&#039;ITypeLib Viewer&#039;&#039; &amp;gt; SongsDB (MediaMonkey Library) &amp;gt; Interfaces.&lt;br /&gt;
&lt;br /&gt;
=== Detecting docking of a panel ===&lt;br /&gt;
When you un(dock) a dockable panel, the OnResize event is triggered twice:&lt;br /&gt;
*Once while the panel is being (un)docked with DockedTo = 0&lt;br /&gt;
*Once after the panel has been (undocked): with DockedTo = -1 (panel undocked) or DockedTo = X (panel docked, X is the number that represents the docking position)&lt;br /&gt;
&lt;br /&gt;
=== Keep reference to Form/Panel ===&lt;br /&gt;
When you create a form or panel, always add a reference to the SDB.Objects dictionary. If you don&#039;t add it, the form/panel will be gone immediately after you created it, with or without error message. Instead of using the SDB.Objects dictionary you can also store a reference as a global script variable, in most cases.&lt;br /&gt;
&lt;br /&gt;
=== Event mechanisms ===&lt;br /&gt;
There are still 2 event mechanisms available:&lt;br /&gt;
*Using the (mostly deprecated) &#039;&#039;old event mechanism&#039;&#039; (using &#039;&#039;Control&#039;&#039;.OnClickFunc and &#039;&#039;Control&#039;&#039;.UseScript), your global variables aren&#039;t remembered in the event handlers (e.g. kind of like the script is reopened). For those scripts, you had to use &#039;&#039;ParentControl&#039;&#039;.ChildControl(&amp;quot;control name&amp;quot;) or save object references to SDB&#039;s &#039;&#039;Objects&#039;&#039; dictionary.&lt;br /&gt;
*Using the &#039;&#039;new event mechanism&#039;&#039;, your global variables &#039;&#039;are&#039;&#039; remembered so you can use their values in the event handlers. The Objects dictionary is now only necessary to communicate/store object references between different scripts.&lt;br /&gt;
So always use the new event mechanism where you can. Only for option panels (sheets) this is not yet possible. There you&#039;ll need to store values between the main program and the event handlers in SDB.Objects, in the INI or in the Registry.&lt;br /&gt;
&lt;br /&gt;
=== Changing the current tree node ===&lt;br /&gt;
Changing the selected node from a script (using SDB.MainTree.CurrentNode = ...........) takes some time to happen, and it happens asynchronicly (the code execution doesn&#039;t wait until the node is really selected). For that reason, you can&#039;t use (get value of) SDB.MainTree.CurrentNode directly after you have assigned a new node to it (set value to), because changes won&#039;t have happened yet.&lt;br /&gt;
&lt;br /&gt;
=== Interaction with MediaMonkey from outside ===&lt;br /&gt;
There are at least three ways to interact with MediaMonkey from an external program:&lt;br /&gt;
*Open the MediaMonkey.exe program with command line options (arguments).&lt;br /&gt;
*Using the same Windows Messages (SendMessage/PostMessage) as in Winamp (WM_USER and WM_COMMAND). MM partially emulates how WinAmp works (not 100%, but very close) and so it can use WinAmp plug-ins. The class name to communicate with is &amp;quot;Winamp v1.x&amp;quot;.&lt;br /&gt;
*Using OLE Automation, which can be very easily used e.g. from VB Script.&lt;br /&gt;
*:&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;Dim SDB : Set SDB = CreateObject(&amp;quot;SongsDB.SDBApplication&amp;quot;)&amp;lt;/source&amp;gt;&lt;br /&gt;
*:&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;SongsDB.SDBApplicationClass SDB = new SongsDB.SDBApplicationClass();&amp;lt;/source&amp;gt;&lt;br /&gt;
*:Be sure to set &#039;&#039;SDB.ShutdownAfterDisconnect&#039;&#039; to &#039;&#039;False&#039;&#039; if you opened the MediaMonkey program by calling the SDB object, and you don&#039;t want it to be closed when your external program exits (or if you disconnect the SDB object = COM link).&lt;br /&gt;
&lt;br /&gt;
==Visual Basic Script==&lt;br /&gt;
&lt;br /&gt;
=== Index in VBScript ===&lt;br /&gt;
&lt;br /&gt;
Usually indexes start from &#039;&#039;&#039;0&#039;&#039;&#039; (e.g. for normal arrays). However, sometimes (e.g. for string positions or for [[ISDBCommonDialog::FilterIndex]]) they start from &#039;&#039;&#039;1&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Code readability ===&lt;br /&gt;
&lt;br /&gt;
To maintain good readability of your scripting code, make sure to add comments where necessary, split large methods in smaller ones, use appropriate indentation (tabs or 2/3/4 spaces), and if necessary split long lines of code over several lines. To split a line of VBScript code (not text or numbers), add a &#039;&#039;space&#039;&#039; and an &#039;&#039;underscore&#039;&#039;, and continue on the next line. Don&#039;t forget the space before the underscore or it won&#039;t work.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
MsgBox &amp;quot;This is quite a long text to display on one single line and for readability we better split it on multiple lines&amp;quot;&lt;br /&gt;
&lt;br /&gt;
MsgBox &amp;quot;This is quite a long text to display on one single line&amp;quot; &amp;amp; &amp;quot; and for readability we better split it on multiple lines&amp;quot;&lt;br /&gt;
&lt;br /&gt;
MsgBox &amp;quot;This is quite a long text to display on one single line&amp;quot; _&lt;br /&gt;
     &amp;amp; &amp;quot; and for readability we better split it on multiple lines&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
In the third example the code is more readable, but the result is still the same: a message box with one long line of text. To split this over multiple lines, we preferably use the constant vbNewLine. If necessary, you can also use &#039;&#039;vbCr&#039;&#039; (Unix-style) or &#039;&#039;vbCrLf&#039;&#039;(Windows-style). Using these constants is more clear than using respectively &#039;&#039;Chr(13)&#039;&#039; (Unix-style) or &#039;&#039;Chr(13) &amp;amp; Chr(10)&#039;&#039; (Windows-style).&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
MsgBox &amp;quot;This is quite a long text to display on one single line&amp;quot; &amp;amp; vbNewLine _&lt;br /&gt;
     &amp;amp; &amp;quot; and for readability we better split it on multiple lines&amp;quot;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using Flags in VBScript ===&lt;br /&gt;
&lt;br /&gt;
The concept of [[Flags]] can be a difficult for novice programmers. Click the link for an explanation of how to use them in VBScript (or Visual Basic).&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Helpful sites:&#039;&#039;&#039;&lt;br /&gt;
* [http://msdn2.microsoft.com/en-us/library/ms950396.aspx Reference for scripting resources]&lt;br /&gt;
* [http://www.microsoft.com/technet/scriptcenter/default.mspx Microsoft Script Center]&lt;br /&gt;
* [http://msdn2.microsoft.com/en-us/library/t0aew7h6.aspx VBScript User&#039;s Guide and Language Reference]&lt;br /&gt;
* [http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx?mfr=true VBScript Script Repository]&lt;br /&gt;
* [http://www.w3schools.com/vbscript/default.asp W3Schools VBScript learning]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;VBScript editors:&#039;&#039;&#039;&lt;br /&gt;
* [http://www.vbsedit.com/ VBSEdit] (debugging, object and COM lookup, integrated help)&lt;br /&gt;
* [http://notepad-plus.sourceforge.net/ NotePad++]&lt;br /&gt;
* [http://www.pspad.com/ PSPad]&lt;br /&gt;
* [http://www.sapien.com/ PrimalScript]&lt;br /&gt;
* [http://www.microsoft.com/downloads/details.aspx?familyid=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;amp;displaylang=en Microsoft VBScript 5.6 Debugger for Win 2000/XP] (debugging)&lt;br /&gt;
* [http://www.editpadpro.com/ EditPad (Pro)]&lt;br /&gt;
&lt;br /&gt;
== Database &amp;amp; SQL ==&lt;br /&gt;
&lt;br /&gt;
=== Database transactions ===&lt;br /&gt;
&lt;br /&gt;
Starting from MM 3.0 transactions are often used when working with database. It can cause some problems to script authors in case they don&#039;t know some details. One example where you can face a problem is when you use [[ISDBSongData::UpdateDB]] method while you have some SQL query open. What happens in this case is, that MM wants to start a transaction, but there&#039;s still an SQL query open. This results either in an error message (in debug build) or possibly an apparent freeze of MM in the release build.&lt;br /&gt;
&lt;br /&gt;
In order to prevent this problem, you can either:&lt;br /&gt;
* Put all these DB operations in an transaction, i.e. use [[ISDBDatabase::BeginTransaction]] and [[ISDBDatabase::Commit]].&lt;br /&gt;
* Close already running SQL queries before you call things like [[ISDBSongData::UpdateDB]].&lt;br /&gt;
&lt;br /&gt;
=== Creating complex SQL queries ===&lt;br /&gt;
To easily create complex SQL queries, you can use the Query graphical user interface in Access interface, and show the SQL code when you are done. In any case, make sure that your SQL code is organized is such a way that it can be understood easily, e.g. by putting SELECT, INSERT, FROM, ORDER BY, ... on separate lines with appropriate indentation.&lt;br /&gt;
&lt;br /&gt;
=== Avoid SQL date problems ===&lt;br /&gt;
One of the problems with SQL is that dates are often confused, which sometimes give programming bugs. The best way to circumvent this problem is by using the format #yyyy-mm-dd# for all dates in SQL (e.g. #2006-10-31# for 31th October 2006).&lt;br /&gt;
&lt;br /&gt;
=== Links ===&lt;br /&gt;
&#039;&#039;&#039;Helpful sites:&#039;&#039;&#039;&lt;br /&gt;
*[http://www.w3schools.com/sql/default.asp W3Schools SQL learning]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4356</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4356"/>
		<updated>2008-06-08T11:22:02Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
Plugins that run in [[Linux%2C_Wine_%26_MediaMonkey | MediaMonkey under wine]]&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input Format&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| OK&lt;br /&gt;
| Vorbis (OGG)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[http://www.hydrogenaudio.org/forums/index.php?s=c3af297449c1a7b8ab5adb628cb6cff8&amp;amp;showtopic=60454 in_mad.dll]] (Newer)&lt;br /&gt;
| OK (5)&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3 &lt;br /&gt;
| Comes from winamp2 install&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;br /&gt;
# Changes screen resolution and does not render at all. Can be safely exited by pressing escape.&lt;br /&gt;
# Extra long buffers while using newer MAD plugin. Expect 10 seconds between player action and sound response.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4355</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4355"/>
		<updated>2008-06-08T11:21:17Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Other Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
Plugins that run in [[Linux%2C_Wine_%26_MediaMonkey | MediaMonkey under wine]]&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input Format&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| OK&lt;br /&gt;
| Vorbis (OGG)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[http://www.hydrogenaudio.org/forums/index.php?s=c3af297449c1a7b8ab5adb628cb6cff8&amp;amp;showtopic=60454 in_mad.dll]] (Newer)&lt;br /&gt;
| OK (5)&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3 &lt;br /&gt;
| Comes from winamp2 install&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;br /&gt;
# Changes screen resolution and does not render at all. Can be safely exited by pressing escape.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4354</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4354"/>
		<updated>2008-06-08T11:16:50Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Other Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
Plugins that run in [[Linux%2C_Wine_%26_MediaMonkey | MediaMonkey under wine]]&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input Format&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| OK&lt;br /&gt;
| Vorbis (OGG)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| [[http://www.hydrogenaudio.org/forums/index.php?s=c3af297449c1a7b8ab5adb628cb6cff8&amp;amp;showtopic=60454 in_mad.dll]] (Newer)&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3 &lt;br /&gt;
| Comes from winamp2 install&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;br /&gt;
# Changes screen resolution and does not render at all. Can be safely exited by pressing escape.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4353</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4353"/>
		<updated>2008-06-08T11:15:10Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Test Environment */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 latest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 1.0.RC4.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative - see [[#Misc notes and links]] for more details&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* CD Rom burning: You need to swap already burnt CD/DVD with blank in order to let MM realize there is a CD/DVD Burner.&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Plugin Status==&lt;br /&gt;
See [[Linux Plugin Status]] for details on plugin test status on Linux.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be copied and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as an omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d_*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
The gecko engine does not provide all the functions that MM needs. Check the TO DO list of [http://wiki.winehq.org/ShDocVw SHDOCVW.DLL]. This DLL provides the control box, so if that fails, MM cannot show an IE window. As a promising alternative, [http://www.tatanka.com.br/ies4linux/page/Main_Page IE can be installed] under wine. It does not install under the default wine locations, so it is a work in progress. The big problem installing IE under wine is that you should [http://www.tatanka.com.br/ies4linux/page/Legal_notices legally own a copy of Windows].&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
===Media Serial keys===&lt;br /&gt;
If you want to use the same database as a previous windows one, make sure the drive is mounted on linux, and open up winecfg.&lt;br /&gt;
*Make sure you set this drive as a wine Drive, with the same drive letter preferably&lt;br /&gt;
*Find the serial number of the drive under WXP, or open up the MM database (Docs + Settings\Username\Local Settings\Application Data\MediaMonkey\MM.db) in an sqllite browser, and find the serial number in the &#039;medias&#039; table (check the songs table to find the media id you want)&lt;br /&gt;
*Back in winecfg on the drives tab, click advanced, and enter in the serial number for the wine Drive, you will need to convert the decimal MM uses to a hexadecimal number, converters can be found on the web.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4352</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4352"/>
		<updated>2008-06-08T11:14:56Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 latest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative - see [[#Misc notes and links]] for more details&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* CD Rom burning: You need to swap already burnt CD/DVD with blank in order to let MM realize there is a CD/DVD Burner.&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Plugin Status==&lt;br /&gt;
See [[Linux Plugin Status]] for details on plugin test status on Linux.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be copied and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as an omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d_*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
The gecko engine does not provide all the functions that MM needs. Check the TO DO list of [http://wiki.winehq.org/ShDocVw SHDOCVW.DLL]. This DLL provides the control box, so if that fails, MM cannot show an IE window. As a promising alternative, [http://www.tatanka.com.br/ies4linux/page/Main_Page IE can be installed] under wine. It does not install under the default wine locations, so it is a work in progress. The big problem installing IE under wine is that you should [http://www.tatanka.com.br/ies4linux/page/Legal_notices legally own a copy of Windows].&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
===Media Serial keys===&lt;br /&gt;
If you want to use the same database as a previous windows one, make sure the drive is mounted on linux, and open up winecfg.&lt;br /&gt;
*Make sure you set this drive as a wine Drive, with the same drive letter preferably&lt;br /&gt;
*Find the serial number of the drive under WXP, or open up the MM database (Docs + Settings\Username\Local Settings\Application Data\MediaMonkey\MM.db) in an sqllite browser, and find the serial number in the &#039;medias&#039; table (check the songs table to find the media id you want)&lt;br /&gt;
*Back in winecfg on the drives tab, click advanced, and enter in the serial number for the wine Drive, you will need to convert the decimal MM uses to a hexadecimal number, converters can be found on the web.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4285</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4285"/>
		<updated>2008-05-22T12:40:02Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Default Installed Plug-ins */  Added status for Vorbis, as it has been reported as working.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
Plugins that run in [[Linux%2C_Wine_%26_MediaMonkey | MediaMonkey under wine]]&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input Format&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| OK&lt;br /&gt;
| Vorbis (OGG)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3 &lt;br /&gt;
| Comes from winamp2 install&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;br /&gt;
# Changes screen resolution and does not render at all. Can be safely exited by pressing escape.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4172</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4172"/>
		<updated>2008-05-06T20:57:54Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 latest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative - see [[#Misc notes and links]] for more details&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Plugin Status==&lt;br /&gt;
See [[Linux Plugin Status]] for details on plugin test status on Linux.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be copied and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as an omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d_*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
The gecko engine does not provide all the functions that MM needs. Check the TO DO list of [http://wiki.winehq.org/ShDocVw SHDOCVW.DLL]. This DLL provides the control box, so if that fails, MM cannot show an IE window. As a promising alternative, [http://www.tatanka.com.br/ies4linux/page/Main_Page IE can be installed] under wine. It does not install under the default wine locations, so it is a work in progress. The big problem installing IE under wine is that you should [http://www.tatanka.com.br/ies4linux/page/Legal_notices legally own a copy of Windows].&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4171</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4171"/>
		<updated>2008-05-06T20:55:14Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */  Added IE remark.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 latest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative - see [[#Misc notes and links]] for more details&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Plugin Status==&lt;br /&gt;
See [[Linux Plugin Status]] for details on plugin test status on Linux.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be copied and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as an omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d_*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
The gecko engine does not provide all the functions that MM needs. Check the TO DO list of [http://wiki.winehq.org/ShDocVw SHDOCVW.DLL]. This DLL provides the control box, so if that fails, MM cannot show an IE window. As a promising alternative, [http://www.tatanka.com.br/ies4linux/page/Main_Page IE can be installed] under wine. It does not install under the default wine locations, so it is a work in progress.&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4170</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4170"/>
		<updated>2008-05-06T20:39:40Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 latest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative - see [[#Misc notes and links]] for more details&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Plugin Status==&lt;br /&gt;
See [[Linux Plugin Status]] for details on plugin test status on Linux.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be copied and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as an omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d_*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4168</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4168"/>
		<updated>2008-05-06T19:34:33Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Default Installed Plug-ins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4167</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4167"/>
		<updated>2008-05-06T19:34:10Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested. iRiverH and iPod related plugins fail on init.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4166</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4166"/>
		<updated>2008-05-06T19:27:36Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Default Installed Plug-ins */  I have a hunch about iRiverH.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime? Fail on MM init.&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4165</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4165"/>
		<updated>2008-05-06T19:27:06Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime? Fail on MM init.&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4164</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4164"/>
		<updated>2008-05-06T19:26:22Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime?&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires an OLE object that should be provided by Windows Media Player. UID: {25baad81-3560-11d3-8471-00c04f79dbc0}. Not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player. Not tested.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4163</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4163"/>
		<updated>2008-05-06T19:24:17Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */ Reordered to match order of appereance.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime?&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires an OLE object that is provided by Windows Media Player (not tested): {25baad81-3560-11d3-8471-00c04f79dbc0}.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4162</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4162"/>
		<updated>2008-05-06T19:23:44Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Default Installed Plug-ins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(4)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime?&lt;br /&gt;
# Requires an OLE object that is provided by Windows Media Player (not tested): {25baad81-3560-11d3-8471-00c04f79dbc0}.&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4161</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4161"/>
		<updated>2008-05-06T19:23:04Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */  Explained a little better why input plugins fail.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All iPod related plugins fail to initialize, maybe due to missing iTunes/Quicktime?&lt;br /&gt;
# Requires an OLE object that is provided by Windows Media Player (not tested): {25baad81-3560-11d3-8471-00c04f79dbc0}.&lt;br /&gt;
# Calls to a non implemented function in cfgmgr32.dll - it might require native file, not tested.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4160</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4160"/>
		<updated>2008-05-06T19:17:28Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Default Installed Plug-ins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(3)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All device synchronization plug-ins require OLE which as yet is not working.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4159</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4159"/>
		<updated>2008-05-06T19:11:05Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Other Plugins */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| Last.fm&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| MP3&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All device synchronization plug-ins require OLE which as yet is not working.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4158</id>
		<title>Linux Plugin Status</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux_Plugin_Status&amp;diff=4158"/>
		<updated>2008-05-06T19:07:34Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Failure Reason Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
==Default Installed Plug-ins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;DSP(Digital Signal Processing)&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| dsp_DeFX.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Device Synchronization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| d_iPhone.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iPod.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_iRiverH.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_USBMass1.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| d_WMDM.dll&lt;br /&gt;
| Fails(1)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Input Format&lt;br /&gt;
|-&lt;br /&gt;
| f_aac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_flac_codec.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_ogg.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| f_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Input&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| in_ape.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mpc.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_vorbis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wav.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wma.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_wmp3.dll&lt;br /&gt;
| Fails(2)&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Output&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| out_MMDS.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| out_wave.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Visualization&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| vis_geis.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vis_milk.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| vms_desktop.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Other Plugins==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Plugin&lt;br /&gt;
! Status&lt;br /&gt;
! Provides&lt;br /&gt;
! Requires&lt;br /&gt;
|-&lt;br /&gt;
| gen_wa2_scrobbler.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mad.dll&lt;br /&gt;
| OK&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| in_mp3PRO.dll&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Failure Reason Codes==&lt;br /&gt;
# All device synchronization plug-ins require OLE which as yet is not working.&lt;br /&gt;
# Requires Windows Media Player and also codecs for Windows Media Player.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4143</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4143"/>
		<updated>2008-05-04T12:08:08Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */ Add CDROM link in autodetect.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0&amp;amp;postorder=des MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
* In the drive pane, select Autodetect. This should create a Wine Z: drive for the file system(/) and a CDROM drive.&lt;br /&gt;
* In the audio pane, select whatever creates some sound to you. The current configured audio driver should be autodetected. Select Test to confirm.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items work with some problems:&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Following items have not been tested:&lt;br /&gt;
* To be determined&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Installation Summary==&lt;br /&gt;
All the installation steps via Console (Application/Accesories/Terminal) commands.&lt;br /&gt;
Current as of date of writing (2008-05-03) and Ubuntu 8.04 test environment.&lt;br /&gt;
Commands can be cut and pasted to a Console.&lt;br /&gt;
Do NOT try to run this as a omnibus script. Problems can occur at each step which need to be addressed before continuing.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# 1)Install Wine&lt;br /&gt;
# Add key for new repository&lt;br /&gt;
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -&lt;br /&gt;
# Add new repository&lt;br /&gt;
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list&lt;br /&gt;
# Update APT package info&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
# Install wine package&lt;br /&gt;
sudo apt-get install wine&lt;br /&gt;
&lt;br /&gt;
# 2)Configure Wine&lt;br /&gt;
# Use Applications/Wine/Configure Wine&lt;br /&gt;
# Do Not proceed if this does not work&lt;br /&gt;
&lt;br /&gt;
# 3)Install winetricks&lt;br /&gt;
# Get winetricks script&lt;br /&gt;
wget http://www.kegel.com/wine/winetricks&lt;br /&gt;
# Install additional packages for winetricks&lt;br /&gt;
sudo apt-get install cabextract&lt;br /&gt;
# Install winetricks for MediaMonkey. Do Not change parameter order.&lt;br /&gt;
# Accept all defaults for individual installers&lt;br /&gt;
sh winetricks gecko vb6run vcrun6 wsh56&lt;br /&gt;
&lt;br /&gt;
# 4)Install additional packages for MediaMonkey&lt;br /&gt;
# Install winbind. Start winbindd daemon.&lt;br /&gt;
sudo apt-get install winbind&lt;br /&gt;
&lt;br /&gt;
# 5)Install MediaMonkey&lt;br /&gt;
# Get MM3 installer beta debug version&lt;br /&gt;
wget http://www.mediamonkey.com/beta/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
# Run installer. Do Not Launch MediaMonkey yet.&lt;br /&gt;
wine ~/MediaMonkey_3.0.3.1164_Debug.exe&lt;br /&gt;
&lt;br /&gt;
# 6)Create directories to manage MediaMonkey plugins fixes. This step required after first MM install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Create directory to hold Problems plugins&lt;br /&gt;
mkdir Problems&lt;br /&gt;
# Create directory to hold Fixes for plugin problems&lt;br /&gt;
mkdir Fixes&lt;br /&gt;
&lt;br /&gt;
# 7)Get alternate plugins for Fixes&lt;br /&gt;
# MAD input plugin. Version at time of testing. FF3B5 is acting up on the right-click menu for the main page.&lt;br /&gt;
wget http://www.mars.org/home/rob/proj/mpeg/mad-plugin/MAD%20plug-in%200.14.2b.exe&lt;br /&gt;
wine MAD\ plug-in\ 0.14.2b.exe&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/Fixes/&lt;br /&gt;
cp ~/.wine/drive_c/Program\ Files/Winamp/Plugins/in_mad.dll .&lt;br /&gt;
&lt;br /&gt;
# 8)Cleanup MediaMonkey plugins. This step is required after any MM re-install.&lt;br /&gt;
# Change to Plugins directory&lt;br /&gt;
cd ~/.wine/drive_c/Program\ Files/MediaMonkey/Plugins/&lt;br /&gt;
# Move known problem dlls out of main Plugins directory&lt;br /&gt;
mv -f d*.dll Problems/&lt;br /&gt;
mv -f in_wmp3.dll Problems/&lt;br /&gt;
# Copy Fixes to main Plugins directory&lt;br /&gt;
cp Fixes/* .&lt;br /&gt;
&lt;br /&gt;
# 9)Run MediaMonkey for first time&lt;br /&gt;
# Use Applications/Wine/Programs/MediaMonkey/MediaMonkey&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4135</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4135"/>
		<updated>2008-05-03T00:02:09Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */ Removed duplicated entry&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly, check notes)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4134</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4134"/>
		<updated>2008-05-02T23:59:48Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
* Now playing pop-up&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is (beware of big files!):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you resort to debugging why some feature does not work, please have a look at WINE documentation. It helps a lot.&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. Even in the case that the filetype .mmip is being registered correctly, WINE might not be able to translate UNIX paths (e.g. /usr/bin/) into Windows own format (unrelated example: C:\Program Files). At least that is something I read, although I do not remember where. What it means is that the argument passed to MM will be rubish, so MM will ignore it. As a workaround, you can copy your .mmip into MM install directory and run &#039;&#039;MediaMonkey.exe &amp;amp;lt;myscript.mmip&amp;amp;gt;&#039;&#039; from MM installation directory. This way no paths are being walked (pun intended).&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4133</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4133"/>
		<updated>2008-05-02T22:15:02Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
* Autoplaylists (only basic tested)&lt;br /&gt;
* Send to Virtual CD&lt;br /&gt;
* Gold registration&lt;br /&gt;
* Find from the same artist&lt;br /&gt;
* Now playing pop-up&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization, as I have deleted all synchronization plugins&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* Because of previous point, any URL related operation fails (e.g. opening an external URL, opening Podcast directory node). MM opens a dialog and shows a WININET error.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show on click, but they show if you browse node by node with the keyboard&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* Send to Email shows Thunderbird, songs are not attached&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) are painful slow.&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. There is also the question that WINE might not be able to translate Unix paths into Windows paths, so the only way to do this is to have the file in the same directory of MM (or in any child one) and execute MM directly from there.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4132</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4132"/>
		<updated>2008-05-01T18:03:14Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */  State that the problem is opening web pages inside MM.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, but auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows! See screenshot section. Speed is good with MilkDrop)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Now playing window shows correctly&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, maybe opens a webpage; file based reports work)&lt;br /&gt;
* Auto DJ queues songs&lt;br /&gt;
* External browser is opened correctly for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages inside MM (gecko interface does not show anything, does MM rely so much on IE?). This includes Auto tag from Web, and maybe Statistics report.&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Strangely enough, the burner form shows correct data with a data DVD (see screenshots).&lt;br /&gt;
* Autoplaylists do not show&lt;br /&gt;
* Party mode is unusable and locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
&lt;br /&gt;
Apart from all this, please be aware that some skins modifications (mainly resizing of windows) might take some time.&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. There is also the question that WINE might not be able to translate Unix paths into Windows paths, so the only way to do this is to have the file in the same directory of MM (or in any child one) and execute MM directly from there.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4131</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4131"/>
		<updated>2008-05-01T17:55:38Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */ Mention to how to kill MM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
* Auto DJ&lt;br /&gt;
* Opens preferred browser for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
There are lots of graphical glitches that hinder your progress. Also, whenever a serious error is found (most of the time due to missing DLLs), MM will hang. The only way to continue is to kill the process. This is done with&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;killall MediaMonkey.exe&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Installation packages install correctly, but Xubuntu file manager (dunno if it happens with vanilla Ubuntu one) does not register the filetype with MM. There is also the question that WINE might not be able to translate Unix paths into Windows paths, so the only way to do this is to have the file in the same directory of MM (or in any child one) and execute MM directly from there.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4130</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4130"/>
		<updated>2008-05-01T17:42:53Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */  Added Auto-DJ and preferred browser usage&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
* Auto DJ&lt;br /&gt;
* Opens preferred browser for &amp;quot;Get Info/Buy&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4129</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4129"/>
		<updated>2008-05-01T17:39:38Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */ Remove Windows Media Player requirements.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install following items:&lt;br /&gt;
*&#039;&#039;gecko&#039;&#039; as an Internet Explorer alternative&lt;br /&gt;
*&#039;&#039;vb6run&#039;&#039; provides the OLE libraries&lt;br /&gt;
*&#039;&#039;vcrun6&#039;&#039; provides the MFC42 libraries&lt;br /&gt;
*&#039;&#039;wsh56&#039;&#039; provides support for VBScript, needed for scripts. &#039;&#039;vcrun6&#039;&#039; and &#039;&#039;vbrun6&#039;&#039; have to be installed before &#039;&#039;wsh56&#039;&#039; or installation will fail.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called &#039;&#039;winbind&#039;&#039;. The synaptyc package manager should have this package. It provides &#039;&#039;ntlm_auth&#039;&#039; that is needed for OLE, I believe.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You should delete the file &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; in the &#039;&#039;&#039;Plugins&#039;&#039;&#039; directory. The reason is that &#039;&#039;&#039;i_wmp3.dll&#039;&#039;&#039; requires Windows Media Player, plus the MP3 codecs for WMP. It is simpler to install the MAD plugin.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. No iPod integration for you! Other devices will also not be able to synchronize.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration and follow these steps:&lt;br /&gt;
*In the drive pane select Autodetect&lt;br /&gt;
*In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4128</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4128"/>
		<updated>2008-05-01T06:52:45Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */ Added how to catch the debug output messages.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems. TODO:Check if wmp10 is really needed, as it does not give us nothing new.--[[User:Botijo|Botijo]] 02:42, 1 May 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager. Remember, search for winbind.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You can delete in_wmp3.dll from the Plugins directory if you follow this path. I have the hunch that MP3 decoding through in_wmp3.dll can be done if the correct plugin is installed in wmp10. wmp10 might not be needed anymore (have to double check with new installation).&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers (I hope they see my email).&lt;br /&gt;
&lt;br /&gt;
A way to know what MM is doing is catching all the KERNEL32 debug outputs. Of course you need the debug version of MM to do this. The usual Windows tool DebugView does not work. A crude way to do the same thing under WINE is:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;text&amp;quot;&amp;gt;WINEDEBUG=relay wine ./MediaMonkey.exe &amp;amp;&amp;gt; /tmp/MM.log &lt;br /&gt;
grep Debug /tmp/MM.log &amp;gt; MM.log&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4127</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4127"/>
		<updated>2008-05-01T06:42:01Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems. TODO:Check if wmp10 is really needed, as it does not give us nothing new.--[[User:Botijo|Botijo]] 02:42, 1 May 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager. Remember, search for winbind.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You can delete in_wmp3.dll from the Plugins directory if you follow this path. I have the hunch that MP3 decoding through in_wmp3.dll can be done if the correct plugin is installed in wmp10. wmp10 might not be needed anymore (have to double check with new installation).&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4126</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4126"/>
		<updated>2008-05-01T06:39:37Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Test Environment */  Added WINE URL.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests, debug version.&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.winehq.org/ WINE] version 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager. Remember, search for winbind.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You can delete in_wmp3.dll from the Plugins directory if you follow this path. I have the hunch that MP3 decoding through in_wmp3.dll can be done if the correct plugin is installed in wmp10. wmp10 might not be needed anymore (have to double check with new installation).&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4124</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4124"/>
		<updated>2008-04-30T23:11:29Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */  Added MAD plugin reference.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager. Remember, search for winbind.&lt;br /&gt;
&lt;br /&gt;
In order to reproduce MP3, the [http://www.mars.org/home/rob/proj/mpeg/mad-plugin/#install MAD plugin] is needed. You can delete in_wmp3.dll from the Plugins directory if you follow this path. I have the hunch that MP3 decoding through in_wmp3.dll can be done if the correct plugin is installed in wmp10. wmp10 might not be needed anymore (have to double check with new installation).&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4123</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4123"/>
		<updated>2008-04-30T23:07:35Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Music output (my ears are itching for more music!)&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4122</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4122"/>
		<updated>2008-04-30T22:46:32Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?). iPod related plugins need to be deleted.&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (decoder error)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4121</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4121"/>
		<updated>2008-04-30T22:45:35Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Adding MediaMonkey + Wine */  Resolved Player initialization errors.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use [http://wiki.winehq.org/winetricks winetricks] to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
In order to avoid &amp;quot;Player initialization errors&amp;quot;, the files d_*.dll from the Plugins directory need to be deleted. Sorry, no iPod integration for you!&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?)&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (no sound for the moment due to player initialization error, WinAmp can be installed and used instead - check if removing some plugins help)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4120</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4120"/>
		<updated>2008-04-30T21:33:59Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use winetricks http://wiki.winehq.org/winetricks to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?)&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (no sound for the moment due to player initialization error, WinAmp can be installed and used instead - check if removing some plugins help)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
* Auto tag from web&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4119</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4119"/>
		<updated>2008-04-30T21:26:11Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Misc notes and links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use winetricks http://wiki.winehq.org/winetricks to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?)&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (no sound for the moment due to player initialization error, WinAmp can be installed and used instead - check if removing some plugins help)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
Debug version of MM works and can report errors to developers.&lt;br /&gt;
Oleview might work, but is not checked yet. Player errors might be debuged this way. More testing needed.&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4118</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4118"/>
		<updated>2008-04-30T21:14:37Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Function Tests */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use winetricks http://wiki.winehq.org/winetricks to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
* Playlist management, including saving&lt;br /&gt;
* Reports (Statistics fail due to some obscure SDBUI error, file based reports work)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?)&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (no sound for the moment due to player initialization error, WinAmp can be installed and used instead - check if removing some plugins help)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
* Party mode locks&lt;br /&gt;
* URL entry to remote playlist: Wininet error&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4117</id>
		<title>Linux, Wine &amp; MediaMonkey</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Linux,_Wine_%26_MediaMonkey&amp;diff=4117"/>
		<updated>2008-04-30T21:06:50Z</updated>

		<summary type="html">&lt;p&gt;Botijo: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Can MediaMonkey 3 run on Linux via Wine?&lt;br /&gt;
&lt;br /&gt;
This is a place where working notes about the attempt can be collected.&lt;br /&gt;
&lt;br /&gt;
Inspired by botijo&#039;s original work via the [http://www.mediamonkey.com/forum/viewtopic.php?p=145870#145870 forums].&lt;br /&gt;
&lt;br /&gt;
==Test Environment==&lt;br /&gt;
[http://www.ubuntu.com/getubuntu/download Ubuntu Linux 8.04]&lt;br /&gt;
&amp;lt;br&amp;gt;[http://www.mediamonkey.com/forum/viewtopic.php?t=15384&amp;amp;start=0 MediaMonkey3 lastest beta] v3.0.3.1164 for initial tests.&lt;br /&gt;
&lt;br /&gt;
==Adding Wine to Ubuntu==&lt;br /&gt;
Please follow instructions at http://www.winehq.org/site/download-deb . Version tested here is 0.9.60.&lt;br /&gt;
&lt;br /&gt;
==Adding MediaMonkey + Wine==&lt;br /&gt;
After installing Wine, MediaMonkey can be installed without any problems. If you run MM now, you will have lots of trouble.&lt;br /&gt;
MediaMonkey needs some libraries to run. Please use winetricks http://wiki.winehq.org/winetricks to install gecko, vb6run, vc6run, wmp10. More packages might be necessary, or maybe theses packages are creating problems.&lt;br /&gt;
A Linux package is also needed. It is called winbind and provides ntlm_auth. In Ubuntu you can use Applications/System/Synaptyc Package Manager.&lt;br /&gt;
Wine needs a little bit of configuration before running. Go to Applications/Wine/Configuration. In the drive pane select Autodetect. In the audio pane, select whatever creates some sound to you.&lt;br /&gt;
&lt;br /&gt;
==Function Tests==&lt;br /&gt;
&lt;br /&gt;
Botijo verified this to work with the settings set in this wiki.&lt;br /&gt;
&lt;br /&gt;
Following items work:&lt;br /&gt;
* Tag support&lt;br /&gt;
* Database operations&lt;br /&gt;
* File operations&lt;br /&gt;
* Skins (Graphical glitches while changing skins, press Enter after doing so)&lt;br /&gt;
* Scripts (some do, auto scripts are not loaded after restart?)&lt;br /&gt;
* Plugins (Milkdrop shows!)&lt;br /&gt;
* System tray icon&lt;br /&gt;
* Installation packages .mmip (Show errors, but install correctly)&lt;br /&gt;
&lt;br /&gt;
Following items do not work:&lt;br /&gt;
* Device synchronization (is USB interface working?)&lt;br /&gt;
* Opening webpages (gecko interface does not show anything, does MM rely so much on IE?)&lt;br /&gt;
* Player (no sound for the moment, WinAmp can be installed and used instead)&lt;br /&gt;
* CD Rom burning: If CD/DVD is not mounted, it does not show in MM. Blank CD/DVD cannot be mounted, so burning cannot be done. Burning form showed burning capabilites correctly, so device is being recognized correctly.&lt;br /&gt;
* Autoplaylists&lt;br /&gt;
&lt;br /&gt;
==Misc notes and links==&lt;br /&gt;
&lt;br /&gt;
==Screenshots==&lt;br /&gt;
[[Image:Wine01.png|thumb|none|MM on Wine!]][[Image:Wine02.png|thumb|none|Working script example]][[Image:Wine03.png|thumb|none|AlbumArt view]][[Image:Wine04.png|thumb|none|Extension management]]&lt;br /&gt;
[[Image:Wine05a.png|thumb|none|Option window]][[Image:Wine05b.png|thumb|none|Graphical glitch after skin change, press ENTER to close window]]&lt;br /&gt;
[[Image:Wine06.png|thumb|none|Script added a node to the tree, Album Art viewer]] [[Image:Wine07.png|thumb|none|CD burner screen with CD drive being analyzed correctly]]&lt;br /&gt;
[[Image:Wine08.png|thumb|none|Milkdrop works too!]]&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine08.png&amp;diff=4116</id>
		<title>File:Wine08.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine08.png&amp;diff=4116"/>
		<updated>2008-04-30T21:06:21Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: Milkdrop working&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: Milkdrop working&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine07.png&amp;diff=4115</id>
		<title>File:Wine07.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine07.png&amp;diff=4115"/>
		<updated>2008-04-30T21:04:53Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: CD Burner screen (useless at the moment)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: CD Burner screen (useless at the moment)&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine06.png&amp;diff=4114</id>
		<title>File:Wine06.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine06.png&amp;diff=4114"/>
		<updated>2008-04-30T21:04:12Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: Script that adds a Node to the tree. Album Art in the middle of screen.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: Script that adds a Node to the tree. Album Art in the middle of screen.&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine05b.png&amp;diff=4113</id>
		<title>File:Wine05b.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine05b.png&amp;diff=4113"/>
		<updated>2008-04-30T21:01:19Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: After skin change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: After skin change&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine05a.png&amp;diff=4112</id>
		<title>File:Wine05a.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine05a.png&amp;diff=4112"/>
		<updated>2008-04-30T21:00:48Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: Before changing Skin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: Before changing Skin&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=File:Wine04.png&amp;diff=4111</id>
		<title>File:Wine04.png</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=File:Wine04.png&amp;diff=4111"/>
		<updated>2008-04-30T20:59:30Z</updated>

		<summary type="html">&lt;p&gt;Botijo: MM on Wine: Extension management&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MM on Wine: Extension management&lt;/div&gt;</summary>
		<author><name>Botijo</name></author>
	</entry>
</feed>