<?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=Jiri</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=Jiri"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Jiri"/>
	<updated>2026-05-10T04:15:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Talk:PlaylistSongs_table&amp;diff=12065</id>
		<title>Talk:PlaylistSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Talk:PlaylistSongs_table&amp;diff=12065"/>
		<updated>2026-03-19T08:01:44Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;s&amp;gt;I believe the descriptions for IDSong and IDPlaylistSong have been swapped in this documentation.&lt;br /&gt;
&lt;br /&gt;
This query gives the expected result of listing all songs on playlist #22 in order last played:&lt;br /&gt;
&lt;br /&gt;
   SELECT ID, Artist, SongTitle, LastTimePlayed &lt;br /&gt;
      FROM Songs &lt;br /&gt;
      JOIN PlaylistSongs &lt;br /&gt;
          ON Songs.ID=PlaylistSongs.IDSong &lt;br /&gt;
      WHERE PlaylistSongs.IDPLaylist=22 &lt;br /&gt;
      ORDER BY  LastTimePlayed&lt;br /&gt;
&lt;br /&gt;
Whereas this query returns no rows:&lt;br /&gt;
&lt;br /&gt;
   SELECT ID, Artist, SongTitle, LastTimePlayed &lt;br /&gt;
      FROM Songs &lt;br /&gt;
         JOIN PlaylistSongs &lt;br /&gt;
         ON Songs.ID=PlaylistSongs.IDPlaylistSong &lt;br /&gt;
      WHERE PlaylistSongs.IDPLaylist=22 ORDER BY  LastTimePlayed&lt;br /&gt;
&amp;lt;/s&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fixed, thanks!&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=12064</id>
		<title>PlaylistSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=12064"/>
		<updated>2026-03-19T07:59:58Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DatabaseTablesList}}&lt;br /&gt;
The PlaylistSongs table can be used for retrieving song IDs from a given playlist. Every song in every playlist resides in this table.&lt;br /&gt;
&lt;br /&gt;
== Fields ==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&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;
| &#039;&#039;&#039;IDPlaylistSong&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| Primary Key&lt;br /&gt;
| Each playlist entry has a unique identifier&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;IDPlaylist&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| Primary key from the [[Playlists table|Playlists]] table.&lt;br /&gt;
| The playlist that this entry&#039;s song resides in.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;IDSong&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| Primary key from the [[Songs table|Songs]] table.&lt;br /&gt;
| The song to be used for this entry in the given playlist.&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;SongOrder&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| Zero-based index, ordering the entry in the playlist.&lt;br /&gt;
| Entries in a database are unordered, so the playlist order must be made explicit. All numbers must be filled in, starting with zero.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=12002</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=12002"/>
		<updated>2025-03-07T08:04:28Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;mainpage&amp;quot; style=&amp;quot;width: 90%; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-size:75%; border:none; margin:0; padding:0; color:#000; font-style: italic;&amp;quot;&amp;gt;The Media Manager for serious collectors&amp;lt;/div&amp;gt; &amp;lt;!--------------------------------Banner across top of page------------------------------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:#fcfcfc; margin-top:+.9em; padding:0; margin:0; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:30em; color:#000&amp;quot; | &amp;lt;div style=&amp;quot;font-size:200%; border:none; margin:0; padding:0; color:#000;&amp;quot;&amp;gt;[[Image:Monkey-Head-65px.png]]&amp;amp;nbsp;&amp;amp;nbsp;MediaMonkey Wiki&amp;lt;/div&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%; color:#000;&amp;quot; | &lt;br /&gt;
*Music Manager &lt;br /&gt;
*Video Manager &lt;br /&gt;
*Player&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*Tagger &lt;br /&gt;
*Renamer &lt;br /&gt;
*Converter&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*CD/DVD Ripper &lt;br /&gt;
*CD/DVD Burner &lt;br /&gt;
*Sync with Devices&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; class=&amp;quot;plainlinks&amp;quot; | &lt;br /&gt;
*Share via UPnP/DLNA &lt;br /&gt;
*[https://www.mediamonkey.com/windows All&amp;amp;nbsp;features...]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!------------Strapline immediately below banner----------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:none; margin:-.8em 0 -.7em 0;&amp;quot; class=&amp;quot;plainlinks&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align:left; white-space:nowrap; color:#000;&amp;quot; | &lt;br /&gt;
[[Help:Contents|Online Help]]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [https://www.mediamonkey.com/support/knowledge-base/ Support]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [https://www.mediamonkey.com/forum/ Forum]&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align: right; white-space:nowrap; color:#000;&amp;quot; | [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [[Special:Allpages|Article Index]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------------------Users------------------------&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Windows  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[WebHelp:Content|MediaMonkey for Windows 2024 Help]] | [[WebHelp:Content/5.0|v5]] | [[WebHelp:Content/4.0|v4]]&lt;br /&gt;
*[[WebHelp:What&#039;s_New|What&#039;s New in MediaMonkey 2024]] | [[WebHelp:What&#039;s_New/5.0|v5]] | [[What&#039;s New in V4|v4]]&lt;br /&gt;
*[[Compatible Sync Devices]] &lt;br /&gt;
*[[Compatible UPnP/DLNA Devices]] &lt;br /&gt;
*[[Introduction To Scripts|Addons: Scripts]] &lt;br /&gt;
*[[Introduction To Plugins|Addons: Plug-ins]] &lt;br /&gt;
*[[Tips &amp;amp; Tricks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
== Developers (MediaMonkey 5+) ==&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*	[[Getting Started (Addons)|Getting Started with Addons]]&lt;br /&gt;
*	[[Important Methods and Utilities (Addons)|Important Methods and Utilities]] ([https://www.mediamonkey.com/docs/api/ API reference])&lt;br /&gt;
*	[[Skinning Guide]]&lt;br /&gt;
*	[https://docs.google.com/document/d/1ZTj3Q7vRGi_RyxE1pZ0zEgoKbK1uqSnAs-EOHsafDUo/edit?ts=5f70f107#heading=h.hd7uvfht0u4o Localization]&lt;br /&gt;
*	[[Controlling MM5 from External Applications]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Android  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[WebHelp:MMA_Content/2.0|MediaMonkey for Android 2 Help]] | [[MediaMonkey for Android|v1]] &lt;br /&gt;
*[[MediaMonkey_for_Android_dev_docs|MediaMonkey for Android Developer Docs]] &lt;br /&gt;
*[https://play.google.com/store/apps/developer?id=Ventis+Media,+Inc. Download via Google Play]&amp;lt;br&amp;gt; &lt;br /&gt;
*[https://www.mediamonkey.com/forum/viewforum.php?f=21 Forum (testing)]&amp;lt;br&amp;gt; &lt;br /&gt;
*[https://www.mediamonkey.com/support/knowledge-base/mediamonkey-for-android Knowledgebase]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== Developers (MediaMonkey 4)  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[Scripting (MM4)|Scripting]] ([[Automation Objects (MM4)|Automation]] &amp;amp;#124; [[Database Structure (MM4)|Database]]) &lt;br /&gt;
*[[Skinning (MM4)|Skinning]] ([[How to skin MediaMonkey versions 3 and 4|Skinning Guide]]) &lt;br /&gt;
*[[Installation Packages (MM4)|Installation Packages]] &lt;br /&gt;
*[[Localizations (MM4)|Localizations]] &lt;br /&gt;
*[[Winamp Plug-ins (MM4)|Winamp Plug-ins]] &lt;br /&gt;
*[[Sandbox|Wiki Sandbox]] - for testing wiki syntax, etc.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=12001</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=12001"/>
		<updated>2025-03-07T08:01:17Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;mainpage&amp;quot; style=&amp;quot;width: 90%; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-size:75%; border:none; margin:0; padding:0; color:#000; font-style: italic;&amp;quot;&amp;gt;The Media Manager for serious collectors&amp;lt;/div&amp;gt; &amp;lt;!--------------------------------Banner across top of page------------------------------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:#fcfcfc; margin-top:+.9em; padding:0; margin:0; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:30em; color:#000&amp;quot; | &amp;lt;div style=&amp;quot;font-size:200%; border:none; margin:0; padding:0; color:#000;&amp;quot;&amp;gt;[[Image:Monkey-Head-65px.png]]&amp;amp;nbsp;&amp;amp;nbsp;MediaMonkey Wiki&amp;lt;/div&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%; color:#000;&amp;quot; | &lt;br /&gt;
*Music Manager &lt;br /&gt;
*Video Manager &lt;br /&gt;
*Player&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*Tagger &lt;br /&gt;
*Renamer &lt;br /&gt;
*Converter&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*CD/DVD Ripper &lt;br /&gt;
*CD/DVD Burner &lt;br /&gt;
*Sync with Devices&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; class=&amp;quot;plainlinks&amp;quot; | &lt;br /&gt;
*Share via UPnP/DLNA &lt;br /&gt;
*[/windows All&amp;amp;nbsp;features...]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!------------Strapline immediately below banner----------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:none; margin:-.8em 0 -.7em 0;&amp;quot; class=&amp;quot;plainlinks&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align:left; white-space:nowrap; color:#000;&amp;quot; | &lt;br /&gt;
[[Help:Contents|Online Help]]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [/support/knowledge-base/ Support]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [/forum/ Forum]&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align: right; white-space:nowrap; color:#000;&amp;quot; | [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [[Special:Allpages|Article Index]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------------------Users------------------------&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Windows  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[WebHelp:Content|MediaMonkey for Windows 2024 Help]] | [[WebHelp:Content/5.0|v5]] | [[WebHelp:Content/4.0|v4]]&lt;br /&gt;
*[[WebHelp:What&#039;s_New|What&#039;s New in MediaMonkey 2024]] | [[WebHelp:What&#039;s_New/5.0|v5]] | [[What&#039;s New in V4|v4]]&lt;br /&gt;
*[[Compatible Sync Devices]] &lt;br /&gt;
*[[Compatible UPnP/DLNA Devices]] &lt;br /&gt;
*[[Introduction To Scripts|Addons: Scripts]] &lt;br /&gt;
*[[Introduction To Plugins|Addons: Plug-ins]] &lt;br /&gt;
*[[Tips &amp;amp; Tricks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
== Developers (MediaMonkey 5+) ==&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*	[[Getting Started (Addons)|Getting Started with Addons]]&lt;br /&gt;
*	[[Important Methods and Utilities (Addons)|Important Methods and Utilities]] ([/docs/api/ API reference])&lt;br /&gt;
*	[[Skinning Guide]]&lt;br /&gt;
*	[https://docs.google.com/document/d/1ZTj3Q7vRGi_RyxE1pZ0zEgoKbK1uqSnAs-EOHsafDUo/edit?ts=5f70f107#heading=h.hd7uvfht0u4o Localization]&lt;br /&gt;
*	[[Controlling MM5 from External Applications]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Android  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[WebHelp:MMA_Content/2.0|MediaMonkey for Android 2 Help]] | [[MediaMonkey for Android|v1]] &lt;br /&gt;
*[[MediaMonkey_for_Android_dev_docs|MediaMonkey for Android Developer Docs]] &lt;br /&gt;
*[https://play.google.com/store/apps/developer?id=Ventis+Media,+Inc. Download via Google Play]&amp;lt;br&amp;gt; &lt;br /&gt;
*[/forum/viewforum.php?f=21 Forum (testing)]&amp;lt;br&amp;gt; &lt;br /&gt;
*[/support/knowledge-base/mediamonkey-for-android Knowledgebase]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== Developers (MediaMonkey 4)  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[Scripting (MM4)|Scripting]] ([[Automation Objects (MM4)|Automation]] &amp;amp;#124; [[Database Structure (MM4)|Database]]) &lt;br /&gt;
*[[Skinning (MM4)|Skinning]] ([[How to skin MediaMonkey versions 3 and 4|Skinning Guide]]) &lt;br /&gt;
*[[Installation Packages (MM4)|Installation Packages]] &lt;br /&gt;
*[[Localizations (MM4)|Localizations]] &lt;br /&gt;
*[[Winamp Plug-ins (MM4)|Winamp Plug-ins]] &lt;br /&gt;
*[[Sandbox|Wiki Sandbox]] - for testing wiki syntax, etc.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=11184</id>
		<title>Template:WebHelp:Links</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=11184"/>
		<updated>2024-04-05T09:22:41Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebHelp:{{{1|}}}{{#ifeq: {{#titleparts: {{PAGENAME}} | | -1}} | 4.0|&lt;br /&gt;
 /4.0 |&lt;br /&gt;
 {{#ifeq: {{#titleparts: {{PAGENAME}} | | -1}} | 5.0|&lt;br /&gt;
 /5.0 |&lt;br /&gt;
 {{#ifeq: {{#titleparts: {{PAGENAME}} | | -1}} | {{PAGENAME}} | |&lt;br /&gt;
 /5.0/{{#titleparts: {{PAGENAME}} | | -1}}&lt;br /&gt;
 }}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=WebHelp:Content&amp;diff=11176</id>
		<title>WebHelp:Content</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=WebHelp:Content&amp;diff=11176"/>
		<updated>2024-04-04T09:46:52Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;Wiki Home &amp;amp;gt; MediaMonkey {{#titleparts: {{PAGENAME}} | | -1}} Help  ----  {{WebHelpHeader|MediaMonkey {{#titleparts: {{PAGENAME}} | | -1}} Help}}  ==Introduction== * -1}} *Getting Started **Installing MediaMonkey **{{WebHelp:Links|Adding_Existing_Files_to_the...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Main Page|Wiki Home]] &amp;amp;gt; MediaMonkey {{#titleparts: {{PAGENAME}} | | -1}} Help&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{WebHelpHeader|MediaMonkey {{#titleparts: {{PAGENAME}} | | -1}} Help}}&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Introduction}}|Introduction]]==&lt;br /&gt;
*[[{{WebHelp:Links|What&#039;s New}}|What&#039;s New in MediaMonkey {{#titleparts: {{PAGENAME}} | | -1}}]]&lt;br /&gt;
*[[{{WebHelp:Links|Getting Started}}|Getting Started]]&lt;br /&gt;
**[[{{WebHelp:Links|Installation}}|Installing MediaMonkey]]&lt;br /&gt;
**[[{{WebHelp:Links|Adding_Existing_Files_to_the_Library}}|Adding Existing Files to the MediaMonkey Library]]&lt;br /&gt;
*[[{{WebHelp:Links|Basic Concepts}}|Basic Concepts]]&lt;br /&gt;
*[[{{WebHelp:Links|Upgrading to the Gold Version}}|Upgrading to the Gold Version]]&lt;br /&gt;
&lt;br /&gt;
== [[{{WebHelp:Links|Exploring Tracks}}|Navigating your Library]] ==&lt;br /&gt;
*[[{{WebHelp:Links|Search}}|Searching Files]] &lt;br /&gt;
*[[{{WebHelp:Links|Filelisting}}|Filelisting]]&lt;br /&gt;
*[[{{WebHelp:Links|Now Playing}}|Media Tree: Playing node and Playing window]]&lt;br /&gt;
*[[{{WebHelp:Links|Library}}|Media Tree: Collections]] &lt;br /&gt;
*[[{{WebHelp:Links|Playlists}}|Media Tree: Playlists]] &lt;br /&gt;
*[[{{WebHelp:Links|My Computer}}|Media Tree: Folders / Pinned / Devices &amp;amp; Services]]&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Playing Audio Tracks}}|Playing Media Files]]==&lt;br /&gt;
*[[{{WebHelp:Links|Player}}|The MediaMonkey Player]]&lt;br /&gt;
*[[{{WebHelp:Links|Protecting Your Library with Party Mode}}|Protecting Your Library with Party Mode]]&lt;br /&gt;
*[[{{WebHelp:Links|Using Auto-DJ}}|Automatically Play Files with Auto-DJ]]&lt;br /&gt;
*[[{{WebHelp:Links|Volume Leveling}}|Playing Files at a Level Volume]]&lt;br /&gt;
*[[{{WebHelp:Links|Using Playlists}}|Using Playlists]]&lt;br /&gt;
*[[{{WebHelp:Links|Using AutoPlaylists}}|Using AutoPlaylists]]&lt;br /&gt;
*[[{{WebHelp:Links|Sleep}}|Sleep Mode]]&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Web-based Audio}}|Web-based Media]]==&lt;br /&gt;
*[[{{WebHelp:Links|Podcasts}}|Podcasts]]&lt;br /&gt;
*[[{{WebHelp:Links|Net Radio}}|Internet Radio]]&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Adding Audio Tracks &amp;amp; CDs}}|Adding Media Files &amp;amp; CDs]]==&lt;br /&gt;
*[[{{WebHelp:Links|Adding Existing Files to the Library}}|Adding Files and Updating the Library]]&lt;br /&gt;
*[[{{WebHelp:Links|Adding CDs to the Library}}|Cataloguing CDs to the Library]]&lt;br /&gt;
*[[{{WebHelp:Links|Ripping Tracks from CDs}}|Ripping Tracks from CDs]]&lt;br /&gt;
*[[{{WebHelp:Links|Clearing the Library}}|Clearing the Library]]&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Editing Tracks}}|Editing Files]]==&lt;br /&gt;
*[[{{WebHelp:Links|Editing Track Properties}}|Editing File Properties]]&lt;br /&gt;
*[[{{WebHelp:Links|Album Art}}|Editing Artwork]]&lt;br /&gt;
*[[{{WebHelp:Links|Getting Track Information from the Internet}}|Online Lookup of File Information]]&lt;br /&gt;
*[[{{WebHelp:Links|Editing Album Properties}}|Editing Album Properties]]&lt;br /&gt;
*[[{{WebHelp:Links|Auto-Tag from Filename}}|Auto-Tag from Filename]]&lt;br /&gt;
*[[{{WebHelp:Links|Synchronizing Your Tags}}|Update Tags]]&lt;br /&gt;
*[[{{WebHelp:Links|Clean Your Tags}}|Clean Tags]]&lt;br /&gt;
*[[{{WebHelp:Links|Changing Filenames}}|Organizing Files and Folders]]&lt;br /&gt;
*[[{{WebHelp:Links|Deleting Duplicates}}|Managing Duplicates]]&lt;br /&gt;
*[[{{WebHelp:Links|Converting Formats}}|Converting Formats]]&lt;br /&gt;
*[[{{WebHelp:Links|Volume Leveling}}|Volume Leveling]]&lt;br /&gt;
&lt;br /&gt;
==[[{{WebHelp:Links|Sharing Content and Data from your Library}}|Sharing Content and Data from your Library]]  ==&lt;br /&gt;
*[[{{WebHelp:Links|Exporting Tracks}}|Syncing with Portable Devices]] &lt;br /&gt;
**[[{{WebHelp:Links|Sync_MediaMonkey_with_an_Android_device}}|Android]]&lt;br /&gt;
**[[{{WebHelp:Links|iPod Synchronization}}|Apple Devices (iPhone/iPod/iPad) Synchronization]] &lt;br /&gt;
*[[{{WebHelp:Links|Syncing with Services}}|Syncing Streaming Services: Deezer and Spotify]]&lt;br /&gt;
*[[{{WebHelp:Links|Cloud Services}}|Using Cloud Services: Dropbox, Google Drive and OneDrive]]&lt;br /&gt;
*[[{{WebHelp:Links|Setting UPnP DLNA Media Servers}}|Sharing/Casting your MediaMonkey Library with UPnP (DLNA)/Chromecast]]&lt;br /&gt;
*[[{{WebHelp:Links|Burning an Audio CD}}|Burning Audio CDs]] &lt;br /&gt;
*[[{{WebHelp:Links|Auto-Conversion Configuration}}|Auto-Conversion Configuration]]&lt;br /&gt;
*[[{{WebHelp:Links|Exporting Playlists}}|Exporting Playlists]] &lt;br /&gt;
*[[{{WebHelp:Links|Exporting Track Lists}}|Generating Reports]]&lt;br /&gt;
&lt;br /&gt;
== [[{{WebHelp:Links|Customizing MediaMonkey}}|Customizing MediaMonkey]] ==&lt;br /&gt;
*[[{{WebHelp:Links|Playback_Rules}}|Customizing Collections and Playback Rules]]&lt;br /&gt;
*[[{{WebHelp:Links|Settings General}}|Settings: General]]&lt;br /&gt;
*[[{{WebHelp:Links|Settings Fields}}|Settings: Fields]]&lt;br /&gt;
*[[{{WebHelp:Links|Settings Confirmations}}|Settings: Confirmations]]&lt;br /&gt;
*[[{{WebHelp:Links|Creating Custom Scripts}}|Installing Addons]] &lt;br /&gt;
*[[{{WebHelp:Links|Player Plugin Configuration}}|Player Plugin Configuration]] &lt;br /&gt;
&lt;br /&gt;
==Reference Information==&lt;br /&gt;
*[[{{WebHelp:Links|Keyboard Shortcuts}}|Keyboard &amp;amp; Mouse Shortcuts]]&lt;br /&gt;
*[[{{WebHelp:Links|Configuring Directory and File Formats}}|Masks to Configure Folder and Filename Formats]]&lt;br /&gt;
*[[{{WebHelp:Links|About Track Properties}}|File Properties &amp;amp; Tag Formats]]&lt;br /&gt;
*[[{{WebHelp:Links|MP3 Encoding Settings}}|MP3 Encoding Settings]]&lt;br /&gt;
*[[{{WebHelp:Links|Backing up the Library}}|Managing the MediaMonkey Database]]&lt;br /&gt;
*[[{{WebHelp:Links|Field maps}}|Field Maps]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{WebHelpFooter}}&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=9753</id>
		<title>Template:WebHelpFooter</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=9753"/>
		<updated>2020-12-16T08:44:08Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Languages}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional Help: [https://www.mediamonkey.com/forum/viewforum.php?f=29 Forum] | [https://www.mediamonkey.com/support/knowledge-base/ Support]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages/Lang&amp;diff=9752</id>
		<title>Template:Languages/Lang</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages/Lang&amp;diff=9752"/>
		<updated>2020-12-16T08:38:04Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifexist: {{#if: {{{2|}}} | {{{2}}} | {{#if: {{NAMESPACE}} | {{NAMESPACE}}:}}{{#titleparts:{{BASEPAGENAME}}|2|1}}}}/{{{1}}} | &amp;amp;nbsp;&amp;amp;bull;&amp;amp;#32;&amp;lt;span lang=&amp;quot;{{{1}}}&amp;quot;&amp;gt;{{#if: {{{2|}}}|[[{{{2}}}/{{{1}}}|{{#language:{{{1}}}}}]]| [[{{#titleparts:{{BASEPAGENAME}}|2|1}}/{{{1}}}|{{#language:{{{1}}}}}]]}}&amp;lt;/span&amp;gt;|&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template ==&lt;br /&gt;
&#039;&#039;This sub-template doesn&#039;t display properly when not included.  Please see [[Template:Languages]] for the complete version.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
This template is designed to simplify [[Template:Languages]], by allowing a simpler syntax for adding new languages.  Each language is included by calling this template with the following parameters:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Language code&#039;&#039;&#039; (e.g. fr)&lt;br /&gt;
* (optional) &#039;&#039;&#039;Page name&#039;&#039;&#039; - if not supplied the page is automatically worked out based on where the language template is included.&lt;br /&gt;
&lt;br /&gt;
This template should not be used anywhere except in the Languages template.&lt;br /&gt;
[[Category:Language templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9751</id>
		<title>Template:Languages</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9751"/>
		<updated>2020-12-16T08:37:11Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{nmbox&lt;br /&gt;
 | text = &lt;br /&gt;
&#039;&#039;&#039;[[{{{1|{{#titleparts:{{BASEPAGENAME}}|2|1}}}}}|English]]&#039;&#039;&#039; {{Languages/Lang|af|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ar|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ast|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|az|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bcc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bg|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ca|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|cs|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|da|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|de|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|el|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|eo|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|es|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fa|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|he|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|hu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|id|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|it|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ja|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ka|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ko|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ksh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|kw|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ml|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ms|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|nl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|no|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|oc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt-br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ro|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ru|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|si|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sq|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sv|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ta|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|th|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|tr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|uk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|vi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|yue|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hans|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hant|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-tw|{{{1|}}}}}|&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9750</id>
		<title>Template:Languages</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9750"/>
		<updated>2020-12-16T08:36:55Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{nmbox&lt;br /&gt;
 | text = &lt;br /&gt;
&#039;&#039;&#039;[[{{{1|{{#titleparts:{{BASEPAGENAME}}|2|1}}}}}|English]]&#039;&#039;&#039; {{Languages/Lang|af|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ar|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ast|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|az|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bcc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bg|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ca|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|cs|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|da|{{{1|}}}|&lt;br /&gt;
}}{{Languages|de|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|el|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|eo|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|es|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fa|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|he|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|hu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|id|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|it|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ja|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ka|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ko|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ksh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|kw|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ml|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ms|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|nl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|no|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|oc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt-br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ro|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ru|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|si|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sq|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sv|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ta|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|th|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|tr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|uk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|vi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|yue|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hans|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hant|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-tw|{{{1|}}}}}|&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9749</id>
		<title>Template:Languages</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=9749"/>
		<updated>2020-12-16T08:25:37Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{nmbox&lt;br /&gt;
 | text = &lt;br /&gt;
&#039;&#039;&#039;[[{{{1|{{#titleparts:{{BASEPAGENAME}}|2|1}}}}}|English]]&#039;&#039;&#039; {{Languages/Lang|af|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ar|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ast|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|az|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bcc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bg|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ca|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|cs|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|da|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|de|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|el|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|eo|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|es|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fa|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|he|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|hu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|id|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|it|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ja|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ka|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ko|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ksh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|kw|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ml|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ms|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|nl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|no|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|oc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt-br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ro|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ru|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|si|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sq|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sv|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ta|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|th|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|tr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|uk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|vi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|yue|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hans|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hant|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-tw|{{{1|}}}}}|&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=9748</id>
		<title>Template:WebHelpFooter</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=9748"/>
		<updated>2020-12-16T08:16:35Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Languages}} &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Additional Help: [https://www.mediamonkey.com/forum Forum] | [https://www.mediamonkey.com/support/knowledge-base/ Support]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Getting_Started_(Addons)&amp;diff=9256</id>
		<title>Getting Started (Addons)</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Getting_Started_(Addons)&amp;diff=9256"/>
		<updated>2020-12-07T10:52:14Z</updated>

		<summary type="html">&lt;p&gt;Jiri: /* Hello World example */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;For a tutorial on developing addons for MediaMonkey 4, see [[Scripting (MM4)]]&lt;br /&gt;
=Introduction to Making Addons in MediaMonkey 5=&lt;br /&gt;
&lt;br /&gt;
MediaMonkey 5 is a fully HTML-based desktop application which uses Chromium for rendering. This means that the entire UI is driven by a &#039;&#039;&#039;platform-independent&#039;&#039;&#039; HTML/CSS/JS stack, which is fully accessible to developers and skinners. JS in cooperation with native code drives the non-visual aspects, also fully controllable by developers. This gives unprecedented customization options to create beautiful skins, new or enhanced functionality and great addons in general.&lt;br /&gt;
&lt;br /&gt;
Scripting in MediaMonkey 5 differs greatly from MediaMonkey 4 and below, because it has been designed from the ground-up. It is not difficult to learn, especially if you are familiar with web programming. If you are coming from writing MediaMonkey 4 addons, you will get adjusted in no time at all.&lt;br /&gt;
&lt;br /&gt;
=Hello World example=&lt;br /&gt;
&lt;br /&gt;
Here is a basic Hello World example for a MediaMonkey 5 addon.&lt;br /&gt;
&lt;br /&gt;
Inside a new folder, create a file named info.json with the essential information about your addon.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;My First Addon&amp;quot;,&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;myFirstAddon&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;Hello world!&amp;quot;,&lt;br /&gt;
    &amp;quot;version&amp;quot;: &amp;quot;1.0.0&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;general&amp;quot;,&lt;br /&gt;
    &amp;quot;author&amp;quot;: &amp;quot;Jane Doe&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, create a file named mainwindow_add.js. This code will get added to the end of mainwindow.js, and it will run when MediaMonkey starts.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Execute when the window is ready&lt;br /&gt;
window.whenReady(() =&amp;gt; {&lt;br /&gt;
    uitools.toastMessage.show(&#039;Hello world!&#039;, {&lt;br /&gt;
        disableUndo: true&lt;br /&gt;
    });&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, select your two files and package them into a zip. Make sure that they are in the root of your zip archive and not inside a subfolder. Rename it to myFirstAddon.mmip.&lt;br /&gt;
&lt;br /&gt;
Inside MediaMonkey5, go to Tools &amp;gt; Addons, click Add, and select your addon. After it installs and you reload the window, you will get a popup &amp;quot;toast&amp;quot; message on the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=MMIP (MediaMonkey Installer Packages)=&lt;br /&gt;
The center of all MediaMonkey add-ons is the MMIP. There is nothing special about the file format itself; it is just a ZIP archive with a different filename. You can use any standard method to zip the files, and then just rename it to a .mmip file.&lt;br /&gt;
&lt;br /&gt;
If you wish to automate the process of zipping the MMIP packages via the command line, there is a tool named pack-mmip which makes it easy. It is available here: https://github.com/JL102/pack-mmip&lt;br /&gt;
&lt;br /&gt;
==Folder Structure==&lt;br /&gt;
&lt;br /&gt;
===Metadata (info.json)===&lt;br /&gt;
At the root of an MMIP, there must be a file named info.json. It includes all essential information about the addon. It cannot be in a subfolder. &lt;br /&gt;
&lt;br /&gt;
Here is an example info.json:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
    &amp;quot;title&amp;quot;: &amp;quot;My Addon Name&amp;quot;,&lt;br /&gt;
    &amp;quot;id&amp;quot;: &amp;quot;myFirstAddon&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot;: &amp;quot;This is my first addon!&amp;quot;,&lt;br /&gt;
    &amp;quot;version&amp;quot;: &amp;quot;1.0.0&amp;quot;,&lt;br /&gt;
    &amp;quot;type&amp;quot;: &amp;quot;general&amp;quot;,&lt;br /&gt;
    &amp;quot;author&amp;quot;: &amp;quot;Jane Doe&amp;quot;,&lt;br /&gt;
    &amp;quot;icon&amp;quot;: &amp;quot;icon.png&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here are the possible attributes info.json can contain:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;max-width: 800px;&amp;quot;&lt;br /&gt;
	|-&lt;br /&gt;
		! Attribute&lt;br /&gt;
		! Required?&lt;br /&gt;
		! Information&lt;br /&gt;
	|-&lt;br /&gt;
		| title&lt;br /&gt;
		| &#039;&#039;&#039;yes&#039;&#039;&#039;&lt;br /&gt;
		| This is the name of your addon that is visible to the user.&lt;br /&gt;
	|-&lt;br /&gt;
		| id&lt;br /&gt;
		| &#039;&#039;&#039;yes&#039;&#039;&#039;&lt;br /&gt;
		| This is the unique ID of your addon. It does not have to be identical to your title, but it is recommended that your addon&#039;s id be similar to its title for organizational purposes. The id can include spaces, but it is recommended to stick with an alphanumeric string.&lt;br /&gt;
	|-&lt;br /&gt;
		| description&lt;br /&gt;
		| &#039;&#039;&#039;yes&#039;&#039;&#039;&lt;br /&gt;
		| The description of your addon. Make sure your description is brief, yet conveys the meaning and usage of your addon to the user. You can create line breaks in the description with \n.&lt;br /&gt;
	|-&lt;br /&gt;
		| version&lt;br /&gt;
		| &#039;&#039;&#039;yes&#039;&#039;&#039;&lt;br /&gt;
		| The version number of your addon. It must be in the format %d.%d.%d, which is three period-separated numbers.&lt;br /&gt;
	|-&lt;br /&gt;
		| type&lt;br /&gt;
		| no&lt;br /&gt;
		| The category of your addon. The existing categories are: general, skin, layout, sync, metadata, and visualization; but you can create your own categories. If unspecified, the type defaults to general.&lt;br /&gt;
	|-&lt;br /&gt;
		| author&lt;br /&gt;
		| no&lt;br /&gt;
		| The name of the addon&#039;s author.&lt;br /&gt;
	|-&lt;br /&gt;
		| icon&lt;br /&gt;
		| no&lt;br /&gt;
		| The filename of your addon&#039;s icon image. The image file must be in the root of the MMIP.&lt;br /&gt;
	|-&lt;br /&gt;
		| config&lt;br /&gt;
		| no&lt;br /&gt;
		| The filename of your addon&#039;s configuration script. See Adding Configurable Settings for more info.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code===&lt;br /&gt;
All the HTML/CSS/JS code that handles MM functionality is stored in a tree structure. As a developer, you can add new files, replace existing, or even extend functionality of the existing files. This is achieved by replication of the folder structure in Addons. For example, if a file controls\checkbox.js is present in the Addon, it completely replaces the default MM functionality of a checkbox. Similarly, an _add suffix in a filename extends functionality of an existing file. E.g. dialogs\dlgAbout_add.js can contain code that adds new controls to the layout of the About dialog.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Root&#039;&#039;&#039; - Contains mainly mminit.js, which has the basic MM JS routines, several other utility .js files, maincontent.html which contains the basic definition of the main window. Also important is viewHandlers.js, which defines the tree structure of MM and behaviour of the views.&lt;br /&gt;
** &#039;&#039;&#039;controls&#039;&#039;&#039; - Contains all the controls used in MM UI. This starts with very basic controls, like button.js or dropdown.js, and continues with more complex things like listview.js and goes all the way to the complex UI elements, like equalizer.js, player.js or autoPlaylistEditor.js.&lt;br /&gt;
** &#039;&#039;&#039;dialogs&#039;&#039;&#039; - All the dialogs reside here, e.g. dlgConvertFormat.html + dlgConvertFormat.js&lt;br /&gt;
*** &#039;&#039;&#039;dlgOptions&#039;&#039;&#039; - Panels for the Tools &amp;gt; Options menu reside here.&lt;br /&gt;
** &#039;&#039;&#039;helpers&#039;&#039;&#039; - Contains miscellaneous helper scripts that do not fit into the other categories. For example: butt services, tray icon menus, docking, etc. &lt;br /&gt;
** &#039;&#039;&#039;layouts&#039;&#039;&#039; - Subfolders contain individual layouts, i.e. something that can replace/modify the files in the default folder structure in order to achieve completely different layout of MM (e.g. &amp;quot;Touch mode&amp;quot; layout). Unlike skins, layouts are supposed to mainly modify dimensions, positions and types of UI elements, not their color, etc. See [[Layouts]] for more information.&lt;br /&gt;
** &#039;&#039;&#039;scripts&#039;&#039;&#039; - This contains all non-skin addons that are installed to MediaMonkey, including addons that are preinstalled. They are organized by id.&lt;br /&gt;
** &#039;&#039;&#039;skin&#039;&#039;&#039; - Contains basic skin definitions, mostly a set of LESS files (an extension to CSS). See http://lesscss.org for more information.&lt;br /&gt;
*** &#039;&#039;&#039;icon&#039;&#039;&#039; - Contains all the icons used by MM. They are in SVG format in order to scale nicely to any display resolution. As anything else, they can be easily replaced by any Addon (skin or script).&lt;br /&gt;
** &#039;&#039;&#039;skins&#039;&#039;&#039; - Subfolders contain individual skins, i.e. something that can replace/modify the files in the default folder structure in order to achieve completely different looks of MM. Unlike layouts, this is supposed to mainly modify colors, fonts, icons, etc. See [[Skinning]] for more information.&lt;br /&gt;
&lt;br /&gt;
==Versioning==&lt;br /&gt;
The versioning of addons must be in the format of three period-separated numbers (for example 0.0.1, 1.2.34, etc.) We recommend using semantic versioning (see https://semver.org).&lt;br /&gt;
MediaMonkey has a built-in updater for addons. When the user clicks &amp;quot;Find Updates&amp;quot; in the addons screen, it will check online if there are any updates for addons that are installed. If any are found, the user clicks the download button that appears, then it will download and install the updated addon.&lt;br /&gt;
&lt;br /&gt;
==Submitting an Addon==&lt;br /&gt;
To submit an addon, you must first have an account on the MediaMonkey forum and be signed in.&lt;br /&gt;
# 	Go to https://www.mediamonkey.com/addons/ and click Submit Addon.&lt;br /&gt;
# 	Select the most appropriate sub-category under MediaMonkey 5 that describes your addon.&lt;br /&gt;
# 	Click Submit New Addon.&lt;br /&gt;
##		Name: Make sure it is the same as your addon&#039;s title, so that it does not confuse users after installing.&lt;br /&gt;
##		Description: This does not have to be the same as the description in info.json. You can be as descriptive as you like.&lt;br /&gt;
##		Support Link, Author Link, and License Type are optional.&lt;br /&gt;
##		Image is not required, but highly recommended. We recommend that it be a square image, and the same image as your addon&#039;s icon.&lt;br /&gt;
#	Click next. On this page, you will add the first version of your addon.&lt;br /&gt;
##		Either upload your MMIP file or specify an external download link.&lt;br /&gt;
##		Compatibility: Specify the MediaMonkey versions on which you have confirmed your addon works.&lt;br /&gt;
##		What&#039;s New is optional, but you can specify updates here in future versions. &lt;br /&gt;
#	Click Save. Review your changes, make sure everything is accurate, then click Finish.&lt;br /&gt;
#	Your addon will appear in red until it is approved by a moderator. When approved, it will appear on the main addons page.&lt;br /&gt;
To add a new version of your addon, simply click Add New Version and follow steps 4-5. Each additional version needs to be approved by a moderator.&lt;br /&gt;
&lt;br /&gt;
=Important Tips=&lt;br /&gt;
*	&#039;&#039;&#039;Minimize the amount of computation your addon does on startup.&#039;&#039;&#039; Most scripts in MM run as soon as the window loads, so make sure your addon does not take a long time doing synchronous calculations that can cause the window to take longer to load. Ways to help avoid this:&lt;br /&gt;
**		Use &#039;&#039;&#039;window.whenReady()&#039;&#039;&#039; when possible. Using window.whenReady() will cause your callback to only fire when all scripts are loaded, the whole DOM is processed by our parser, and all controls are initialized.&lt;br /&gt;
**		Use asynchronous code when possible (with either callbacks, Promises, or async/await). If you perform heavy calculations that are synchronous, then it will halt the UI. See https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await for more information.&lt;br /&gt;
* 	&#039;&#039;&#039;Put your _add scripts into an anonymous function.&#039;&#039;&#039; To prevent potential issues of variables with the same name being used across different scripts, we recommend putting most/all of your logic into an anonymous function. You can do it with arrow notation or function notation.&lt;br /&gt;
**		&amp;lt;code&amp;gt;(() =&amp;gt; { /* Do stuff */ })();&amp;lt;/code&amp;gt;&lt;br /&gt;
**		&amp;lt;code&amp;gt;(function() { /* Do stuff */ })();&amp;lt;/code&amp;gt;&lt;br /&gt;
*	&#039;&#039;&#039;Enable Developer Mode.&#039;&#039;&#039; Under Help &amp;gt; About, you can enable Developer Mode. This will prevent crash logs from being automatically sent to MediaMonkey staff.&lt;br /&gt;
**		Additionally, developer mode can be enabled in the code via &amp;lt;code&amp;gt;app.enabledDeveloperMode(true)&amp;lt;/code&amp;gt; during testing. But &#039;&#039;&#039;do not&#039;&#039;&#039; keep it in your published extension.&lt;br /&gt;
&lt;br /&gt;
=Storing Data=&lt;br /&gt;
&lt;br /&gt;
==JSON==&lt;br /&gt;
When you wish to save data such as user preferences, the most effective method is to save values in persistent.json. The way you do this is through the app.setValue and app.getValue methods. &lt;br /&gt;
Both methods require two parameters.&lt;br /&gt;
&lt;br /&gt;
If retrieving a value that is primitive, set the second parameter as undefined.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
app.setValue(&#039;myExtension_foo&#039;, &#039;bar&#039;);&lt;br /&gt;
    &lt;br /&gt;
var foo = app.getValue(&#039;myExtension_foo&#039;, undefined);&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When retrieving a value that is an object, you must provide the second parameter as an object. The function will take that object and populate each value if it exists, so you can easily manage default settings this way.&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
// Saving settings&lt;br /&gt;
app.setValue(&#039;myExtension_settings&#039;, {&lt;br /&gt;
    option1: 0,&lt;br /&gt;
    option2: &#039;electric boogaloo&#039;&lt;br /&gt;
});&lt;br /&gt;
// Getting settings with hardcoded defaults&lt;br /&gt;
var settings = app.getValue(&#039;myExtension_settings&#039;, {&lt;br /&gt;
    option1: 0,&lt;br /&gt;
    option2: &#039;default&#039;&lt;br /&gt;
})&lt;br /&gt;
// Passing an empty object works too&lt;br /&gt;
var settings = app.getValue(&#039;myExtension_settings&#039;, {});&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
This data is automatically saved in persistent.json, which is saved in the user&#039;s AppData folder or the Portable subfolder; for non-portable and portable installations, respectively. Persistent.json is only deleted if the user manually deletes it or removes a portable installation.&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; Make sure the keys that you use are unique. Include the addon ID in the key, as demonstrated above, to ensure this.&lt;br /&gt;
&lt;br /&gt;
==Database==&lt;br /&gt;
If you need to manage more data, you can use the database. In MM5, you can access the database through the app.db object. For more information, see: https://www.mediamonkey.com/webhelp/MM5Preview/classes/DB.html.&lt;br /&gt;
&lt;br /&gt;
To execute queries that do not need return values, use app.db.executeQueryAsync:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
app.db.executeQueryAsync(&#039;CREATE TABLE IF NOT EXISTS myPlugin (_id INTEGER PRIMARY KEY, value TEXT UNIQUE NOT NULL)&#039;)&lt;br /&gt;
.then(() =&amp;gt; {&lt;br /&gt;
	app.db.executeQueryAsync(&#039;INSERT INTO myPlugin [. . .]&#039;);&lt;br /&gt;
})&lt;br /&gt;
.catch(err =&amp;gt; {&lt;br /&gt;
    console.error(err)&lt;br /&gt;
});&lt;br /&gt;
&lt;br /&gt;
To execute queries that need return values, use app.db.getQueryResultAsync:&lt;br /&gt;
app.db.getQueryResultAsync(&#039;SELECT * FROM Albums&#039;)&lt;br /&gt;
.then(result =&amp;gt; {&lt;br /&gt;
    // do stuff&lt;br /&gt;
})&lt;br /&gt;
.catch(err =&amp;gt; console.error(err));&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method returns a QueryResults object, which is a linked list. See https://www.mediamonkey.com/webhelp/MM5Preview/classes/QueryResults.html.&lt;br /&gt;
&lt;br /&gt;
==Adding Configurable Settings to your Addon==&lt;br /&gt;
There are two ways to add configurable options to an addon: via the &amp;quot;config&amp;quot; option in info.json, or modifying the options dialog.&lt;br /&gt;
&lt;br /&gt;
===Addon Config===&lt;br /&gt;
todo&lt;br /&gt;
&lt;br /&gt;
===Options Dialog===&lt;br /&gt;
When modifying the options dialog, you can either add to / modify an existing panel or create your own panel.&lt;br /&gt;
&lt;br /&gt;
====Adding to an existing panel====&lt;br /&gt;
Adding to an existing panel can be done with _add JS files. For more context, take a look at dialogs/dlgOptions.js.&lt;br /&gt;
&lt;br /&gt;
For example, if you wish to add to the General Options panel:&lt;br /&gt;
#	Create dialogs/dlgOptions/pnl_General_add.js&lt;br /&gt;
#	Override the optionPanels.pnl_General.load and optionPanels.pnl_General.save functions to add your own code&lt;br /&gt;
#	Use the divFromSimpleMenu function to automatically create styled checkboxes/radio buttons&lt;br /&gt;
Use app.getValue and app.setValue to retrieve and save the user settings&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
(() =&amp;gt; {&lt;br /&gt;
    var options = [&lt;br /&gt;
        {&lt;br /&gt;
            title: &#039;Option 1&#039;, // The label that appears on the checkbox/radio button&lt;br /&gt;
            radiogroup: &#039;myAddon_RadioOptions&#039;, // Self-explanatory&lt;br /&gt;
            execute: function() {state.RadioOptions = &#039;option1&#039;} // This function runs whenever the element is clicked&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
            title: &#039;Option 2&#039;,&lt;br /&gt;
            radiogroup: &#039;myAddon_RadioOptions&#039;,&lt;br /&gt;
            execute: function() {state.RadioOptions = &#039;option2&#039;}&lt;br /&gt;
        },&lt;br /&gt;
        {&lt;br /&gt;
            title: &#039;My Checkbox&#039;,&lt;br /&gt;
            checkable: true, // Turns it into a checkbox&lt;br /&gt;
            execute: function() {state.Checkbox = this.checked;}&lt;br /&gt;
        },&lt;br /&gt;
    ]&lt;br /&gt;
    var state;&lt;br /&gt;
    &lt;br /&gt;
    optionPanels.pnl_General.load = (function(sett, pnlDiv){&lt;br /&gt;
        var cached_function = optionPanels.pnl_General.load;&lt;br /&gt;
        return function(sett, pnlDiv) {&lt;br /&gt;
            // Execute original pnl_General.load function&lt;br /&gt;
            cached_function(sett, pnlDiv);&lt;br /&gt;
            // Load settings&lt;br /&gt;
            state = app.getValue(&#039;myAddon_settings&#039;, {&lt;br /&gt;
                RadioOptions: &#039;option1&#039;,&lt;br /&gt;
                Checkbox: false&lt;br /&gt;
            });&lt;br /&gt;
            // Update checkbox/radiobutton state from settings&lt;br /&gt;
            if (state.RadioOptions == &#039;option1&#039;) {options[0].checked = true; options[1].checked = false;} &lt;br /&gt;
            else {options[0].checked = false; options[1].checked = true}&lt;br /&gt;
            if (state.Checkbox == true) options[2].checked = true;&lt;br /&gt;
            // Create an HTML menu from the options&lt;br /&gt;
            divFromSimpleMenu(pnlDiv, options);&lt;br /&gt;
        }&lt;br /&gt;
    })();&lt;br /&gt;
    &lt;br /&gt;
    optionPanels.pnl_General.save = (function(sett, pnlDiv){&lt;br /&gt;
        var cached_function = optionPanels.pnl_General.save;&lt;br /&gt;
        return function(sett, pnlDiv) {&lt;br /&gt;
            // Execute original pnl_General.save function&lt;br /&gt;
            cached_function(sett, pnlDiv);&lt;br /&gt;
            // Save settings&lt;br /&gt;
            app.setValue(&#039;myAddon_settings&#039;, state);&lt;br /&gt;
        }&lt;br /&gt;
    })();&lt;br /&gt;
})();&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Adding to an existing panel====&lt;br /&gt;
You can define your new panel inside dialogs/dlgOptions, and add it inside dialogs/dlgOptions_add.js.&lt;br /&gt;
&lt;br /&gt;
todo&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=9099</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=9099"/>
		<updated>2020-11-10T07:21:38Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;mainpage&amp;quot; style=&amp;quot;width: 90%; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-size:75%; border:none; margin:0; padding:0; color:#000; font-style: italic;&amp;quot;&amp;gt;The Media Manager for serious collectors...&amp;lt;/div&amp;gt; &amp;lt;!--------------------------------Banner across top of page------------------------------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:#fcfcfc; margin-top:+.9em; padding:0; margin:0; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:30em; color:#000&amp;quot; | &amp;lt;div style=&amp;quot;font-size:200%; border:none; margin:0; padding:0; color:#000;&amp;quot;&amp;gt;[[Image:Monkey-Head-65px.png]]&amp;amp;nbsp;&amp;amp;nbsp;MediaMonkey Wiki&amp;lt;/div&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%; color:#000;&amp;quot; | &lt;br /&gt;
*Music Manager &lt;br /&gt;
*Video Manager &lt;br /&gt;
*Player&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*Tagger &lt;br /&gt;
*Renamer &lt;br /&gt;
*Converter&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*CD/DVD Ripper &lt;br /&gt;
*CD/DVD Burner &lt;br /&gt;
*Sync with Devices&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; class=&amp;quot;plainlinks&amp;quot; | &lt;br /&gt;
*Share via UPnP/DLNA &lt;br /&gt;
*[http://www.mediamonkey.com/product.htm All&amp;amp;nbsp;features...]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!------------Strapline immediately below banner----------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:none; margin:-.8em 0 -.7em 0;&amp;quot; class=&amp;quot;plainlinks&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align:left; white-space:nowrap; color:#000;&amp;quot; | &lt;br /&gt;
[[Help:Contents|Online Help]]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [https://www.mediamonkey.com/support/knowledge-base/ Support]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [http://www.mediamonkey.com/forum/ Forum]&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align: right; white-space:nowrap; color:#000;&amp;quot; | [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [[Special:Allpages|Article Index]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------------------Users------------------------&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Windows  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*MediaMonkey for Windows Online Help&amp;amp;nbsp;[[WebHelp:Content/4.0|v4.x]]&amp;amp;nbsp;/&amp;amp;nbsp;[[WebHelp:Content/5.0|v5.x]]&lt;br /&gt;
*[[About MediaMonkey]] &lt;br /&gt;
*What&#039;s New in MediaMonkey&amp;amp;nbsp;[[What&#039;s New in V4|v4.x]]&amp;amp;nbsp;/&amp;amp;nbsp;[[What&#039;s New in V5|v5.x]] &lt;br /&gt;
*[[Introduction For New Users]] &lt;br /&gt;
*[[Compatible Devices]] &lt;br /&gt;
*[[Compatible UPnP/DLNA Devices]] &lt;br /&gt;
*[http://www.mediamonkey.com/addons/browse/appearance/skins/ Skins] &lt;br /&gt;
*[[Introduction To Scripts|Scripts]] &lt;br /&gt;
*[[Introduction To Plugins|Plug-ins]] &lt;br /&gt;
*[[Tips &amp;amp; Tricks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== Developers  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[Scripting]] ([[MediaMonkey Automation objects|Automation]] &amp;amp;#124; [[MediaMonkey Database structure|Database]]) &lt;br /&gt;
*[[Skinning]] ([[How to skin MediaMonkey v3.0 and higher|Skinning Guide]]) &lt;br /&gt;
*[[Installation Packages]] &lt;br /&gt;
*[[Localizations]] &lt;br /&gt;
*[[Plug-ins]] &lt;br /&gt;
*[[Sandbox|Wiki Sandbox]] - for testing wiki syntax, etc.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Android  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[MediaMonkey for Android|MediaMonkey for Android Help]] &lt;br /&gt;
*[[MediaMonkey_for_Android_dev_docs|MediaMonkey for Android Developer Docs]] &lt;br /&gt;
*[https://play.google.com/store/apps/developer?id=Ventis+Media,+Inc. Download via Google Play]&amp;lt;br&amp;gt; &lt;br /&gt;
*[http://www.mediamonkey.com/forum/viewforum.php?f=21 Forum (testing)]&amp;lt;br&amp;gt; &lt;br /&gt;
*[https://www.mediamonkey.com/support/knowledge-base/mediamonkey-for-android Knowledgebase]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Win8 (Metro)  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[http://apps.microsoft.com/windows/app/mediamonkey/e8fd6da5-dc9d-4daa-9daa-a10d046b53ea Windows Store] &lt;br /&gt;
*[http://www.mediamonkey.com/forum/viewforum.php?f=23 Forum]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8975</id>
		<title>Template:WebHelp:Links</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8975"/>
		<updated>2020-10-16T20:35:29Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebHelp:{{{1|}}}{{#ifeq: {{#titleparts: {{PAGENAME}} | | -1}} | 4.0|&lt;br /&gt;
 /4.0 |&lt;br /&gt;
 /4.0/{{#titleparts: {{PAGENAME}} | | -1}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8974</id>
		<title>Template:WebHelp:Links</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8974"/>
		<updated>2020-10-16T20:33:57Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebHelp:{{{1|}}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8973</id>
		<title>Template:WebHelp:Links</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8973"/>
		<updated>2020-10-16T20:33:38Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebHelp:{{{1|}}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8972</id>
		<title>Template:WebHelp:Links</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelp:Links&amp;diff=8972"/>
		<updated>2020-10-16T20:32:41Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;WebHelp:{{{1|}}}{{#ifeq: {{#titleparts: {{{1|}}} | | -1}} ||&lt;br /&gt;
 /{{#titleparts: {{PAGENAME}} | | -1}}&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=8765</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Main_Page&amp;diff=8765"/>
		<updated>2015-06-17T15:16:56Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Capitalization&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div id=&amp;quot;mainpage&amp;quot; style=&amp;quot;width: 90%; margin-left: auto; margin-right: auto;&amp;quot;&amp;gt;&amp;lt;div style=&amp;quot;font-size:75%; border:none; margin:0; padding:0; color:#000; font-style: italic;&amp;quot;&amp;gt;The Media Manager for serious collectors...&amp;lt;/div&amp;gt; &amp;lt;!--------------------------------Banner across top of page------------------------------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:#fcfcfc; margin-top:+.9em; padding:0; margin:0; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:30em; color:#000&amp;quot; | &amp;lt;div style=&amp;quot;font-size:200%; border:none; margin:0; padding:0; color:#000;&amp;quot;&amp;gt;[[Image:Monkey-Head-65px.png]]&amp;amp;nbsp;&amp;amp;nbsp;MediaMonkey Wiki&amp;lt;/div&amp;gt; &lt;br /&gt;
| &amp;lt;br&amp;gt; &lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%; color:#000;&amp;quot; | &lt;br /&gt;
*Music Manager &lt;br /&gt;
*Video Manager &lt;br /&gt;
*Player&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*Tagger &lt;br /&gt;
*Renamer &lt;br /&gt;
*Converter&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; | &lt;br /&gt;
*CD/DVD Ripper &lt;br /&gt;
*CD/DVD Burner &lt;br /&gt;
*Sync with Devices&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;width:10em; font-size:95%;&amp;quot; class=&amp;quot;plainlinks&amp;quot; | &lt;br /&gt;
*Share via UPnP/DLNA &lt;br /&gt;
*[http://www.mediamonkey.com/product.htm All&amp;amp;nbsp;features...]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!------------Strapline immediately below banner----------&amp;gt; &lt;br /&gt;
{| style=&amp;quot;width:100%; background:none; margin:-.8em 0 -.7em 0;&amp;quot; class=&amp;quot;plainlinks&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align:left; white-space:nowrap; color:#000;&amp;quot; | &lt;br /&gt;
[[Help:Contents|Online Help]]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [http://mediamonkey.com/faq/ Support]&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [http://www.mediamonkey.com/forum/ Forum]&amp;amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;font-size:95%; padding:10px 0; margin:0px; text-align: right; white-space:nowrap; color:#000;&amp;quot; | [[Special:Statistics|{{NUMBEROFARTICLES}}]] articles&amp;amp;nbsp;&#039;&#039;&#039;·&#039;&#039;&#039; [[Special:Allpages|Article Index]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----------------------Users------------------------&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Windows  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[About MediaMonkey]] &lt;br /&gt;
*[[What&#039;s New in V4]] &lt;br /&gt;
*[[Introduction For New Users]] &lt;br /&gt;
*[[Compatible Devices]] &lt;br /&gt;
*[[Compatible UPnP/DLNA Devices]] &lt;br /&gt;
*[http://www.mediamonkey.com/addons/browse/appearance/skins/ Skins] &lt;br /&gt;
*[[Introduction To Scripts|Scripts]] &lt;br /&gt;
*[[Introduction To Plugins|Plug-ins]] &lt;br /&gt;
*[[Tips &amp;amp; Tricks]]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== Developers  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[Scripting]] ([[MediaMonkey Automation objects|Automation]] &amp;amp;#124; [[MediaMonkey Database structure|Database]]) &lt;br /&gt;
*[[Skinning]] ([[How to skin MediaMonkey v3.0 and higher|Skinning Guide]]) &lt;br /&gt;
*[[Installation Packages]] &lt;br /&gt;
*[[Localizations]] &lt;br /&gt;
*[[Plug-ins]] &lt;br /&gt;
*[[Sandbox|Wiki Sandbox]] - for testing wiki syntax, etc.&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:8px; margin-left: auto; margin-right: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5fffa;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Android  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[[MediaMonkey for Android|MediaMonkey for Android Help]] &lt;br /&gt;
*[https://play.google.com/store/apps/developer?id=Ventis+Media,+Inc. Download via Google Play]&amp;lt;br&amp;gt; &lt;br /&gt;
*[http://www.mediamonkey.com/forum/viewforum.php?f=21 Forum (testing)]&amp;lt;br&amp;gt; &lt;br /&gt;
*[http://www.mediamonkey.com/support/index.php?_m=knowledgebase&amp;amp;_a=view&amp;amp;parentcategoryid=13 Knowledgebase]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&amp;lt;!------------------------------Spacer-------------------------------&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width: 50px; border:1px solid #cedff2; background:#ffffff; vertical-align:top&amp;quot; | &amp;lt;!------------------------------Developers-------------------------------&amp;gt; &amp;lt;br&amp;gt; &lt;br /&gt;
| class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;padding: 10px; width: 25em; border:1px solid #cedff2; background:#f5faff; vertical-align:top&amp;quot; | &lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellspacing=&amp;quot;5&amp;quot; cellpadding=&amp;quot;2&amp;quot; style=&amp;quot;vertical-align:top; background:#f5faff;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &lt;br /&gt;
== MediaMonkey for Win8 (Metro)  ==&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;color:#000;&amp;quot; | &lt;br /&gt;
*[http://apps.microsoft.com/windows/app/mediamonkey/e8fd6da5-dc9d-4daa-9daa-a10d046b53ea Windows Store] &lt;br /&gt;
*[http://www.mediamonkey.com/forum/viewforum.php?f=23 Forum]&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Compatible_Devices&amp;diff=8001</id>
		<title>Compatible Devices</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Compatible_Devices&amp;diff=8001"/>
		<updated>2012-06-29T06:31:17Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Reverted edits by Fulcars25 (Talk); changed back to last version by Lowlander&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;
==Android devices==&lt;br /&gt;
:[[GenericMTP|Any Android device]]&lt;br /&gt;
&lt;br /&gt;
==Apple==&lt;br /&gt;
:[[iPhone|iOS 4.0 - 5]] as of MediaMonkey 4.0.5&lt;br /&gt;
:[[iPod]] (including 5th Gen)&lt;br /&gt;
:[[iPod Classic]]&lt;br /&gt;
:[[iPod Mini|iPod Mini]] (1st and 2nd Gen)&lt;br /&gt;
:[[iPod Nano]] (1st, 2nd, 3rd, 4th, 5th, and 6th Gen)&lt;br /&gt;
:[[iPod Photo]]&lt;br /&gt;
:[[iPod Shuffle]] (1st, 2nd, 3rd and 4th Gen)&lt;br /&gt;
:[[iPod Touch]] (1st, 2nd, 3rd, and 4th Gen)&lt;br /&gt;
:[[iPhone|iPhone]] (iPhone 2G, iPhone 3G, iPhone 3GS, iPhone 4, iPhone 4s)&lt;br /&gt;
:[[iPhone|iPad]]&lt;br /&gt;
:[[iTunes|iTunes]] (iTunes 6 to 10.6)&lt;br /&gt;
&lt;br /&gt;
Apple Device Sync Help: http://www.mediamonkey.com/wiki/index.php/WebHelp:iPod_Synchronization/4.0&lt;br /&gt;
&lt;br /&gt;
==Archos==&lt;br /&gt;
:[[GenericMTP|Archos 5]]&lt;br /&gt;
:[[GenericMTP|Archos 605 Wifi]]&lt;br /&gt;
:[[USBmass|Archos 604/504]]&lt;br /&gt;
:[[GenericMTP|Archos 7]]&lt;br /&gt;
:[[GenericMTP|Archos Gemini 200]]&lt;br /&gt;
:[[GenericMTP|Archos Gmini (all versions)]]&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;
:[[USBmass|Cowon Q5W]]&lt;br /&gt;
:[[USBmass|Cowon iAudio 7]]&lt;br /&gt;
:[[USBmass|Cowon iAudio D2]]&lt;br /&gt;
:[[USBmass|Cowon S9]] Both MSC and MTP.&lt;br /&gt;
&lt;br /&gt;
==Creative==&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;
Compatible, with workaround:&lt;br /&gt;
:[[MTPZen|ZEN MX]] - see http://www.mediamonkey.com/forum/viewtopic.php?f=12&amp;amp;t=44192 http://www.mediamonkey.com/forum/viewtopic.php?f=12&amp;amp;t=44192&lt;br /&gt;
&lt;br /&gt;
Compatible, with restriction:&lt;br /&gt;
:[[MTPZen|ZEN]] - see [http://www.mediamonkey.com/forum/viewtopic.php?f=6&amp;amp;t=39965 here]&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;
==HTC==&lt;br /&gt;
:HTC Touch Diamond 2&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;
:[[Motorola Q 9 Global]]&lt;br /&gt;
&lt;br /&gt;
==Nokia==&lt;br /&gt;
:[[GenericMTP|Nokia 5310]]&lt;br /&gt;
:[[GenericMTP|Nokia N8]]&lt;br /&gt;
&lt;br /&gt;
==Palm==&lt;br /&gt;
:[[Palm Pre]]&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;
==Pioneer==&lt;br /&gt;
:INNO  GEX-INNO2BK (same as Samsung Helix YX-M1Z)&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;
:[[MTPSansa|Sandisk Connect 4Gb]]&lt;br /&gt;
:[[MTPSansa|Sandisk Sansa Clip]]&lt;br /&gt;
:[[MTPSansa|Sandisk E250]]&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;
==Trekstor==&lt;br /&gt;
:[[TrekstorVibez|Vibez]] (Set as either [[GenericMTP|MTP Device]] or as [[USBmass|MSC Device]])&lt;br /&gt;
&lt;br /&gt;
==Sony==&lt;br /&gt;
:[[USBmass|Sony Ericsson W302]]&lt;br /&gt;
:[[USBmass|Sony Ericsson W600]]&lt;br /&gt;
:[[USBmass|Sony Ericsson W800i]]&lt;br /&gt;
:[[USBmass|Sony Ericsson W880i]]&lt;br /&gt;
:[[GenericMTP|Sony Walkman NWZ-A829]]&lt;br /&gt;
:[[GenericMTP|Sony Walkman NWZ-S638]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::WebControl&amp;diff=6921</id>
		<title>ISDBApplication::WebControl</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::WebControl&amp;diff=6921"/>
		<updated>2012-01-07T09:18:57Z</updated>

		<summary type="html">&lt;p&gt;Jiri: /* Property description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBApplication|ISDBApplication|Property Get WebControl As Object}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
This property returns the built-in web browser window shown over the main MediaMonkey panel. In order to show the browser on tree node focus change, use [[ISDBTreeNodeEvents::OnNodeFocused]] event (see the complete [[Sample Internal Webbrowser script|sample script]]). Only by handling this event and returning value 2, the web browser window will be shown over the main tracks window. Otherwise it will just stay hidden, but it is existing.&lt;br /&gt;
&lt;br /&gt;
For the full list of available methods, events and properties, see MS documentation at http://msdn.microsoft.com/en-us/library/aa752085(v=vs.85).aspx&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Function NodeFocus(Node) &lt;br /&gt;
  NodeFocus = 2 &lt;br /&gt;
  SDB.WebControl.Navigate &amp;quot;http://www.mediamonkey.com&amp;quot; &lt;br /&gt;
End Function&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBApplication|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=SDBApplication&amp;diff=6715</id>
		<title>SDBApplication</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=SDBApplication&amp;diff=6715"/>
		<updated>2011-10-07T08:01:18Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Remove non-existing OnStartup event&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AutomationObjectsList}}&lt;br /&gt;
== CoClass SDBApplication ==&lt;br /&gt;
&lt;br /&gt;
This is the main MediaMonkey scripting object that you initially have accessible as &#039;SDB&#039; variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object.&lt;br /&gt;
&lt;br /&gt;
=== ISDBApplication members ===&lt;br /&gt;
   &lt;br /&gt;
{{MethodsList &lt;br /&gt;
|[[ISDBApplication::AllVisibleSongList|AllVisibleSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::ApplicationPath|ApplicationPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::EqualizerPath|EqualizerPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::IconsPath|IconsPath]] |Property Get |&lt;br /&gt;
|[[ISDBApplication::PluginsPath|PluginsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CurrentAddonInstallRoot|CurrentAddonInstallRoot]] |Property Get |  From 4.0&lt;br /&gt;
|[[ISDBApplication::ScriptsPath|ScriptsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SkinsPath|SkinsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CommonDialog|CommonDialog]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CreateTimer|CreateTimer]] |Method |  &lt;br /&gt;
|[[ISDBApplication::CurrentSongList|CurrentSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CursorType|CursorType]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::Database|Database]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Device|Device]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Format|Format]] |Method |  &lt;br /&gt;
|[[ISDBApplication::IniFile|IniFile]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::IsKnownFiletype|IsKnownFiletype]] |Method |  &lt;br /&gt;
|[[ISDBApplication::IsRunning|IsRunning]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Localize|Localize]] |Method |  &lt;br /&gt;
|[[ISDBApplication::LocalizedFormat|LocalizedFormat]] |Method |  &lt;br /&gt;
|[[ISDBApplication::LocalizeGen|LocalizeGen]] |Method |  &lt;br /&gt;
|[[ISDBApplication::MainTracksWindow|MainTracksWindow]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::MainTree|MainTree]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::MessageBox|MessageBox]] |Method |  &lt;br /&gt;
|[[ISDBApplication::MyMusicPath|MyMusicPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewSongData|NewSongData]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewSongList|NewSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewStringList|NewStringList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Objects|Objects]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::Player|Player]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::PlaylistByTitle|PlaylistByTitle]] |Property Get |&lt;br /&gt;
|[[ISDBApplication::PlaylistByTitle|PlaylistByID]] |Property Get | From v4.0  &lt;br /&gt;
|[[ISDBApplication::ProcessMessages|ProcessMessages]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Progress|Progress]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::RefreshScriptItems|RefreshScriptItems]] |Method |  &lt;br /&gt;
|[[ISDBApplication::RegisterIcon|RegisterIcon]] |Method |  &lt;br /&gt;
|[[ISDBApplication::RegisterIconHandle|RegisterIconHandle]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Registry|Registry]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SelectedSongList|SelectedSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SelectFolder|SelectFolder]] |Method |  &lt;br /&gt;
|[[ISDBApplication::ShutdownAfterDisconnect|ShutdownAfterDisconnect]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::TemporaryFolder|TemporaryFolder]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::toASCII|toASCII]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Tools|Tools]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::UI|UI]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionBuild|VersionBuild]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionHi|VersionHi]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionLo|VersionLo]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionRelease|VersionRelease]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionString|VersionString]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::ComServerUIActive|ComServerUIActive]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::WebControl|WebControl]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Downloader|Downloader]] |Property Get | From v4.0 &lt;br /&gt;
|[[ISDBApplication::Collections|Collections]] |Property Get | From v4.0 &lt;br /&gt;
|[[ISDBApplication::VisibleCollectionsCount|VisibleCollectionsCount]] |Property Get | From v4.0&lt;br /&gt;
|[[ISDBApplication::VisibleCollectionID|VisibleCollectionID]] |Property Get | From v4.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== ISDBApplicationEvents members ===&lt;br /&gt;
   &lt;br /&gt;
{{MethodsList &lt;br /&gt;
|[[ISDBApplicationEvents::OnBeforeTracksMove|OnBeforeTracksMove]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnChangedSelection|OnChangedSelection]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnCompletePlaybackEnd|OnCompletePlaybackEnd]] |Event | From v4.0  &lt;br /&gt;
|[[ISDBApplicationEvents::OnDownloadFinished|OnDownloadFinished]] |Event | From v4.0&lt;br /&gt;
|[[ISDBApplicationEvents::OnFilterChange|OnFilterChange]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnIdle|OnIdle]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnNowPlayingModified|OnNowPlayingModified]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnNowPlayingSelectionChanged|OnNowPlayingSelectionChanged]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnOptionsChange|OnOptionsChange]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPause|OnPause]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPlay|OnPlay]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPlaybackEnd|OnPlaybackEnd]] |Event | &lt;br /&gt;
|[[ISDBApplicationEvents::OnRepeatClicked|OnRepeatClicked]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnSeek|OnSeek]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnShuffleClicked|OnShuffleClicked]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnShutdown|OnShutdown]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnStop|OnStop]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackAdded|OnTrackAdded]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackConverted|OnTrackConverted]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackDeleting|OnTrackDeleting]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackEnd|OnTrackEnd]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListFilled|OnTrackListFilled]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListFilling|OnTrackListFilling]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListModified|OnTrackListModified]] |Event | From v4.0  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListSelectionChanged|OnTrackListSelectionChanged]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackProperties|OnTrackProperties]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackSkipped|OnTrackSkipped]] |Event | From v4.0 &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6382</id>
		<title>Template:MethodsList</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6382"/>
		<updated>2011-05-12T12:52:30Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{31|}}}|&lt;br /&gt;
{{!}}{{{31|}}}&lt;br /&gt;
{{!}}{{{32|}}}&lt;br /&gt;
{{!}}{{{33|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{34|}}}|&lt;br /&gt;
{{!}}{{{34|}}}&lt;br /&gt;
{{!}}{{{35|}}}&lt;br /&gt;
{{!}}{{{36|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{37|}}}|&lt;br /&gt;
{{!}}{{{37|}}}&lt;br /&gt;
{{!}}{{{38|}}}&lt;br /&gt;
{{!}}{{{39|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{40|}}}|&lt;br /&gt;
{{!}}{{{40|}}}&lt;br /&gt;
{{!}}{{{41|}}}&lt;br /&gt;
{{!}}{{{42|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{43|}}}|&lt;br /&gt;
{{!}}{{{43|}}}&lt;br /&gt;
{{!}}{{{44|}}}&lt;br /&gt;
{{!}}{{{45|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{46|}}}|&lt;br /&gt;
{{!}}{{{46|}}}&lt;br /&gt;
{{!}}{{{47|}}}&lt;br /&gt;
{{!}}{{{48|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{49|}}}|&lt;br /&gt;
{{!}}{{{49|}}}&lt;br /&gt;
{{!}}{{{50|}}}&lt;br /&gt;
{{!}}{{{51|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{52|}}}|&lt;br /&gt;
{{!}}{{{52|}}}&lt;br /&gt;
{{!}}{{{53|}}}&lt;br /&gt;
{{!}}{{{54|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{55|}}}|&lt;br /&gt;
{{!}}{{{55|}}}&lt;br /&gt;
{{!}}{{{56|}}}&lt;br /&gt;
{{!}}{{{57|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{58|}}}|&lt;br /&gt;
{{!}}{{{58|}}}&lt;br /&gt;
{{!}}{{{59|}}}&lt;br /&gt;
{{!}}{{{60|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{61|}}}|&lt;br /&gt;
{{!}}{{{61|}}}&lt;br /&gt;
{{!}}{{{62|}}}&lt;br /&gt;
{{!}}{{{63|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{64|}}}|&lt;br /&gt;
{{!}}{{{64|}}}&lt;br /&gt;
{{!}}{{{65|}}}&lt;br /&gt;
{{!}}{{{66|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{67|}}}|&lt;br /&gt;
{{!}}{{{67|}}}&lt;br /&gt;
{{!}}{{{68|}}}&lt;br /&gt;
{{!}}{{{69|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{70|}}}|&lt;br /&gt;
{{!}}{{{70|}}}&lt;br /&gt;
{{!}}{{{71|}}}&lt;br /&gt;
{{!}}{{{72|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{73|}}}|&lt;br /&gt;
{{!}}{{{73|}}}&lt;br /&gt;
{{!}}{{{74|}}}&lt;br /&gt;
{{!}}{{{75|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{76|}}}|&lt;br /&gt;
{{!}}{{{76|}}}&lt;br /&gt;
{{!}}{{{77|}}}&lt;br /&gt;
{{!}}{{{78|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{79|}}}|&lt;br /&gt;
{{!}}{{{79|}}}&lt;br /&gt;
{{!}}{{{80|}}}&lt;br /&gt;
{{!}}{{{81|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{82|}}}|&lt;br /&gt;
{{!}}{{{82|}}}&lt;br /&gt;
{{!}}{{{83|}}}&lt;br /&gt;
{{!}}{{{84|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{85|}}}|&lt;br /&gt;
{{!}}{{{85|}}}&lt;br /&gt;
{{!}}{{{86|}}}&lt;br /&gt;
{{!}}{{{87|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{88|}}}|&lt;br /&gt;
{{!}}{{{88|}}}&lt;br /&gt;
{{!}}{{{89|}}}&lt;br /&gt;
{{!}}{{{90|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{91|}}}|&lt;br /&gt;
{{!}}{{{91|}}}&lt;br /&gt;
{{!}}{{{92|}}}&lt;br /&gt;
{{!}}{{{93|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{94|}}}|&lt;br /&gt;
{{!}}{{{94|}}}&lt;br /&gt;
{{!}}{{{95|}}}&lt;br /&gt;
{{!}}{{{96|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{97|}}}|&lt;br /&gt;
{{!}}{{{97|}}}&lt;br /&gt;
{{!}}{{{98|}}}&lt;br /&gt;
{{!}}{{{99|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{100|}}}|&lt;br /&gt;
{{!}}{{{100|}}}&lt;br /&gt;
{{!}}{{{101|}}}&lt;br /&gt;
{{!}}{{{102|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{103|}}}|&lt;br /&gt;
{{!}}{{{103|}}}&lt;br /&gt;
{{!}}{{{104|}}}&lt;br /&gt;
{{!}}{{{105|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{106|}}}|&lt;br /&gt;
{{!}}{{{106|}}}&lt;br /&gt;
{{!}}{{{107|}}}&lt;br /&gt;
{{!}}{{{108|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{109|}}}|&lt;br /&gt;
{{!}}{{{109|}}}&lt;br /&gt;
{{!}}{{{110|}}}&lt;br /&gt;
{{!}}{{{111|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{112|}}}|&lt;br /&gt;
{{!}}{{{112|}}}&lt;br /&gt;
{{!}}{{{113|}}}&lt;br /&gt;
{{!}}{{{114|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{115|}}}|&lt;br /&gt;
{{!}}{{{115|}}}&lt;br /&gt;
{{!}}{{{116|}}}&lt;br /&gt;
{{!}}{{{117|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{118|}}}|&lt;br /&gt;
{{!}}{{{118|}}}&lt;br /&gt;
{{!}}{{{119|}}}&lt;br /&gt;
{{!}}{{{120|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{121|}}}|&lt;br /&gt;
{{!}}{{{121|}}}&lt;br /&gt;
{{!}}{{{122|}}}&lt;br /&gt;
{{!}}{{{123|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{124|}}}|&lt;br /&gt;
{{!}}{{{124|}}}&lt;br /&gt;
{{!}}{{{125|}}}&lt;br /&gt;
{{!}}{{{126|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{127|}}}|&lt;br /&gt;
{{!}}{{{127|}}}&lt;br /&gt;
{{!}}{{{128|}}}&lt;br /&gt;
{{!}}{{{129|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{130|}}}|&lt;br /&gt;
{{!}}{{{130|}}}&lt;br /&gt;
{{!}}{{{131|}}}&lt;br /&gt;
{{!}}{{{132|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{133|}}}|&lt;br /&gt;
{{!}}{{{133|}}}&lt;br /&gt;
{{!}}{{{134|}}}&lt;br /&gt;
{{!}}{{{135|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{136|}}}|&lt;br /&gt;
{{!}}{{{136|}}}&lt;br /&gt;
{{!}}{{{137|}}}&lt;br /&gt;
{{!}}{{{138|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{139|}}}|&lt;br /&gt;
{{!}}{{{139|}}}&lt;br /&gt;
{{!}}{{{140|}}}&lt;br /&gt;
{{!}}{{{141|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{142|}}}|&lt;br /&gt;
{{!}}{{{142|}}}&lt;br /&gt;
{{!}}{{{143|}}}&lt;br /&gt;
{{!}}{{{144|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{145|}}}|&lt;br /&gt;
{{!}}{{{145|}}}&lt;br /&gt;
{{!}}{{{146|}}}&lt;br /&gt;
{{!}}{{{147|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{148|}}}|&lt;br /&gt;
{{!}}{{{148|}}}&lt;br /&gt;
{{!}}{{{149|}}}&lt;br /&gt;
{{!}}{{{150|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{151|}}}|&lt;br /&gt;
{{!}}{{{151|}}}&lt;br /&gt;
{{!}}{{{152|}}}&lt;br /&gt;
{{!}}{{{153|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{154|}}}|&lt;br /&gt;
{{!}}{{{154|}}}&lt;br /&gt;
{{!}}{{{155|}}}&lt;br /&gt;
{{!}}{{{156|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{157|}}}|&lt;br /&gt;
{{!}}{{{157|}}}&lt;br /&gt;
{{!}}{{{158|}}}&lt;br /&gt;
{{!}}{{{159|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{160|}}}|&lt;br /&gt;
{{!}}{{{160|}}}&lt;br /&gt;
{{!}}{{{161|}}}&lt;br /&gt;
{{!}}{{{162|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{163|}}}|&lt;br /&gt;
{{!}}{{{163|}}}&lt;br /&gt;
{{!}}{{{164|}}}&lt;br /&gt;
{{!}}{{{165|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{166|}}}|&lt;br /&gt;
{{!}}{{{166|}}}&lt;br /&gt;
{{!}}{{{167|}}}&lt;br /&gt;
{{!}}{{{168|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{169|}}}|&lt;br /&gt;
{{!}}{{{169|}}}&lt;br /&gt;
{{!}}{{{170|}}}&lt;br /&gt;
{{!}}{{{171|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{172|}}}|&lt;br /&gt;
{{!}}{{{172|}}}&lt;br /&gt;
{{!}}{{{173|}}}&lt;br /&gt;
{{!}}{{{174|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{175|}}}|&lt;br /&gt;
{{!}}{{{175|}}}&lt;br /&gt;
{{!}}{{{176|}}}&lt;br /&gt;
{{!}}{{{177|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{178|}}}|&lt;br /&gt;
{{!}}{{{178|}}}&lt;br /&gt;
{{!}}{{{179|}}}&lt;br /&gt;
{{!}}{{{180|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{181|}}}|&lt;br /&gt;
{{!}}{{{181|}}}&lt;br /&gt;
{{!}}{{{182|}}}&lt;br /&gt;
{{!}}{{{183|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{184|}}}|&lt;br /&gt;
{{!}}{{{184|}}}&lt;br /&gt;
{{!}}{{{185|}}}&lt;br /&gt;
{{!}}{{{186|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{187|}}}|&lt;br /&gt;
{{!}}{{{187|}}}&lt;br /&gt;
{{!}}{{{188|}}}&lt;br /&gt;
{{!}}{{{189|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{190|}}}|&lt;br /&gt;
{{!}}{{{190|}}}&lt;br /&gt;
{{!}}{{{191|}}}&lt;br /&gt;
{{!}}{{{192|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{193|}}}|&lt;br /&gt;
{{!}}{{{193|}}}&lt;br /&gt;
{{!}}{{{194|}}}&lt;br /&gt;
{{!}}{{{195|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{196|}}}|&lt;br /&gt;
{{!}}{{{196|}}}&lt;br /&gt;
{{!}}{{{197|}}}&lt;br /&gt;
{{!}}{{{198|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{199|}}}|&lt;br /&gt;
{{!}}{{{199|}}}&lt;br /&gt;
{{!}}{{{200|}}}&lt;br /&gt;
{{!}}{{{201|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{202|}}}|&lt;br /&gt;
{{!}}{{{202|}}}&lt;br /&gt;
{{!}}{{{203|}}}&lt;br /&gt;
{{!}}{{{204|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{205|}}}|&lt;br /&gt;
{{!}}{{{205|}}}&lt;br /&gt;
{{!}}{{{206|}}}&lt;br /&gt;
{{!}}{{{207|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{208|}}}|&lt;br /&gt;
{{!}}{{{208|}}}&lt;br /&gt;
{{!}}{{{209|}}}&lt;br /&gt;
{{!}}{{{210|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{211|}}}|&lt;br /&gt;
{{!}}{{{211|}}}&lt;br /&gt;
{{!}}{{{212|}}}&lt;br /&gt;
{{!}}{{{213|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{214|}}}|&lt;br /&gt;
{{!}}{{{214|}}}&lt;br /&gt;
{{!}}{{{215|}}}&lt;br /&gt;
{{!}}{{{216|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{217|}}}|&lt;br /&gt;
{{!}}{{{217|}}}&lt;br /&gt;
{{!}}{{{218|}}}&lt;br /&gt;
{{!}}{{{219|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{220|}}}|&lt;br /&gt;
{{!}}{{{220|}}}&lt;br /&gt;
{{!}}{{{221|}}}&lt;br /&gt;
{{!}}{{{222|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{223|}}}|&lt;br /&gt;
{{!}}{{{223|}}}&lt;br /&gt;
{{!}}{{{224|}}}&lt;br /&gt;
{{!}}{{{225|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{226|}}}|&lt;br /&gt;
{{!}}{{{226|}}}&lt;br /&gt;
{{!}}{{{227|}}}&lt;br /&gt;
{{!}}{{{228|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{229|}}}|&lt;br /&gt;
{{!}}{{{229|}}}&lt;br /&gt;
{{!}}{{{230|}}}&lt;br /&gt;
{{!}}{{{231|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{232|}}}|&lt;br /&gt;
{{!}}{{{232|}}}&lt;br /&gt;
{{!}}{{{233|}}}&lt;br /&gt;
{{!}}{{{234|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{235|}}}|&lt;br /&gt;
{{!}}{{{235|}}}&lt;br /&gt;
{{!}}{{{236|}}}&lt;br /&gt;
{{!}}{{{237|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{238|}}}|&lt;br /&gt;
{{!}}{{{238|}}}&lt;br /&gt;
{{!}}{{{239|}}}&lt;br /&gt;
{{!}}{{{240|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{241|}}}|&lt;br /&gt;
{{!}}{{{241|}}}&lt;br /&gt;
{{!}}{{{242|}}}&lt;br /&gt;
{{!}}{{{243|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{244|}}}|&lt;br /&gt;
{{!}}{{{244|}}}&lt;br /&gt;
{{!}}{{{245|}}}&lt;br /&gt;
{{!}}{{{246|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{247|}}}|&lt;br /&gt;
{{!}}{{{247|}}}&lt;br /&gt;
{{!}}{{{248|}}}&lt;br /&gt;
{{!}}{{{249|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{250|}}}|&lt;br /&gt;
{{!}}{{{250|}}}&lt;br /&gt;
{{!}}{{{251|}}}&lt;br /&gt;
{{!}}{{{252|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{253|}}}|&lt;br /&gt;
{{!}}{{{253|}}}&lt;br /&gt;
{{!}}{{{254|}}}&lt;br /&gt;
{{!}}{{{255|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{256|}}}|&lt;br /&gt;
{{!}}{{{256|}}}&lt;br /&gt;
{{!}}{{{257|}}}&lt;br /&gt;
{{!}}{{{258|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{259|}}}|&lt;br /&gt;
{{!}}{{{259|}}}&lt;br /&gt;
{{!}}{{{260|}}}&lt;br /&gt;
{{!}}{{{261|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6380</id>
		<title>Template:MethodsList</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6380"/>
		<updated>2011-05-12T12:50:34Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{31|}}}|&lt;br /&gt;
{{!}}{{{31|}}}&lt;br /&gt;
{{!}}{{{32|}}}&lt;br /&gt;
{{!}}{{{33|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{34|}}}|&lt;br /&gt;
{{!}}{{{34|}}}&lt;br /&gt;
{{!}}{{{35|}}}&lt;br /&gt;
{{!}}{{{36|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{37|}}}|&lt;br /&gt;
{{!}}{{{37|}}}&lt;br /&gt;
{{!}}{{{38|}}}&lt;br /&gt;
{{!}}{{{39|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{40|}}}|&lt;br /&gt;
{{!}}{{{40|}}}&lt;br /&gt;
{{!}}{{{41|}}}&lt;br /&gt;
{{!}}{{{42|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{43|}}}|&lt;br /&gt;
{{!}}{{{43|}}}&lt;br /&gt;
{{!}}{{{44|}}}&lt;br /&gt;
{{!}}{{{45|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{46|}}}|&lt;br /&gt;
{{!}}{{{46|}}}&lt;br /&gt;
{{!}}{{{47|}}}&lt;br /&gt;
{{!}}{{{48|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{49|}}}|&lt;br /&gt;
{{!}}{{{49|}}}&lt;br /&gt;
{{!}}{{{50|}}}&lt;br /&gt;
{{!}}{{{51|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{52|}}}|&lt;br /&gt;
{{!}}{{{52|}}}&lt;br /&gt;
{{!}}{{{53|}}}&lt;br /&gt;
{{!}}{{{54|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{55|}}}|&lt;br /&gt;
{{!}}{{{55|}}}&lt;br /&gt;
{{!}}{{{56|}}}&lt;br /&gt;
{{!}}{{{57|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{58|}}}|&lt;br /&gt;
{{!}}{{{58|}}}&lt;br /&gt;
{{!}}{{{59|}}}&lt;br /&gt;
{{!}}{{{60|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{61|}}}|&lt;br /&gt;
{{!}}{{{61|}}}&lt;br /&gt;
{{!}}{{{62|}}}&lt;br /&gt;
{{!}}{{{63|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{64|}}}|&lt;br /&gt;
{{!}}{{{64|}}}&lt;br /&gt;
{{!}}{{{65|}}}&lt;br /&gt;
{{!}}{{{66|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{67|}}}|&lt;br /&gt;
{{!}}{{{67|}}}&lt;br /&gt;
{{!}}{{{68|}}}&lt;br /&gt;
{{!}}{{{69|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{70|}}}|&lt;br /&gt;
{{!}}{{{70|}}}&lt;br /&gt;
{{!}}{{{71|}}}&lt;br /&gt;
{{!}}{{{72|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{73|}}}|&lt;br /&gt;
{{!}}{{{73|}}}&lt;br /&gt;
{{!}}{{{74|}}}&lt;br /&gt;
{{!}}{{{75|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{76|}}}|&lt;br /&gt;
{{!}}{{{76|}}}&lt;br /&gt;
{{!}}{{{77|}}}&lt;br /&gt;
{{!}}{{{78|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{79|}}}|&lt;br /&gt;
{{!}}{{{79|}}}&lt;br /&gt;
{{!}}{{{80|}}}&lt;br /&gt;
{{!}}{{{81|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{82|}}}|&lt;br /&gt;
{{!}}{{{82|}}}&lt;br /&gt;
{{!}}{{{83|}}}&lt;br /&gt;
{{!}}{{{84|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{85|}}}|&lt;br /&gt;
{{!}}{{{85|}}}&lt;br /&gt;
{{!}}{{{86|}}}&lt;br /&gt;
{{!}}{{{87|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{88|}}}|&lt;br /&gt;
{{!}}{{{88|}}}&lt;br /&gt;
{{!}}{{{89|}}}&lt;br /&gt;
{{!}}{{{90|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{91|}}}|&lt;br /&gt;
{{!}}{{{91|}}}&lt;br /&gt;
{{!}}{{{92|}}}&lt;br /&gt;
{{!}}{{{93|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{94|}}}|&lt;br /&gt;
{{!}}{{{94|}}}&lt;br /&gt;
{{!}}{{{95|}}}&lt;br /&gt;
{{!}}{{{96|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{97|}}}|&lt;br /&gt;
{{!}}{{{97|}}}&lt;br /&gt;
{{!}}{{{98|}}}&lt;br /&gt;
{{!}}{{{99|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{100|}}}|&lt;br /&gt;
{{!}}{{{100|}}}&lt;br /&gt;
{{!}}{{{101|}}}&lt;br /&gt;
{{!}}{{{102|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{103|}}}|&lt;br /&gt;
{{!}}{{{103|}}}&lt;br /&gt;
{{!}}{{{104|}}}&lt;br /&gt;
{{!}}{{{105|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{106|}}}|&lt;br /&gt;
{{!}}{{{106|}}}&lt;br /&gt;
{{!}}{{{107|}}}&lt;br /&gt;
{{!}}{{{108|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{109|}}}|&lt;br /&gt;
{{!}}{{{109|}}}&lt;br /&gt;
{{!}}{{{110|}}}&lt;br /&gt;
{{!}}{{{111|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{112|}}}|&lt;br /&gt;
{{!}}{{{112|}}}&lt;br /&gt;
{{!}}{{{113|}}}&lt;br /&gt;
{{!}}{{{114|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{115|}}}|&lt;br /&gt;
{{!}}{{{115|}}}&lt;br /&gt;
{{!}}{{{116|}}}&lt;br /&gt;
{{!}}{{{117|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{118|}}}|&lt;br /&gt;
{{!}}{{{118|}}}&lt;br /&gt;
{{!}}{{{119|}}}&lt;br /&gt;
{{!}}{{{120|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{121|}}}|&lt;br /&gt;
{{!}}{{{121|}}}&lt;br /&gt;
{{!}}{{{122|}}}&lt;br /&gt;
{{!}}{{{123|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{124|}}}|&lt;br /&gt;
{{!}}{{{124|}}}&lt;br /&gt;
{{!}}{{{125|}}}&lt;br /&gt;
{{!}}{{{126|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{127|}}}|&lt;br /&gt;
{{!}}{{{127|}}}&lt;br /&gt;
{{!}}{{{128|}}}&lt;br /&gt;
{{!}}{{{129|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{130|}}}|&lt;br /&gt;
{{!}}{{{130|}}}&lt;br /&gt;
{{!}}{{{131|}}}&lt;br /&gt;
{{!}}{{{132|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{133|}}}|&lt;br /&gt;
{{!}}{{{133|}}}&lt;br /&gt;
{{!}}{{{134|}}}&lt;br /&gt;
{{!}}{{{135|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{136|}}}|&lt;br /&gt;
{{!}}{{{136|}}}&lt;br /&gt;
{{!}}{{{137|}}}&lt;br /&gt;
{{!}}{{{138|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{139|}}}|&lt;br /&gt;
{{!}}{{{139|}}}&lt;br /&gt;
{{!}}{{{140|}}}&lt;br /&gt;
{{!}}{{{141|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{142|}}}|&lt;br /&gt;
{{!}}{{{142|}}}&lt;br /&gt;
{{!}}{{{143|}}}&lt;br /&gt;
{{!}}{{{144|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{145|}}}|&lt;br /&gt;
{{!}}{{{145|}}}&lt;br /&gt;
{{!}}{{{146|}}}&lt;br /&gt;
{{!}}{{{147|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{148|}}}|&lt;br /&gt;
{{!}}{{{148|}}}&lt;br /&gt;
{{!}}{{{149|}}}&lt;br /&gt;
{{!}}{{{150|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{151|}}}|&lt;br /&gt;
{{!}}{{{151|}}}&lt;br /&gt;
{{!}}{{{152|}}}&lt;br /&gt;
{{!}}{{{153|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{154|}}}|&lt;br /&gt;
{{!}}{{{154|}}}&lt;br /&gt;
{{!}}{{{155|}}}&lt;br /&gt;
{{!}}{{{156|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{157|}}}|&lt;br /&gt;
{{!}}{{{157|}}}&lt;br /&gt;
{{!}}{{{158|}}}&lt;br /&gt;
{{!}}{{{159|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{160|}}}|&lt;br /&gt;
{{!}}{{{160|}}}&lt;br /&gt;
{{!}}{{{161|}}}&lt;br /&gt;
{{!}}{{{162|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{163|}}}|&lt;br /&gt;
{{!}}{{{163|}}}&lt;br /&gt;
{{!}}{{{164|}}}&lt;br /&gt;
{{!}}{{{165|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{166|}}}|&lt;br /&gt;
{{!}}{{{166|}}}&lt;br /&gt;
{{!}}{{{167|}}}&lt;br /&gt;
{{!}}{{{168|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{169|}}}|&lt;br /&gt;
{{!}}{{{169|}}}&lt;br /&gt;
{{!}}{{{170|}}}&lt;br /&gt;
{{!}}{{{171|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{172|}}}|&lt;br /&gt;
{{!}}{{{172|}}}&lt;br /&gt;
{{!}}{{{173|}}}&lt;br /&gt;
{{!}}{{{174|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{175|}}}|&lt;br /&gt;
{{!}}{{{175|}}}&lt;br /&gt;
{{!}}{{{176|}}}&lt;br /&gt;
{{!}}{{{177|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{178|}}}|&lt;br /&gt;
{{!}}{{{178|}}}&lt;br /&gt;
{{!}}{{{179|}}}&lt;br /&gt;
{{!}}{{{180|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{181|}}}|&lt;br /&gt;
{{!}}{{{181|}}}&lt;br /&gt;
{{!}}{{{182|}}}&lt;br /&gt;
{{!}}{{{183|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{184|}}}|&lt;br /&gt;
{{!}}{{{184|}}}&lt;br /&gt;
{{!}}{{{185|}}}&lt;br /&gt;
{{!}}{{{186|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{187|}}}|&lt;br /&gt;
{{!}}{{{187|}}}&lt;br /&gt;
{{!}}{{{188|}}}&lt;br /&gt;
{{!}}{{{189|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{190|}}}|&lt;br /&gt;
{{!}}{{{190|}}}&lt;br /&gt;
{{!}}{{{191|}}}&lt;br /&gt;
{{!}}{{{192|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{193|}}}|&lt;br /&gt;
{{!}}{{{193|}}}&lt;br /&gt;
{{!}}{{{194|}}}&lt;br /&gt;
{{!}}{{{195|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{196|}}}|&lt;br /&gt;
{{!}}{{{196|}}}&lt;br /&gt;
{{!}}{{{197|}}}&lt;br /&gt;
{{!}}{{{198|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{199|}}}|&lt;br /&gt;
{{!}}{{{199|}}}&lt;br /&gt;
{{!}}{{{200|}}}&lt;br /&gt;
{{!}}{{{201|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{202|}}}|&lt;br /&gt;
{{!}}{{{202|}}}&lt;br /&gt;
{{!}}{{{203|}}}&lt;br /&gt;
{{!}}{{{204|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{205|}}}|&lt;br /&gt;
{{!}}{{{205|}}}&lt;br /&gt;
{{!}}{{{206|}}}&lt;br /&gt;
{{!}}{{{207|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{208|}}}|&lt;br /&gt;
{{!}}{{{208|}}}&lt;br /&gt;
{{!}}{{{209|}}}&lt;br /&gt;
{{!}}{{{210|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{211|}}}|&lt;br /&gt;
{{!}}{{{211|}}}&lt;br /&gt;
{{!}}{{{212|}}}&lt;br /&gt;
{{!}}{{{213|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{214|}}}|&lt;br /&gt;
{{!}}{{{214|}}}&lt;br /&gt;
{{!}}{{{215|}}}&lt;br /&gt;
{{!}}{{{216|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{217|}}}|&lt;br /&gt;
{{!}}{{{217|}}}&lt;br /&gt;
{{!}}{{{218|}}}&lt;br /&gt;
{{!}}{{{219|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{220|}}}|&lt;br /&gt;
{{!}}{{{220|}}}&lt;br /&gt;
{{!}}{{{221|}}}&lt;br /&gt;
{{!}}{{{222|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{223|}}}|&lt;br /&gt;
{{!}}{{{223|}}}&lt;br /&gt;
{{!}}{{{224|}}}&lt;br /&gt;
{{!}}{{{225|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{226|}}}|&lt;br /&gt;
{{!}}{{{226|}}}&lt;br /&gt;
{{!}}{{{227|}}}&lt;br /&gt;
{{!}}{{{228|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{229|}}}|&lt;br /&gt;
{{!}}{{{229|}}}&lt;br /&gt;
{{!}}{{{230|}}}&lt;br /&gt;
{{!}}{{{231|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{232|}}}|&lt;br /&gt;
{{!}}{{{232|}}}&lt;br /&gt;
{{!}}{{{233|}}}&lt;br /&gt;
{{!}}{{{234|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{235|}}}|&lt;br /&gt;
{{!}}{{{235|}}}&lt;br /&gt;
{{!}}{{{236|}}}&lt;br /&gt;
{{!}}{{{237|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{238|}}}|&lt;br /&gt;
{{!}}{{{238|}}}&lt;br /&gt;
{{!}}{{{239|}}}&lt;br /&gt;
{{!}}{{{240|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{241|}}}|&lt;br /&gt;
{{!}}{{{241|}}}&lt;br /&gt;
{{!}}{{{242|}}}&lt;br /&gt;
{{!}}{{{243|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{244|}}}|&lt;br /&gt;
{{!}}{{{244|}}}&lt;br /&gt;
{{!}}{{{245|}}}&lt;br /&gt;
{{!}}{{{246|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{247|}}}|&lt;br /&gt;
{{!}}{{{247|}}}&lt;br /&gt;
{{!}}{{{248|}}}&lt;br /&gt;
{{!}}{{{249|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{250|}}}|&lt;br /&gt;
{{!}}{{{250|}}}&lt;br /&gt;
{{!}}{{{251|}}}&lt;br /&gt;
{{!}}{{{252|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{253|}}}|&lt;br /&gt;
{{!}}{{{253|}}}&lt;br /&gt;
{{!}}{{{254|}}}&lt;br /&gt;
{{!}}{{{255|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{256|}}}|&lt;br /&gt;
{{!}}{{{256|}}}&lt;br /&gt;
{{!}}{{{257|}}}&lt;br /&gt;
{{!}}{{{258|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{259|}}}|&lt;br /&gt;
{{!}}{{{259|}}}&lt;br /&gt;
{{!}}{{{260|}}}&lt;br /&gt;
{{!}}{{{261|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6379</id>
		<title>Template:MethodsList</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=6379"/>
		<updated>2011-05-12T12:49:22Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
}}&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{31|}}}|&lt;br /&gt;
{{!}}{{{31|}}}&lt;br /&gt;
{{!}}{{{32|}}}&lt;br /&gt;
{{!}}{{{33|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{34|}}}|&lt;br /&gt;
{{!}}{{{34|}}}&lt;br /&gt;
{{!}}{{{35|}}}&lt;br /&gt;
{{!}}{{{36|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{37|}}}|&lt;br /&gt;
{{!}}{{{37|}}}&lt;br /&gt;
{{!}}{{{38|}}}&lt;br /&gt;
{{!}}{{{39|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{40|}}}|&lt;br /&gt;
{{!}}{{{40|}}}&lt;br /&gt;
{{!}}{{{41|}}}&lt;br /&gt;
{{!}}{{{42|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{43|}}}|&lt;br /&gt;
{{!}}{{{43|}}}&lt;br /&gt;
{{!}}{{{44|}}}&lt;br /&gt;
{{!}}{{{45|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{46|}}}|&lt;br /&gt;
{{!}}{{{46|}}}&lt;br /&gt;
{{!}}{{{47|}}}&lt;br /&gt;
{{!}}{{{48|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{49|}}}|&lt;br /&gt;
{{!}}{{{49|}}}&lt;br /&gt;
{{!}}{{{50|}}}&lt;br /&gt;
{{!}}{{{51|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{52|}}}|&lt;br /&gt;
{{!}}{{{52|}}}&lt;br /&gt;
{{!}}{{{53|}}}&lt;br /&gt;
{{!}}{{{54|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{55|}}}|&lt;br /&gt;
{{!}}{{{55|}}}&lt;br /&gt;
{{!}}{{{56|}}}&lt;br /&gt;
{{!}}{{{57|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{58|}}}|&lt;br /&gt;
{{!}}{{{58|}}}&lt;br /&gt;
{{!}}{{{59|}}}&lt;br /&gt;
{{!}}{{{60|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{61|}}}|&lt;br /&gt;
{{!}}{{{61|}}}&lt;br /&gt;
{{!}}{{{62|}}}&lt;br /&gt;
{{!}}{{{63|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{64|}}}|&lt;br /&gt;
{{!}}{{{64|}}}&lt;br /&gt;
{{!}}{{{65|}}}&lt;br /&gt;
{{!}}{{{66|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{67|}}}|&lt;br /&gt;
{{!}}{{{67|}}}&lt;br /&gt;
{{!}}{{{68|}}}&lt;br /&gt;
{{!}}{{{69|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{70|}}}|&lt;br /&gt;
{{!}}{{{70|}}}&lt;br /&gt;
{{!}}{{{71|}}}&lt;br /&gt;
{{!}}{{{72|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{73|}}}|&lt;br /&gt;
{{!}}{{{73|}}}&lt;br /&gt;
{{!}}{{{74|}}}&lt;br /&gt;
{{!}}{{{75|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{76|}}}|&lt;br /&gt;
{{!}}{{{76|}}}&lt;br /&gt;
{{!}}{{{77|}}}&lt;br /&gt;
{{!}}{{{78|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{79|}}}|&lt;br /&gt;
{{!}}{{{79|}}}&lt;br /&gt;
{{!}}{{{80|}}}&lt;br /&gt;
{{!}}{{{81|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{82|}}}|&lt;br /&gt;
{{!}}{{{82|}}}&lt;br /&gt;
{{!}}{{{83|}}}&lt;br /&gt;
{{!}}{{{84|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{85|}}}|&lt;br /&gt;
{{!}}{{{85|}}}&lt;br /&gt;
{{!}}{{{86|}}}&lt;br /&gt;
{{!}}{{{87|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{88|}}}|&lt;br /&gt;
{{!}}{{{88|}}}&lt;br /&gt;
{{!}}{{{89|}}}&lt;br /&gt;
{{!}}{{{90|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{91|}}}|&lt;br /&gt;
{{!}}{{{91|}}}&lt;br /&gt;
{{!}}{{{92|}}}&lt;br /&gt;
{{!}}{{{93|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{94|}}}|&lt;br /&gt;
{{!}}{{{94|}}}&lt;br /&gt;
{{!}}{{{95|}}}&lt;br /&gt;
{{!}}{{{96|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{97|}}}|&lt;br /&gt;
{{!}}{{{97|}}}&lt;br /&gt;
{{!}}{{{98|}}}&lt;br /&gt;
{{!}}{{{99|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{100|}}}|&lt;br /&gt;
{{!}}{{{100|}}}&lt;br /&gt;
{{!}}{{{101|}}}&lt;br /&gt;
{{!}}{{{102|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{103|}}}|&lt;br /&gt;
{{!}}{{{103|}}}&lt;br /&gt;
{{!}}{{{104|}}}&lt;br /&gt;
{{!}}{{{105|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{106|}}}|&lt;br /&gt;
{{!}}{{{106|}}}&lt;br /&gt;
{{!}}{{{107|}}}&lt;br /&gt;
{{!}}{{{108|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{109|}}}|&lt;br /&gt;
{{!}}{{{109|}}}&lt;br /&gt;
{{!}}{{{110|}}}&lt;br /&gt;
{{!}}{{{111|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{112|}}}|&lt;br /&gt;
{{!}}{{{112|}}}&lt;br /&gt;
{{!}}{{{113|}}}&lt;br /&gt;
{{!}}{{{114|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{115|}}}|&lt;br /&gt;
{{!}}{{{115|}}}&lt;br /&gt;
{{!}}{{{116|}}}&lt;br /&gt;
{{!}}{{{117|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{118|}}}|&lt;br /&gt;
{{!}}{{{118|}}}&lt;br /&gt;
{{!}}{{{119|}}}&lt;br /&gt;
{{!}}{{{120|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{121|}}}|&lt;br /&gt;
{{!}}{{{121|}}}&lt;br /&gt;
{{!}}{{{122|}}}&lt;br /&gt;
{{!}}{{{123|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{124|}}}|&lt;br /&gt;
{{!}}{{{124|}}}&lt;br /&gt;
{{!}}{{{125|}}}&lt;br /&gt;
{{!}}{{{126|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{127|}}}|&lt;br /&gt;
{{!}}{{{127|}}}&lt;br /&gt;
{{!}}{{{128|}}}&lt;br /&gt;
{{!}}{{{129|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{130|}}}|&lt;br /&gt;
{{!}}{{{130|}}}&lt;br /&gt;
{{!}}{{{131|}}}&lt;br /&gt;
{{!}}{{{132|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{133|}}}|&lt;br /&gt;
{{!}}{{{133|}}}&lt;br /&gt;
{{!}}{{{134|}}}&lt;br /&gt;
{{!}}{{{135|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{136|}}}|&lt;br /&gt;
{{!}}{{{136|}}}&lt;br /&gt;
{{!}}{{{137|}}}&lt;br /&gt;
{{!}}{{{138|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{139|}}}|&lt;br /&gt;
{{!}}{{{139|}}}&lt;br /&gt;
{{!}}{{{140|}}}&lt;br /&gt;
{{!}}{{{141|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{142|}}}|&lt;br /&gt;
{{!}}{{{142|}}}&lt;br /&gt;
{{!}}{{{143|}}}&lt;br /&gt;
{{!}}{{{144|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{145|}}}|&lt;br /&gt;
{{!}}{{{145|}}}&lt;br /&gt;
{{!}}{{{146|}}}&lt;br /&gt;
{{!}}{{{147|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{148|}}}|&lt;br /&gt;
{{!}}{{{148|}}}&lt;br /&gt;
{{!}}{{{149|}}}&lt;br /&gt;
{{!}}{{{150|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{151|}}}|&lt;br /&gt;
{{!}}{{{151|}}}&lt;br /&gt;
{{!}}{{{152|}}}&lt;br /&gt;
{{!}}{{{153|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{154|}}}|&lt;br /&gt;
{{!}}{{{154|}}}&lt;br /&gt;
{{!}}{{{155|}}}&lt;br /&gt;
{{!}}{{{156|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{157|}}}|&lt;br /&gt;
{{!}}{{{157|}}}&lt;br /&gt;
{{!}}{{{158|}}}&lt;br /&gt;
{{!}}{{{159|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{160|}}}|&lt;br /&gt;
{{!}}{{{160|}}}&lt;br /&gt;
{{!}}{{{161|}}}&lt;br /&gt;
{{!}}{{{162|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{163|}}}|&lt;br /&gt;
{{!}}{{{163|}}}&lt;br /&gt;
{{!}}{{{164|}}}&lt;br /&gt;
{{!}}{{{165|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{166|}}}|&lt;br /&gt;
{{!}}{{{166|}}}&lt;br /&gt;
{{!}}{{{167|}}}&lt;br /&gt;
{{!}}{{{168|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{169|}}}|&lt;br /&gt;
{{!}}{{{169|}}}&lt;br /&gt;
{{!}}{{{170|}}}&lt;br /&gt;
{{!}}{{{171|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{172|}}}|&lt;br /&gt;
{{!}}{{{172|}}}&lt;br /&gt;
{{!}}{{{173|}}}&lt;br /&gt;
{{!}}{{{174|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{175|}}}|&lt;br /&gt;
{{!}}{{{175|}}}&lt;br /&gt;
{{!}}{{{176|}}}&lt;br /&gt;
{{!}}{{{177|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{178|}}}|&lt;br /&gt;
{{!}}{{{178|}}}&lt;br /&gt;
{{!}}{{{179|}}}&lt;br /&gt;
{{!}}{{{180|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{181|}}}|&lt;br /&gt;
{{!}}{{{181|}}}&lt;br /&gt;
{{!}}{{{182|}}}&lt;br /&gt;
{{!}}{{{183|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{184|}}}|&lt;br /&gt;
{{!}}{{{184|}}}&lt;br /&gt;
{{!}}{{{185|}}}&lt;br /&gt;
{{!}}{{{186|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{187|}}}|&lt;br /&gt;
{{!}}{{{187|}}}&lt;br /&gt;
{{!}}{{{188|}}}&lt;br /&gt;
{{!}}{{{189|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{190|}}}|&lt;br /&gt;
{{!}}{{{190|}}}&lt;br /&gt;
{{!}}{{{191|}}}&lt;br /&gt;
{{!}}{{{192|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{193|}}}|&lt;br /&gt;
{{!}}{{{193|}}}&lt;br /&gt;
{{!}}{{{194|}}}&lt;br /&gt;
{{!}}{{{195|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{196|}}}|&lt;br /&gt;
{{!}}{{{196|}}}&lt;br /&gt;
{{!}}{{{197|}}}&lt;br /&gt;
{{!}}{{{198|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{199|}}}|&lt;br /&gt;
{{!}}{{{199|}}}&lt;br /&gt;
{{!}}{{{200|}}}&lt;br /&gt;
{{!}}{{{201|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{202|}}}|&lt;br /&gt;
{{!}}{{{202|}}}&lt;br /&gt;
{{!}}{{{203|}}}&lt;br /&gt;
{{!}}{{{204|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{205|}}}|&lt;br /&gt;
{{!}}{{{205|}}}&lt;br /&gt;
{{!}}{{{206|}}}&lt;br /&gt;
{{!}}{{{207|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{208|}}}|&lt;br /&gt;
{{!}}{{{208|}}}&lt;br /&gt;
{{!}}{{{209|}}}&lt;br /&gt;
{{!}}{{{210|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{211|}}}|&lt;br /&gt;
{{!}}{{{211|}}}&lt;br /&gt;
{{!}}{{{212|}}}&lt;br /&gt;
{{!}}{{{213|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{214|}}}|&lt;br /&gt;
{{!}}{{{214|}}}&lt;br /&gt;
{{!}}{{{215|}}}&lt;br /&gt;
{{!}}{{{216|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{217|}}}|&lt;br /&gt;
{{!}}{{{217|}}}&lt;br /&gt;
{{!}}{{{218|}}}&lt;br /&gt;
{{!}}{{{219|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{220|}}}|&lt;br /&gt;
{{!}}{{{220|}}}&lt;br /&gt;
{{!}}{{{221|}}}&lt;br /&gt;
{{!}}{{{222|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{223|}}}|&lt;br /&gt;
{{!}}{{{223|}}}&lt;br /&gt;
{{!}}{{{224|}}}&lt;br /&gt;
{{!}}{{{225|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{226|}}}|&lt;br /&gt;
{{!}}{{{226|}}}&lt;br /&gt;
{{!}}{{{227|}}}&lt;br /&gt;
{{!}}{{{228|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{229|}}}|&lt;br /&gt;
{{!}}{{{229|}}}&lt;br /&gt;
{{!}}{{{230|}}}&lt;br /&gt;
{{!}}{{{231|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{232|}}}|&lt;br /&gt;
{{!}}{{{232|}}}&lt;br /&gt;
{{!}}{{{233|}}}&lt;br /&gt;
{{!}}{{{234|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{235|}}}|&lt;br /&gt;
{{!}}{{{235|}}}&lt;br /&gt;
{{!}}{{{236|}}}&lt;br /&gt;
{{!}}{{{237|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{238|}}}|&lt;br /&gt;
{{!}}{{{238|}}}&lt;br /&gt;
{{!}}{{{239|}}}&lt;br /&gt;
{{!}}{{{240|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{241|}}}|&lt;br /&gt;
{{!}}{{{241|}}}&lt;br /&gt;
{{!}}{{{242|}}}&lt;br /&gt;
{{!}}{{{243|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{244|}}}|&lt;br /&gt;
{{!}}{{{244|}}}&lt;br /&gt;
{{!}}{{{245|}}}&lt;br /&gt;
{{!}}{{{246|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{247|}}}|&lt;br /&gt;
{{!}}{{{247|}}}&lt;br /&gt;
{{!}}{{{248|}}}&lt;br /&gt;
{{!}}{{{249|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{250|}}}|&lt;br /&gt;
{{!}}{{{250|}}}&lt;br /&gt;
{{!}}{{{251|}}}&lt;br /&gt;
{{!}}{{{252|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{253|}}}|&lt;br /&gt;
{{!}}{{{253|}}}&lt;br /&gt;
{{!}}{{{254|}}}&lt;br /&gt;
{{!}}{{{255|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{256|}}}|&lt;br /&gt;
{{!}}{{{256|}}}&lt;br /&gt;
{{!}}{{{257|}}}&lt;br /&gt;
{{!}}{{{258|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{259|}}}|&lt;br /&gt;
{{!}}{{{259|}}}&lt;br /&gt;
{{!}}{{{260|}}}&lt;br /&gt;
{{!}}{{{261|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:MethodParameters&amp;diff=5887</id>
		<title>Template:MethodParameters</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:MethodParameters&amp;diff=5887"/>
		<updated>2011-04-20T14:55:35Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=5886</id>
		<title>Template:MethodsList</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:MethodsList&amp;diff=5886"/>
		<updated>2011-04-20T14:54:18Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{31|}}}|&lt;br /&gt;
{{!}}{{{31|}}}&lt;br /&gt;
{{!}}{{{32|}}}&lt;br /&gt;
{{!}}{{{33|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{34|}}}|&lt;br /&gt;
{{!}}{{{34|}}}&lt;br /&gt;
{{!}}{{{35|}}}&lt;br /&gt;
{{!}}{{{36|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{37|}}}|&lt;br /&gt;
{{!}}{{{37|}}}&lt;br /&gt;
{{!}}{{{38|}}}&lt;br /&gt;
{{!}}{{{39|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{40|}}}|&lt;br /&gt;
{{!}}{{{40|}}}&lt;br /&gt;
{{!}}{{{41|}}}&lt;br /&gt;
{{!}}{{{42|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{43|}}}|&lt;br /&gt;
{{!}}{{{43|}}}&lt;br /&gt;
{{!}}{{{44|}}}&lt;br /&gt;
{{!}}{{{45|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{46|}}}|&lt;br /&gt;
{{!}}{{{46|}}}&lt;br /&gt;
{{!}}{{{47|}}}&lt;br /&gt;
{{!}}{{{48|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{49|}}}|&lt;br /&gt;
{{!}}{{{49|}}}&lt;br /&gt;
{{!}}{{{50|}}}&lt;br /&gt;
{{!}}{{{51|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{52|}}}|&lt;br /&gt;
{{!}}{{{52|}}}&lt;br /&gt;
{{!}}{{{53|}}}&lt;br /&gt;
{{!}}{{{54|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{55|}}}|&lt;br /&gt;
{{!}}{{{55|}}}&lt;br /&gt;
{{!}}{{{56|}}}&lt;br /&gt;
{{!}}{{{57|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{58|}}}|&lt;br /&gt;
{{!}}{{{58|}}}&lt;br /&gt;
{{!}}{{{59|}}}&lt;br /&gt;
{{!}}{{{60|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{61|}}}|&lt;br /&gt;
{{!}}{{{61|}}}&lt;br /&gt;
{{!}}{{{62|}}}&lt;br /&gt;
{{!}}{{{63|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{64|}}}|&lt;br /&gt;
{{!}}{{{64|}}}&lt;br /&gt;
{{!}}{{{65|}}}&lt;br /&gt;
{{!}}{{{66|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{67|}}}|&lt;br /&gt;
{{!}}{{{67|}}}&lt;br /&gt;
{{!}}{{{68|}}}&lt;br /&gt;
{{!}}{{{69|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{70|}}}|&lt;br /&gt;
{{!}}{{{70|}}}&lt;br /&gt;
{{!}}{{{71|}}}&lt;br /&gt;
{{!}}{{{72|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{73|}}}|&lt;br /&gt;
{{!}}{{{73|}}}&lt;br /&gt;
{{!}}{{{74|}}}&lt;br /&gt;
{{!}}{{{75|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{76|}}}|&lt;br /&gt;
{{!}}{{{76|}}}&lt;br /&gt;
{{!}}{{{77|}}}&lt;br /&gt;
{{!}}{{{78|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{79|}}}|&lt;br /&gt;
{{!}}{{{79|}}}&lt;br /&gt;
{{!}}{{{80|}}}&lt;br /&gt;
{{!}}{{{81|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{82|}}}|&lt;br /&gt;
{{!}}{{{82|}}}&lt;br /&gt;
{{!}}{{{83|}}}&lt;br /&gt;
{{!}}{{{84|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{85|}}}|&lt;br /&gt;
{{!}}{{{85|}}}&lt;br /&gt;
{{!}}{{{86|}}}&lt;br /&gt;
{{!}}{{{87|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{88|}}}|&lt;br /&gt;
{{!}}{{{88|}}}&lt;br /&gt;
{{!}}{{{89|}}}&lt;br /&gt;
{{!}}{{{90|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{91|}}}|&lt;br /&gt;
{{!}}{{{91|}}}&lt;br /&gt;
{{!}}{{{92|}}}&lt;br /&gt;
{{!}}{{{93|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{94|}}}|&lt;br /&gt;
{{!}}{{{94|}}}&lt;br /&gt;
{{!}}{{{95|}}}&lt;br /&gt;
{{!}}{{{96|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{97|}}}|&lt;br /&gt;
{{!}}{{{97|}}}&lt;br /&gt;
{{!}}{{{98|}}}&lt;br /&gt;
{{!}}{{{99|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{100|}}}|&lt;br /&gt;
{{!}}{{{100|}}}&lt;br /&gt;
{{!}}{{{101|}}}&lt;br /&gt;
{{!}}{{{102|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{103|}}}|&lt;br /&gt;
{{!}}{{{103|}}}&lt;br /&gt;
{{!}}{{{104|}}}&lt;br /&gt;
{{!}}{{{105|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{106|}}}|&lt;br /&gt;
{{!}}{{{106|}}}&lt;br /&gt;
{{!}}{{{107|}}}&lt;br /&gt;
{{!}}{{{108|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{109|}}}|&lt;br /&gt;
{{!}}{{{109|}}}&lt;br /&gt;
{{!}}{{{110|}}}&lt;br /&gt;
{{!}}{{{111|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{112|}}}|&lt;br /&gt;
{{!}}{{{112|}}}&lt;br /&gt;
{{!}}{{{113|}}}&lt;br /&gt;
{{!}}{{{114|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{115|}}}|&lt;br /&gt;
{{!}}{{{115|}}}&lt;br /&gt;
{{!}}{{{116|}}}&lt;br /&gt;
{{!}}{{{117|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{118|}}}|&lt;br /&gt;
{{!}}{{{118|}}}&lt;br /&gt;
{{!}}{{{119|}}}&lt;br /&gt;
{{!}}{{{120|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{121|}}}|&lt;br /&gt;
{{!}}{{{121|}}}&lt;br /&gt;
{{!}}{{{122|}}}&lt;br /&gt;
{{!}}{{{123|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{124|}}}|&lt;br /&gt;
{{!}}{{{124|}}}&lt;br /&gt;
{{!}}{{{125|}}}&lt;br /&gt;
{{!}}{{{126|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{127|}}}|&lt;br /&gt;
{{!}}{{{127|}}}&lt;br /&gt;
{{!}}{{{128|}}}&lt;br /&gt;
{{!}}{{{129|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{130|}}}|&lt;br /&gt;
{{!}}{{{130|}}}&lt;br /&gt;
{{!}}{{{131|}}}&lt;br /&gt;
{{!}}{{{132|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{133|}}}|&lt;br /&gt;
{{!}}{{{133|}}}&lt;br /&gt;
{{!}}{{{134|}}}&lt;br /&gt;
{{!}}{{{135|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{136|}}}|&lt;br /&gt;
{{!}}{{{136|}}}&lt;br /&gt;
{{!}}{{{137|}}}&lt;br /&gt;
{{!}}{{{138|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{139|}}}|&lt;br /&gt;
{{!}}{{{139|}}}&lt;br /&gt;
{{!}}{{{140|}}}&lt;br /&gt;
{{!}}{{{141|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{142|}}}|&lt;br /&gt;
{{!}}{{{142|}}}&lt;br /&gt;
{{!}}{{{143|}}}&lt;br /&gt;
{{!}}{{{144|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{145|}}}|&lt;br /&gt;
{{!}}{{{145|}}}&lt;br /&gt;
{{!}}{{{146|}}}&lt;br /&gt;
{{!}}{{{147|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{148|}}}|&lt;br /&gt;
{{!}}{{{148|}}}&lt;br /&gt;
{{!}}{{{149|}}}&lt;br /&gt;
{{!}}{{{150|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{151|}}}|&lt;br /&gt;
{{!}}{{{151|}}}&lt;br /&gt;
{{!}}{{{152|}}}&lt;br /&gt;
{{!}}{{{153|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{154|}}}|&lt;br /&gt;
{{!}}{{{154|}}}&lt;br /&gt;
{{!}}{{{155|}}}&lt;br /&gt;
{{!}}{{{156|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{157|}}}|&lt;br /&gt;
{{!}}{{{157|}}}&lt;br /&gt;
{{!}}{{{158|}}}&lt;br /&gt;
{{!}}{{{159|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{160|}}}|&lt;br /&gt;
{{!}}{{{160|}}}&lt;br /&gt;
{{!}}{{{161|}}}&lt;br /&gt;
{{!}}{{{162|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{163|}}}|&lt;br /&gt;
{{!}}{{{163|}}}&lt;br /&gt;
{{!}}{{{164|}}}&lt;br /&gt;
{{!}}{{{165|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{166|}}}|&lt;br /&gt;
{{!}}{{{166|}}}&lt;br /&gt;
{{!}}{{{167|}}}&lt;br /&gt;
{{!}}{{{168|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{169|}}}|&lt;br /&gt;
{{!}}{{{169|}}}&lt;br /&gt;
{{!}}{{{170|}}}&lt;br /&gt;
{{!}}{{{171|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{172|}}}|&lt;br /&gt;
{{!}}{{{172|}}}&lt;br /&gt;
{{!}}{{{173|}}}&lt;br /&gt;
{{!}}{{{174|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{175|}}}|&lt;br /&gt;
{{!}}{{{175|}}}&lt;br /&gt;
{{!}}{{{176|}}}&lt;br /&gt;
{{!}}{{{177|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{178|}}}|&lt;br /&gt;
{{!}}{{{178|}}}&lt;br /&gt;
{{!}}{{{179|}}}&lt;br /&gt;
{{!}}{{{180|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{181|}}}|&lt;br /&gt;
{{!}}{{{181|}}}&lt;br /&gt;
{{!}}{{{182|}}}&lt;br /&gt;
{{!}}{{{183|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{184|}}}|&lt;br /&gt;
{{!}}{{{184|}}}&lt;br /&gt;
{{!}}{{{185|}}}&lt;br /&gt;
{{!}}{{{186|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{187|}}}|&lt;br /&gt;
{{!}}{{{187|}}}&lt;br /&gt;
{{!}}{{{188|}}}&lt;br /&gt;
{{!}}{{{189|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{190|}}}|&lt;br /&gt;
{{!}}{{{190|}}}&lt;br /&gt;
{{!}}{{{191|}}}&lt;br /&gt;
{{!}}{{{192|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{193|}}}|&lt;br /&gt;
{{!}}{{{193|}}}&lt;br /&gt;
{{!}}{{{194|}}}&lt;br /&gt;
{{!}}{{{195|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{196|}}}|&lt;br /&gt;
{{!}}{{{196|}}}&lt;br /&gt;
{{!}}{{{197|}}}&lt;br /&gt;
{{!}}{{{198|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{199|}}}|&lt;br /&gt;
{{!}}{{{199|}}}&lt;br /&gt;
{{!}}{{{200|}}}&lt;br /&gt;
{{!}}{{{201|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{202|}}}|&lt;br /&gt;
{{!}}{{{202|}}}&lt;br /&gt;
{{!}}{{{203|}}}&lt;br /&gt;
{{!}}{{{204|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{205|}}}|&lt;br /&gt;
{{!}}{{{205|}}}&lt;br /&gt;
{{!}}{{{206|}}}&lt;br /&gt;
{{!}}{{{207|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{208|}}}|&lt;br /&gt;
{{!}}{{{208|}}}&lt;br /&gt;
{{!}}{{{209|}}}&lt;br /&gt;
{{!}}{{{210|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{211|}}}|&lt;br /&gt;
{{!}}{{{211|}}}&lt;br /&gt;
{{!}}{{{212|}}}&lt;br /&gt;
{{!}}{{{213|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{214|}}}|&lt;br /&gt;
{{!}}{{{214|}}}&lt;br /&gt;
{{!}}{{{215|}}}&lt;br /&gt;
{{!}}{{{216|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{217|}}}|&lt;br /&gt;
{{!}}{{{217|}}}&lt;br /&gt;
{{!}}{{{218|}}}&lt;br /&gt;
{{!}}{{{219|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{220|}}}|&lt;br /&gt;
{{!}}{{{220|}}}&lt;br /&gt;
{{!}}{{{221|}}}&lt;br /&gt;
{{!}}{{{222|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{223|}}}|&lt;br /&gt;
{{!}}{{{223|}}}&lt;br /&gt;
{{!}}{{{224|}}}&lt;br /&gt;
{{!}}{{{225|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{226|}}}|&lt;br /&gt;
{{!}}{{{226|}}}&lt;br /&gt;
{{!}}{{{227|}}}&lt;br /&gt;
{{!}}{{{228|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{229|}}}|&lt;br /&gt;
{{!}}{{{229|}}}&lt;br /&gt;
{{!}}{{{230|}}}&lt;br /&gt;
{{!}}{{{231|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{232|}}}|&lt;br /&gt;
{{!}}{{{232|}}}&lt;br /&gt;
{{!}}{{{233|}}}&lt;br /&gt;
{{!}}{{{234|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{235|}}}|&lt;br /&gt;
{{!}}{{{235|}}}&lt;br /&gt;
{{!}}{{{236|}}}&lt;br /&gt;
{{!}}{{{237|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{238|}}}|&lt;br /&gt;
{{!}}{{{238|}}}&lt;br /&gt;
{{!}}{{{239|}}}&lt;br /&gt;
{{!}}{{{240|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{241|}}}|&lt;br /&gt;
{{!}}{{{241|}}}&lt;br /&gt;
{{!}}{{{242|}}}&lt;br /&gt;
{{!}}{{{243|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{244|}}}|&lt;br /&gt;
{{!}}{{{244|}}}&lt;br /&gt;
{{!}}{{{245|}}}&lt;br /&gt;
{{!}}{{{246|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{247|}}}|&lt;br /&gt;
{{!}}{{{247|}}}&lt;br /&gt;
{{!}}{{{248|}}}&lt;br /&gt;
{{!}}{{{249|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{250|}}}|&lt;br /&gt;
{{!}}{{{250|}}}&lt;br /&gt;
{{!}}{{{251|}}}&lt;br /&gt;
{{!}}{{{252|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{253|}}}|&lt;br /&gt;
{{!}}{{{253|}}}&lt;br /&gt;
{{!}}{{{254|}}}&lt;br /&gt;
{{!}}{{{255|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{256|}}}|&lt;br /&gt;
{{!}}{{{256|}}}&lt;br /&gt;
{{!}}{{{257|}}}&lt;br /&gt;
{{!}}{{{258|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{259|}}}|&lt;br /&gt;
{{!}}{{{259|}}}&lt;br /&gt;
{{!}}{{{260|}}}&lt;br /&gt;
{{!}}{{{261|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:!&amp;diff=5885</id>
		<title>Template:!</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:!&amp;diff=5885"/>
		<updated>2011-04-20T14:53:34Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;|&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;|&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=MethodsList&amp;diff=5884</id>
		<title>MethodsList</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=MethodsList&amp;diff=5884"/>
		<updated>2011-04-20T14:53:02Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;{| border=&amp;quot;1&amp;quot; |- !Name !Type !Description |- {{#if:{{{1|}}}| {{!}}{{{1|}}} {{!}}{{{2|}}} {{!}}{{{3|}}} {{!}}- {{#if:{{{4|}}}| {{!}}{{{4|}}} {{!}}{{{5|}}} {{!}}{{{6|}}} {{!}}- {{#...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
{{#if:{{{1|}}}|&lt;br /&gt;
{{!}}{{{1|}}}&lt;br /&gt;
{{!}}{{{2|}}}&lt;br /&gt;
{{!}}{{{3|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{4|}}}|&lt;br /&gt;
{{!}}{{{4|}}}&lt;br /&gt;
{{!}}{{{5|}}}&lt;br /&gt;
{{!}}{{{6|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{7|}}}|&lt;br /&gt;
{{!}}{{{7|}}}&lt;br /&gt;
{{!}}{{{8|}}}&lt;br /&gt;
{{!}}{{{9|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{10|}}}|&lt;br /&gt;
{{!}}{{{10|}}}&lt;br /&gt;
{{!}}{{{11|}}}&lt;br /&gt;
{{!}}{{{12|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{13|}}}|&lt;br /&gt;
{{!}}{{{13|}}}&lt;br /&gt;
{{!}}{{{14|}}}&lt;br /&gt;
{{!}}{{{15|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{16|}}}|&lt;br /&gt;
{{!}}{{{16|}}}&lt;br /&gt;
{{!}}{{{17|}}}&lt;br /&gt;
{{!}}{{{18|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{19|}}}|&lt;br /&gt;
{{!}}{{{19|}}}&lt;br /&gt;
{{!}}{{{20|}}}&lt;br /&gt;
{{!}}{{{21|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{22|}}}|&lt;br /&gt;
{{!}}{{{22|}}}&lt;br /&gt;
{{!}}{{{23|}}}&lt;br /&gt;
{{!}}{{{24|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{25|}}}|&lt;br /&gt;
{{!}}{{{25|}}}&lt;br /&gt;
{{!}}{{{26|}}}&lt;br /&gt;
{{!}}{{{27|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{28|}}}|&lt;br /&gt;
{{!}}{{{28|}}}&lt;br /&gt;
{{!}}{{{29|}}}&lt;br /&gt;
{{!}}{{{30|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{31|}}}|&lt;br /&gt;
{{!}}{{{31|}}}&lt;br /&gt;
{{!}}{{{32|}}}&lt;br /&gt;
{{!}}{{{33|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{34|}}}|&lt;br /&gt;
{{!}}{{{34|}}}&lt;br /&gt;
{{!}}{{{35|}}}&lt;br /&gt;
{{!}}{{{36|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{37|}}}|&lt;br /&gt;
{{!}}{{{37|}}}&lt;br /&gt;
{{!}}{{{38|}}}&lt;br /&gt;
{{!}}{{{39|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{40|}}}|&lt;br /&gt;
{{!}}{{{40|}}}&lt;br /&gt;
{{!}}{{{41|}}}&lt;br /&gt;
{{!}}{{{42|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{43|}}}|&lt;br /&gt;
{{!}}{{{43|}}}&lt;br /&gt;
{{!}}{{{44|}}}&lt;br /&gt;
{{!}}{{{45|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{46|}}}|&lt;br /&gt;
{{!}}{{{46|}}}&lt;br /&gt;
{{!}}{{{47|}}}&lt;br /&gt;
{{!}}{{{48|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{49|}}}|&lt;br /&gt;
{{!}}{{{49|}}}&lt;br /&gt;
{{!}}{{{50|}}}&lt;br /&gt;
{{!}}{{{51|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{52|}}}|&lt;br /&gt;
{{!}}{{{52|}}}&lt;br /&gt;
{{!}}{{{53|}}}&lt;br /&gt;
{{!}}{{{54|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{55|}}}|&lt;br /&gt;
{{!}}{{{55|}}}&lt;br /&gt;
{{!}}{{{56|}}}&lt;br /&gt;
{{!}}{{{57|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{58|}}}|&lt;br /&gt;
{{!}}{{{58|}}}&lt;br /&gt;
{{!}}{{{59|}}}&lt;br /&gt;
{{!}}{{{60|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{61|}}}|&lt;br /&gt;
{{!}}{{{61|}}}&lt;br /&gt;
{{!}}{{{62|}}}&lt;br /&gt;
{{!}}{{{63|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{64|}}}|&lt;br /&gt;
{{!}}{{{64|}}}&lt;br /&gt;
{{!}}{{{65|}}}&lt;br /&gt;
{{!}}{{{66|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{67|}}}|&lt;br /&gt;
{{!}}{{{67|}}}&lt;br /&gt;
{{!}}{{{68|}}}&lt;br /&gt;
{{!}}{{{69|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{70|}}}|&lt;br /&gt;
{{!}}{{{70|}}}&lt;br /&gt;
{{!}}{{{71|}}}&lt;br /&gt;
{{!}}{{{72|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{73|}}}|&lt;br /&gt;
{{!}}{{{73|}}}&lt;br /&gt;
{{!}}{{{74|}}}&lt;br /&gt;
{{!}}{{{75|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{76|}}}|&lt;br /&gt;
{{!}}{{{76|}}}&lt;br /&gt;
{{!}}{{{77|}}}&lt;br /&gt;
{{!}}{{{78|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{79|}}}|&lt;br /&gt;
{{!}}{{{79|}}}&lt;br /&gt;
{{!}}{{{80|}}}&lt;br /&gt;
{{!}}{{{81|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{82|}}}|&lt;br /&gt;
{{!}}{{{82|}}}&lt;br /&gt;
{{!}}{{{83|}}}&lt;br /&gt;
{{!}}{{{84|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{85|}}}|&lt;br /&gt;
{{!}}{{{85|}}}&lt;br /&gt;
{{!}}{{{86|}}}&lt;br /&gt;
{{!}}{{{87|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{88|}}}|&lt;br /&gt;
{{!}}{{{88|}}}&lt;br /&gt;
{{!}}{{{89|}}}&lt;br /&gt;
{{!}}{{{90|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{91|}}}|&lt;br /&gt;
{{!}}{{{91|}}}&lt;br /&gt;
{{!}}{{{92|}}}&lt;br /&gt;
{{!}}{{{93|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{94|}}}|&lt;br /&gt;
{{!}}{{{94|}}}&lt;br /&gt;
{{!}}{{{95|}}}&lt;br /&gt;
{{!}}{{{96|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{97|}}}|&lt;br /&gt;
{{!}}{{{97|}}}&lt;br /&gt;
{{!}}{{{98|}}}&lt;br /&gt;
{{!}}{{{99|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{100|}}}|&lt;br /&gt;
{{!}}{{{100|}}}&lt;br /&gt;
{{!}}{{{101|}}}&lt;br /&gt;
{{!}}{{{102|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{103|}}}|&lt;br /&gt;
{{!}}{{{103|}}}&lt;br /&gt;
{{!}}{{{104|}}}&lt;br /&gt;
{{!}}{{{105|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{106|}}}|&lt;br /&gt;
{{!}}{{{106|}}}&lt;br /&gt;
{{!}}{{{107|}}}&lt;br /&gt;
{{!}}{{{108|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{109|}}}|&lt;br /&gt;
{{!}}{{{109|}}}&lt;br /&gt;
{{!}}{{{110|}}}&lt;br /&gt;
{{!}}{{{111|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{112|}}}|&lt;br /&gt;
{{!}}{{{112|}}}&lt;br /&gt;
{{!}}{{{113|}}}&lt;br /&gt;
{{!}}{{{114|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{115|}}}|&lt;br /&gt;
{{!}}{{{115|}}}&lt;br /&gt;
{{!}}{{{116|}}}&lt;br /&gt;
{{!}}{{{117|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{118|}}}|&lt;br /&gt;
{{!}}{{{118|}}}&lt;br /&gt;
{{!}}{{{119|}}}&lt;br /&gt;
{{!}}{{{120|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{121|}}}|&lt;br /&gt;
{{!}}{{{121|}}}&lt;br /&gt;
{{!}}{{{122|}}}&lt;br /&gt;
{{!}}{{{123|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{124|}}}|&lt;br /&gt;
{{!}}{{{124|}}}&lt;br /&gt;
{{!}}{{{125|}}}&lt;br /&gt;
{{!}}{{{126|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{127|}}}|&lt;br /&gt;
{{!}}{{{127|}}}&lt;br /&gt;
{{!}}{{{128|}}}&lt;br /&gt;
{{!}}{{{129|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{130|}}}|&lt;br /&gt;
{{!}}{{{130|}}}&lt;br /&gt;
{{!}}{{{131|}}}&lt;br /&gt;
{{!}}{{{132|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{133|}}}|&lt;br /&gt;
{{!}}{{{133|}}}&lt;br /&gt;
{{!}}{{{134|}}}&lt;br /&gt;
{{!}}{{{135|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{136|}}}|&lt;br /&gt;
{{!}}{{{136|}}}&lt;br /&gt;
{{!}}{{{137|}}}&lt;br /&gt;
{{!}}{{{138|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{139|}}}|&lt;br /&gt;
{{!}}{{{139|}}}&lt;br /&gt;
{{!}}{{{140|}}}&lt;br /&gt;
{{!}}{{{141|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{142|}}}|&lt;br /&gt;
{{!}}{{{142|}}}&lt;br /&gt;
{{!}}{{{143|}}}&lt;br /&gt;
{{!}}{{{144|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{145|}}}|&lt;br /&gt;
{{!}}{{{145|}}}&lt;br /&gt;
{{!}}{{{146|}}}&lt;br /&gt;
{{!}}{{{147|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{148|}}}|&lt;br /&gt;
{{!}}{{{148|}}}&lt;br /&gt;
{{!}}{{{149|}}}&lt;br /&gt;
{{!}}{{{150|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{151|}}}|&lt;br /&gt;
{{!}}{{{151|}}}&lt;br /&gt;
{{!}}{{{152|}}}&lt;br /&gt;
{{!}}{{{153|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{154|}}}|&lt;br /&gt;
{{!}}{{{154|}}}&lt;br /&gt;
{{!}}{{{155|}}}&lt;br /&gt;
{{!}}{{{156|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{157|}}}|&lt;br /&gt;
{{!}}{{{157|}}}&lt;br /&gt;
{{!}}{{{158|}}}&lt;br /&gt;
{{!}}{{{159|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{160|}}}|&lt;br /&gt;
{{!}}{{{160|}}}&lt;br /&gt;
{{!}}{{{161|}}}&lt;br /&gt;
{{!}}{{{162|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{163|}}}|&lt;br /&gt;
{{!}}{{{163|}}}&lt;br /&gt;
{{!}}{{{164|}}}&lt;br /&gt;
{{!}}{{{165|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{166|}}}|&lt;br /&gt;
{{!}}{{{166|}}}&lt;br /&gt;
{{!}}{{{167|}}}&lt;br /&gt;
{{!}}{{{168|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{169|}}}|&lt;br /&gt;
{{!}}{{{169|}}}&lt;br /&gt;
{{!}}{{{170|}}}&lt;br /&gt;
{{!}}{{{171|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{172|}}}|&lt;br /&gt;
{{!}}{{{172|}}}&lt;br /&gt;
{{!}}{{{173|}}}&lt;br /&gt;
{{!}}{{{174|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{175|}}}|&lt;br /&gt;
{{!}}{{{175|}}}&lt;br /&gt;
{{!}}{{{176|}}}&lt;br /&gt;
{{!}}{{{177|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{178|}}}|&lt;br /&gt;
{{!}}{{{178|}}}&lt;br /&gt;
{{!}}{{{179|}}}&lt;br /&gt;
{{!}}{{{180|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{181|}}}|&lt;br /&gt;
{{!}}{{{181|}}}&lt;br /&gt;
{{!}}{{{182|}}}&lt;br /&gt;
{{!}}{{{183|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{184|}}}|&lt;br /&gt;
{{!}}{{{184|}}}&lt;br /&gt;
{{!}}{{{185|}}}&lt;br /&gt;
{{!}}{{{186|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{187|}}}|&lt;br /&gt;
{{!}}{{{187|}}}&lt;br /&gt;
{{!}}{{{188|}}}&lt;br /&gt;
{{!}}{{{189|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{190|}}}|&lt;br /&gt;
{{!}}{{{190|}}}&lt;br /&gt;
{{!}}{{{191|}}}&lt;br /&gt;
{{!}}{{{192|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{193|}}}|&lt;br /&gt;
{{!}}{{{193|}}}&lt;br /&gt;
{{!}}{{{194|}}}&lt;br /&gt;
{{!}}{{{195|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{196|}}}|&lt;br /&gt;
{{!}}{{{196|}}}&lt;br /&gt;
{{!}}{{{197|}}}&lt;br /&gt;
{{!}}{{{198|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{199|}}}|&lt;br /&gt;
{{!}}{{{199|}}}&lt;br /&gt;
{{!}}{{{200|}}}&lt;br /&gt;
{{!}}{{{201|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{202|}}}|&lt;br /&gt;
{{!}}{{{202|}}}&lt;br /&gt;
{{!}}{{{203|}}}&lt;br /&gt;
{{!}}{{{204|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{205|}}}|&lt;br /&gt;
{{!}}{{{205|}}}&lt;br /&gt;
{{!}}{{{206|}}}&lt;br /&gt;
{{!}}{{{207|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{208|}}}|&lt;br /&gt;
{{!}}{{{208|}}}&lt;br /&gt;
{{!}}{{{209|}}}&lt;br /&gt;
{{!}}{{{210|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{211|}}}|&lt;br /&gt;
{{!}}{{{211|}}}&lt;br /&gt;
{{!}}{{{212|}}}&lt;br /&gt;
{{!}}{{{213|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{214|}}}|&lt;br /&gt;
{{!}}{{{214|}}}&lt;br /&gt;
{{!}}{{{215|}}}&lt;br /&gt;
{{!}}{{{216|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{217|}}}|&lt;br /&gt;
{{!}}{{{217|}}}&lt;br /&gt;
{{!}}{{{218|}}}&lt;br /&gt;
{{!}}{{{219|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{220|}}}|&lt;br /&gt;
{{!}}{{{220|}}}&lt;br /&gt;
{{!}}{{{221|}}}&lt;br /&gt;
{{!}}{{{222|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{223|}}}|&lt;br /&gt;
{{!}}{{{223|}}}&lt;br /&gt;
{{!}}{{{224|}}}&lt;br /&gt;
{{!}}{{{225|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{226|}}}|&lt;br /&gt;
{{!}}{{{226|}}}&lt;br /&gt;
{{!}}{{{227|}}}&lt;br /&gt;
{{!}}{{{228|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{229|}}}|&lt;br /&gt;
{{!}}{{{229|}}}&lt;br /&gt;
{{!}}{{{230|}}}&lt;br /&gt;
{{!}}{{{231|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{232|}}}|&lt;br /&gt;
{{!}}{{{232|}}}&lt;br /&gt;
{{!}}{{{233|}}}&lt;br /&gt;
{{!}}{{{234|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{235|}}}|&lt;br /&gt;
{{!}}{{{235|}}}&lt;br /&gt;
{{!}}{{{236|}}}&lt;br /&gt;
{{!}}{{{237|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{238|}}}|&lt;br /&gt;
{{!}}{{{238|}}}&lt;br /&gt;
{{!}}{{{239|}}}&lt;br /&gt;
{{!}}{{{240|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{241|}}}|&lt;br /&gt;
{{!}}{{{241|}}}&lt;br /&gt;
{{!}}{{{242|}}}&lt;br /&gt;
{{!}}{{{243|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{244|}}}|&lt;br /&gt;
{{!}}{{{244|}}}&lt;br /&gt;
{{!}}{{{245|}}}&lt;br /&gt;
{{!}}{{{246|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{247|}}}|&lt;br /&gt;
{{!}}{{{247|}}}&lt;br /&gt;
{{!}}{{{248|}}}&lt;br /&gt;
{{!}}{{{249|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{250|}}}|&lt;br /&gt;
{{!}}{{{250|}}}&lt;br /&gt;
{{!}}{{{251|}}}&lt;br /&gt;
{{!}}{{{252|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{253|}}}|&lt;br /&gt;
{{!}}{{{253|}}}&lt;br /&gt;
{{!}}{{{254|}}}&lt;br /&gt;
{{!}}{{{255|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{256|}}}|&lt;br /&gt;
{{!}}{{{256|}}}&lt;br /&gt;
{{!}}{{{257|}}}&lt;br /&gt;
{{!}}{{{258|}}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{#if:{{{259|}}}|&lt;br /&gt;
{{!}}{{{259|}}}&lt;br /&gt;
{{!}}{{{260|}}}&lt;br /&gt;
{{!}}{{{261|}}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:Template]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages/Lang&amp;diff=5883</id>
		<title>Template:Languages/Lang</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages/Lang&amp;diff=5883"/>
		<updated>2011-04-20T14:52:03Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;&amp;lt;includeonly&amp;gt;{{#ifexist: {{#if: {{{2|}}} | {{{2}}} | {{#if: {{NAMESPACE}} | {{NAMESPACE}}:}}{{#titleparts:{{BASEPAGENAME}}|2|1}}}}/{{{1}}} | &amp;amp;nbsp;&amp;amp;bull;&amp;amp;#32;&amp;lt;span lang=&amp;quot;{{{1}}}&amp;quot;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#ifexist: {{#if: {{{2|}}} | {{{2}}} | {{#if: {{NAMESPACE}} | {{NAMESPACE}}:}}{{#titleparts:{{BASEPAGENAME}}|2|1}}}}/{{{1}}} | &amp;amp;nbsp;&amp;amp;bull;&amp;amp;#32;&amp;lt;span lang=&amp;quot;{{{1}}}&amp;quot;&amp;gt;{{#if: {{{2|}}}|[[{{{2}}}/{{{1}}}|{{#language:{{{1}}}}}]]| [[:{{NAMESPACE}}:{{#titleparts:{{BASEPAGENAME}}|2|1}}/{{{1}}}|{{#language:{{{1}}}}}]]}}&amp;lt;/span&amp;gt;|&amp;lt;span&amp;gt;&amp;lt;/span&amp;gt;}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Template ==&lt;br /&gt;
&#039;&#039;This sub-template doesn&#039;t display properly when not included.  Please see [[Template:Languages]] for the complete version.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
This template is designed to simplify [[Template:Languages]], by allowing a simpler syntax for adding new languages.  Each language is included by calling this template with the following parameters:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Language code&#039;&#039;&#039; (e.g. fr)&lt;br /&gt;
* (optional) &#039;&#039;&#039;Page name&#039;&#039;&#039; - if not supplied the page is automatically worked out based on where the language template is included.&lt;br /&gt;
&lt;br /&gt;
This template should not be used anywhere except in the Languages template.&lt;br /&gt;
[[Category:Language templates]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Nmbox&amp;diff=5882</id>
		<title>Template:Nmbox</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Nmbox&amp;diff=5882"/>
		<updated>2011-04-20T14:51:26Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;&amp;lt;table class=&amp;quot;nmbox&amp;quot; style=&amp;quot;border:1px solid #AAAAAA; border-collapse:collapse; clear:both; font-size:85%; margin: 0.25em 0;&amp;quot;&amp;gt; &amp;lt;tr style=&amp;quot;background: #EEF3E2&amp;quot;&amp;gt; {{#if:{{{image|}}}...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table class=&amp;quot;nmbox&amp;quot; style=&amp;quot;border:1px solid #AAAAAA; border-collapse:collapse; clear:both; font-size:85%; margin: 0.25em 0;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background: #EEF3E2&amp;quot;&amp;gt;&lt;br /&gt;
{{#if:{{{image|}}}{{{header|}}}&lt;br /&gt;
| &amp;lt;th class=&amp;quot;mbox-image&amp;quot; style=&amp;quot;white-space: nowrap; padding: 4px 1em; border-right: 1px solid #aaaaaa;&amp;quot;&amp;gt;{{{image|}}} {{{header|}}}&amp;lt;/th&amp;gt;&lt;br /&gt;
| &amp;lt;td class=&amp;quot;mbox-empty-cell&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;   &amp;lt;!-- No image. Cell with some width or padding necessary for text cell to have 100% width. --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;td class=&amp;quot;mbox-text&amp;quot; style=&amp;quot;background: #F6F9ED;&amp;quot;&amp;gt;{{{text|}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=5881</id>
		<title>Template:Languages</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:Languages&amp;diff=5881"/>
		<updated>2011-04-20T14:50:57Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;{{nmbox  | text =  &amp;#039;&amp;#039;&amp;#039;English&amp;#039;&amp;#039;&amp;#039; {{Languages/Lang|af|{{{1|}}}| }}{{Languages/Lang|ar|{{{1|}}}| }}{{Languages/Lang|...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{nmbox&lt;br /&gt;
 | text = &lt;br /&gt;
&#039;&#039;&#039;[[{{{1|:{{NAMESPACE}}:{{#titleparts:{{BASEPAGENAME}}|2|1}}}}}|English]]&#039;&#039;&#039; {{Languages/Lang|af|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ar|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ast|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|az|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bcc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|bg|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ca|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|cs|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|da|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|de|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|el|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|eo|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|es|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fa|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|fr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|gu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|he|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|hu|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|id|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|it|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ja|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ka|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ko|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ksh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|kw|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ml|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|mr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ms|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|nl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|no|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|oc|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pl|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|pt-br|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ro|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ru|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|si|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sq|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|sv|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|ta|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|th|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|tr|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|uk|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|vi|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|yue|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hans|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-hant|{{{1|}}}|&lt;br /&gt;
}}{{Languages/Lang|zh-tw|{{{1|}}}}}|&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=5880</id>
		<title>Template:WebHelpFooter</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpFooter&amp;diff=5880"/>
		<updated>2011-04-20T14:50:28Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;{{Languages}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Languages}}&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpHeader&amp;diff=5879</id>
		<title>Template:WebHelpHeader</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Template:WebHelpHeader&amp;diff=5879"/>
		<updated>2011-04-20T14:49:59Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;{{DISPLAYTITLE:{{{1|}}}}}&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:{{{1|}}}}}&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=WebHelp:Exploring_Tracks/4.0&amp;diff=5878</id>
		<title>WebHelp:Exploring Tracks/4.0</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=WebHelp:Exploring_Tracks/4.0&amp;diff=5878"/>
		<updated>2011-04-20T14:49:26Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Created page with &amp;quot;{{WebHelpHeader|Navigating Your Collection}}  The main panel contains several tools to navigate your collection. The most visible of these is the Tree which contains various node...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{WebHelpHeader|Navigating Your Collection}}&lt;br /&gt;
&lt;br /&gt;
The main panel contains several tools to navigate your collection. The most visible of these is the Tree which contains various nodes that allow you to browse content by different attributes. To navigate, select and browse by any [Library.htm node], using the mouse or arrows keys, or by typing text. To fine-tune the results, you can use:&lt;br /&gt;
&lt;br /&gt;
* the &#039;&#039;&#039;Track Browser&#039;&#039;&#039; to select particular attributes&lt;br /&gt;
* the [Search.htm Search bar] to search the contents of the selected node or the entire library (configurable)&lt;br /&gt;
* column headers to sort by any attribute. Hold &amp;amp;lt;Ctrl&amp;amp;gt; while clicking multiple headers to sort by multiple attributes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Exploring-audio-tracks.png]]&lt;br /&gt;
&lt;br /&gt;
Starting from the top, here&#039;s a brief description of the various other functions in the main panel:&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;View toolbar&#039;&#039;&#039; allows you to switch to Album Art view and/or enable the &#039;&#039;&#039;Track Browser&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Navigation toolbar&#039;&#039;&#039; allows you to view where you are in the Library hierarchy, and change locations.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Shortcuts toolbar&#039;&#039;&#039; quickly brings you to various nodes that may not be visible, or switch back and forth between nodes.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[Now Playing.htm Now Playing]&#039;&#039;&#039; window displays the currently active playlist.&lt;br /&gt;
&lt;br /&gt;
The [Album Art.htm &#039;&#039;&#039;Album Art&#039;&#039;&#039;] window shows art for the selected or currently playing track (configurable).&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;[Player.htm Player]&#039;&#039;&#039; displays the currently playing track.&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Status bar&#039;&#039;&#039; under the tracklist shows information about currently selected or playing files, along with status information about any ongoing background activities. Any background activities can be terminated, or increased/decreased in priority by right-clicking on the Status bar.&lt;br /&gt;
&lt;br /&gt;
Related information:&lt;br /&gt;
&lt;br /&gt;
[Library.htm Library Node]&lt;br /&gt;
&lt;br /&gt;
[Playlists.htm Playlists Node]&lt;br /&gt;
&lt;br /&gt;
[My Computer.htm My Computer Node]&lt;br /&gt;
&lt;br /&gt;
[Net Radio.htm Net Radio]&lt;br /&gt;
&lt;br /&gt;
[Podcasts.htm Podcasts]&lt;br /&gt;
&lt;br /&gt;
[Customizing MediaMonkey.htm Customizing MediaMonkey]&lt;br /&gt;
&lt;br /&gt;
{{WebHelpFooter}}&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Installation_Packages_(MM4)&amp;diff=5863</id>
		<title>Installation Packages (MM4)</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Installation_Packages_(MM4)&amp;diff=5863"/>
		<updated>2011-04-06T13:38:09Z</updated>

		<summary type="html">&lt;p&gt;Jiri: /* [Copy] section */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Packages structure==&lt;br /&gt;
&lt;br /&gt;
Additional Extensions can be easily installed in MediaMonkey using Installation Packages. Each installation package is a ZIP &lt;br /&gt;
file with MMIP extension, when such a file is executed, it is automatically installed in MediaMonkey (see Tools|Extensions menu item).&lt;br /&gt;
Inside the package can be included any files that need to be installed, but there are also some special files that can or must be included:&lt;br /&gt;
&lt;br /&gt;
;Install.ini&lt;br /&gt;
:Mandantory - this file describes the package and what to install.&lt;br /&gt;
;App.ico&lt;br /&gt;
:Optional - Icon of the package.&lt;br /&gt;
;Uninstall.ini&lt;br /&gt;
:Optional (but suggested) - describes steps on uninstall, which files to remove, etc.&lt;br /&gt;
;Uninstall.vbs&lt;br /&gt;
:Optional - is automatically preserved by installer and can be called by Uninstall.ini on uninstallation.&lt;br /&gt;
&lt;br /&gt;
===Install.ini file===&lt;br /&gt;
&lt;br /&gt;
The installation file has a structure of an ini file, i.e. some sections with keys and values. &lt;br /&gt;
&lt;br /&gt;
====[Header] section====&lt;br /&gt;
&lt;br /&gt;
Each install.ini file starts with a mandantory section [Header]. It contains basic information about the product being installed, namely:&lt;br /&gt;
&lt;br /&gt;
;ID&lt;br /&gt;
:Unique string identification of the product. It should contain only alphanumeric characters, digits or underscores.&lt;br /&gt;
;Title&lt;br /&gt;
:Product title shown to user.&lt;br /&gt;
;Description&lt;br /&gt;
:Detailed product description.&lt;br /&gt;
;ShowRestartPrompt&lt;br /&gt;
:Setting ShowRestartPrompt to True user will be requested for restart of MediaMonkey after (un)installation has completed. Introduced in MediaMonkey 4.0&lt;br /&gt;
;VersionMajor&lt;br /&gt;
:Major version number.&lt;br /&gt;
;VersionMinor&lt;br /&gt;
:Minor version number.&lt;br /&gt;
;VersionRelease&lt;br /&gt;
:Release number.&lt;br /&gt;
;VersionBuild&lt;br /&gt;
:Build number. Any of these numbers can be missing, e.g. if only VersionMajor and VersionMinor are present, the version number shown to user would be &#039;VersionMajor.VersionMinor&#039;.&lt;br /&gt;
;Type&lt;br /&gt;
:Type of product being installed. Either script, skin or misc. This is used so that MM knows more about the extension.&lt;br /&gt;
;UpdateURL&lt;br /&gt;
:URL where MM should look for updates of this product. If this key is missing, MM can still try to find out whether a new version has been released by asking MM web scripting repository using product ID above.&lt;br /&gt;
;ConfigurationScript&lt;br /&gt;
:A script file to execute. There is either a fully specified path entered here.&lt;br /&gt;
;ConfigurationProcedure&lt;br /&gt;
A name of function to be called within the script file. If this entry is missing or empty, it&#039;s supposed that there&#039;s no need for calling a function and simple execution of the script file does whatever a developer wants to do.&lt;br /&gt;
&lt;br /&gt;
====Other sections====&lt;br /&gt;
&lt;br /&gt;
After the header section, there can follow an arbitrary number of other sections specifying actions installer should do. The possible sections follow.&lt;br /&gt;
&lt;br /&gt;
NOTE: Sections are executed in order of appearance.&lt;br /&gt;
&lt;br /&gt;
====[Copy] section====&lt;br /&gt;
&lt;br /&gt;
This section tells where individual files from the installer ZIP file should be placed. Expected keys there include:&lt;br /&gt;
;Src&lt;br /&gt;
:Source file name in the installer ZIP file.&lt;br /&gt;
;Tgt&lt;br /&gt;
:Destination file path. It can contain constants useful for placing files in common paths (the same as InnoSetup constants). Currently implemented constants: &lt;br /&gt;
:*{app} = MediaMonkey installation folder.&lt;br /&gt;
:*{sys} = Windows system folder.&lt;br /&gt;
:*{gpf} = Plugins folder (All Users).&lt;br /&gt;
:*{lpf} = Plugins folder (Current User).&lt;br /&gt;
:*{gsf} = Scripts folder (All Users).&lt;br /&gt;
:*{lsf} = Scripts folder (Current User).&lt;br /&gt;
:*{lcl} = Locale folder.&lt;br /&gt;
;Flags&lt;br /&gt;
:Comma separated list of flags related to this copy operation. Can be any of:&lt;br /&gt;
:;overwriteifnewer&lt;br /&gt;
::If the target file already exists, it will be overwritten only if the source file is newer. If this flag isn&#039;t specified, the target file will always be overwritten.&lt;br /&gt;
:;regserver&lt;br /&gt;
::If the target file is a DLL library then it registers specified DLL library by calling DllRegisterServer() from it.&lt;br /&gt;
:;onlyifdoesntexist&lt;br /&gt;
::If the target file already exists, it won&#039;t be overwritten by the source file. Note that this flag takes effect only with MediaMonkey 3.2.1 and higher!&lt;br /&gt;
If your package contains various files to be copied, you need one [Copy] Section for each individual file.&lt;br /&gt;
&lt;br /&gt;
====[Delete] section====&lt;br /&gt;
&lt;br /&gt;
This section is primarily for &#039;uninstall.ini&#039; file. The only parameter is:&lt;br /&gt;
&lt;br /&gt;
;File&lt;br /&gt;
:Full path of the file to be deleted.&lt;br /&gt;
&lt;br /&gt;
====[Execute] section====&lt;br /&gt;
&lt;br /&gt;
This section allows developer to execute a script and thus do any other necessary installation/uninstallation actions, for example prepare Scripts.ini content. Expected keys here are:&lt;br /&gt;
;File&lt;br /&gt;
:A script file to execute. Case sensitive. There is either a fully specified path entered here, or if there is no path information, the script is expected to be located in the installation ZIP file and is prepared to a temporary location prior its execution. For uninstaller &#039;uninstall.vbs&#039; can be specified here and it would be called from its location.&lt;br /&gt;
;Function&lt;br /&gt;
:A name of function to be called within the script file. If this entry is missing or empty, it&#039;s supposed that there&#039;s no need for calling a function and simple execution of the script file does whatever a developer wants to do.&lt;br /&gt;
&lt;br /&gt;
===Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&#039;Uninstall.ini&#039; file is very similar to &#039;Install.ini&#039; file, only difference is that [Header] section is optional. Other sections allow developers to properly delete installed files and remove any other traces of installation, e.g. execute a script that would delete some entries in Scripts.ini file.&lt;br /&gt;
&lt;br /&gt;
==Sample Installation Package for Skins==&lt;br /&gt;
Sample MMIP file can contain e.g. the following files:&lt;br /&gt;
*App.ico icons shown in the extenions dialog&lt;br /&gt;
*Install.ini file that tells where stuff is copied to&lt;br /&gt;
*Uninstall.ini tells what should be deleted when uninstalling&lt;br /&gt;
&lt;br /&gt;
===Sample Install.ini file===&lt;br /&gt;
&lt;br /&gt;
Comments in [] should be removed&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ID=UniqueSkinName [this is used when MM needs to see if update is available]&lt;br /&gt;
Title=Skin Name&lt;br /&gt;
Description=Well a description&lt;br /&gt;
VersionMajor=1&lt;br /&gt;
VersionMinor=0&lt;br /&gt;
VersionRelease=0&lt;br /&gt;
VersionBuild=0&lt;br /&gt;
ShowRestartPrompt=1&lt;br /&gt;
Type=skin [so MM knows what it is]&lt;br /&gt;
UpdateURL= http://yourserver/file&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=skinfile.msz&lt;br /&gt;
Tgt={app}\skins\skinfile.msz&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
[you can copy more stuff if you want]&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ShowRestartPrompt=0&lt;br /&gt;
&lt;br /&gt;
[Delete]&lt;br /&gt;
File={app}\skins\skinfile.msz&lt;br /&gt;
File={app}\skins\someicon.ico&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sample Installation Package for Scripts==&lt;br /&gt;
&lt;br /&gt;
===Sample content of MMIP file===&lt;br /&gt;
&lt;br /&gt;
Sample MMIP file can contain e.g. the following files:&lt;br /&gt;
*App.ico&lt;br /&gt;
*Install.ini&lt;br /&gt;
*Sample Option Sheets.vbs&lt;br /&gt;
*Uninstall.ini&lt;br /&gt;
*Uninstall.vbs&lt;br /&gt;
&lt;br /&gt;
===Sample Install.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ID=MyScript1&lt;br /&gt;
Title=Sample Option Sheets&lt;br /&gt;
Description=Sample Option Sheets.vbs&lt;br /&gt;
VersionMajor=1&lt;br /&gt;
VersionMinor=0&lt;br /&gt;
VersionRelease=0&lt;br /&gt;
VersionBuild=0&lt;br /&gt;
Type=script&lt;br /&gt;
UpdateURL=http://localhost/myscript1/version.xml&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Sample Option Sheets.vbs&lt;br /&gt;
Tgt={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Sample.ico&lt;br /&gt;
Tgt={app}\scripts\auto\Sample.ico&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Icons\*.*&lt;br /&gt;
Tgt={app}\Icons\&lt;br /&gt;
&lt;br /&gt;
[Execute]&lt;br /&gt;
File={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
Function=OnStartup()&lt;br /&gt;
&lt;br /&gt;
Use an install.vbs if you need to do more config, like installing menus or other configurations&lt;br /&gt;
[Execute]&lt;br /&gt;
File=install.vbs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample install.vbs===&lt;br /&gt;
&amp;lt;source lang=vb&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;Add entries to script.ini if you need to show up in the Scripts menu&lt;br /&gt;
Dim inip : inip = SDB.ScriptsPath &amp;amp; &amp;quot;Scripts.ini&amp;quot;&lt;br /&gt;
Dim inif : Set inif = SDB.Tools.IniFileByPath(inip)&lt;br /&gt;
If Not (inif Is Nothing) Then&lt;br /&gt;
		&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Filename&amp;quot;) = &amp;quot;PersonalTagEnhancer.vbs&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Procname&amp;quot;) = &amp;quot;PersonalTagEnhancer&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Order&amp;quot;) = &amp;quot;10&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;DisplayName&amp;quot;) = &amp;quot;PersonalTagEnhancer&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Description&amp;quot;) = &amp;quot;Fixes most important tags using personal preferences&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Language&amp;quot;) = &amp;quot;VBScript&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;ScriptType&amp;quot;) = &amp;quot;0&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Shortcut&amp;quot;) = &amp;quot;Ctrl+i&amp;quot;&lt;br /&gt;
	SDB.RefreshScriptItems&lt;br /&gt;
End If &lt;br /&gt;
&lt;br /&gt;
&#039; Add entries for Mediamonkey.ini	&lt;br /&gt;
&#039; Here you set the variables you need&lt;br /&gt;
&#039; all 3 types are shown here&lt;br /&gt;
Dim ini: Set ini = SDB.IniFile&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Enabled&amp;quot;) Then ini.StringValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Enabled&amp;quot;) = &amp;quot;Enabled&amp;quot;&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Timeout&amp;quot;) Then ini.BoolValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Timeout&amp;quot;) = True&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Action&amp;quot;)  Then ini.IntValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Action&amp;quot;) = 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Delete]&lt;br /&gt;
File={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
File={app}\scripts\auto\Sample.ico&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Execute]&lt;br /&gt;
File=Uninstall.vbs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.vbs file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
myName = &amp;quot;Sample Script&amp;quot;    &#039;Put script name here&lt;br /&gt;
iniSec = &amp;quot;SampleScript&amp;quot;     &#039;Put ini section name here&lt;br /&gt;
&lt;br /&gt;
&#039; Deletes settings from MediaMonkey.ini&lt;br /&gt;
MsgDeleteSettings = &amp;quot;Do you want to remove &amp;quot; &amp;amp; myName &amp;amp; &amp;quot; settings as well?&amp;quot; &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;
                    &amp;quot;If you click No, script settings will be left in MediaMonkey.ini&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If (Not (SDB.IniFile Is Nothing)) and (MsgBox(MsgDeleteSettings, vbYesNo) = vbYes) Then&lt;br /&gt;
   SDB.IniFile.DeleteSection(iniSec)&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
&#039;Remove entries from scripts.ini&lt;br /&gt;
Dim inip : inip = SDB.ApplicationPath&amp;amp;&amp;quot;Scripts\Scripts.ini&amp;quot;&lt;br /&gt;
Dim inif : Set inif = SDB.Tools.IniFileByPath(inip)&lt;br /&gt;
If Not (inif Is Nothing) Then&lt;br /&gt;
  inif.DeleteSection(iniSec)&lt;br /&gt;
  SDB.RefreshScriptItems&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample version file===&lt;br /&gt;
&amp;lt;SoftwareVersion&amp;gt;&lt;br /&gt;
&amp;lt;VersionMajor&amp;gt;5&amp;lt;/VersionMajor&amp;gt;&lt;br /&gt;
&amp;lt;VersionMinor&amp;gt;6&amp;lt;/VersionMinor&amp;gt;&lt;br /&gt;
&amp;lt;VersionRelease&amp;gt;0&amp;lt;/VersionRelease&amp;gt;&lt;br /&gt;
&amp;lt;VersionBuild&amp;gt;0&amp;lt;/VersionBuild&amp;gt;&lt;br /&gt;
&amp;lt;UpdateURL&amp;gt;http://url/to/mmip&amp;lt;/UpdateURL&amp;gt;&lt;br /&gt;
&amp;lt;NewVersionDescription&amp;gt;Comment&amp;lt;/NewVersionDescription&amp;gt;&lt;br /&gt;
&amp;lt;/SoftwareVersion&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[SDBIniFile|SDBiniFile object]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Installation_Packages_(MM4)&amp;diff=5862</id>
		<title>Installation Packages (MM4)</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Installation_Packages_(MM4)&amp;diff=5862"/>
		<updated>2011-04-06T12:12:06Z</updated>

		<summary type="html">&lt;p&gt;Jiri: /* [Copy] section */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation Packages structure==&lt;br /&gt;
&lt;br /&gt;
Additional Extensions can be easily installed in MediaMonkey using Installation Packages. Each installation package is a ZIP &lt;br /&gt;
file with MMIP extension, when such a file is executed, it is automatically installed in MediaMonkey (see Tools|Extensions menu item).&lt;br /&gt;
Inside the package can be included any files that need to be installed, but there are also some special files that can or must be included:&lt;br /&gt;
&lt;br /&gt;
;Install.ini&lt;br /&gt;
:Mandantory - this file describes the package and what to install.&lt;br /&gt;
;App.ico&lt;br /&gt;
:Optional - Icon of the package.&lt;br /&gt;
;Uninstall.ini&lt;br /&gt;
:Optional (but suggested) - describes steps on uninstall, which files to remove, etc.&lt;br /&gt;
;Uninstall.vbs&lt;br /&gt;
:Optional - is automatically preserved by installer and can be called by Uninstall.ini on uninstallation.&lt;br /&gt;
&lt;br /&gt;
===Install.ini file===&lt;br /&gt;
&lt;br /&gt;
The installation file has a structure of an ini file, i.e. some sections with keys and values. &lt;br /&gt;
&lt;br /&gt;
====[Header] section====&lt;br /&gt;
&lt;br /&gt;
Each install.ini file starts with a mandantory section [Header]. It contains basic information about the product being installed, namely:&lt;br /&gt;
&lt;br /&gt;
;ID&lt;br /&gt;
:Unique string identification of the product. It should contain only alphanumeric characters, digits or underscores.&lt;br /&gt;
;Title&lt;br /&gt;
:Product title shown to user.&lt;br /&gt;
;Description&lt;br /&gt;
:Detailed product description.&lt;br /&gt;
;ShowRestartPrompt&lt;br /&gt;
:Setting ShowRestartPrompt to True user will be requested for restart of MediaMonkey after (un)installation has completed. Introduced in MediaMonkey 4.0&lt;br /&gt;
;VersionMajor&lt;br /&gt;
:Major version number.&lt;br /&gt;
;VersionMinor&lt;br /&gt;
:Minor version number.&lt;br /&gt;
;VersionRelease&lt;br /&gt;
:Release number.&lt;br /&gt;
;VersionBuild&lt;br /&gt;
:Build number. Any of these numbers can be missing, e.g. if only VersionMajor and VersionMinor are present, the version number shown to user would be &#039;VersionMajor.VersionMinor&#039;.&lt;br /&gt;
;Type&lt;br /&gt;
:Type of product being installed. Either script, skin or misc. This is used so that MM knows more about the extension.&lt;br /&gt;
;UpdateURL&lt;br /&gt;
:URL where MM should look for updates of this product. If this key is missing, MM can still try to find out whether a new version has been released by asking MM web scripting repository using product ID above.&lt;br /&gt;
;ConfigurationScript&lt;br /&gt;
:A script file to execute. There is either a fully specified path entered here.&lt;br /&gt;
;ConfigurationProcedure&lt;br /&gt;
A name of function to be called within the script file. If this entry is missing or empty, it&#039;s supposed that there&#039;s no need for calling a function and simple execution of the script file does whatever a developer wants to do.&lt;br /&gt;
&lt;br /&gt;
====Other sections====&lt;br /&gt;
&lt;br /&gt;
After the header section, there can follow an arbitrary number of other sections specifying actions installer should do. The possible sections follow.&lt;br /&gt;
&lt;br /&gt;
NOTE: Sections are executed in order of appearance.&lt;br /&gt;
&lt;br /&gt;
====[Copy] section====&lt;br /&gt;
&lt;br /&gt;
This section tells where individual files from the installer ZIP file should be placed. Expected keys there include:&lt;br /&gt;
;Src&lt;br /&gt;
:Source file name in the installer ZIP file.&lt;br /&gt;
;Tgt&lt;br /&gt;
:Destination file path. It can contain constants useful for placing files in common paths (the same as InnoSetup constants). Currently implemented constants: &lt;br /&gt;
:*{app} = MediaMonkey installation folder.&lt;br /&gt;
:*{sys} = Windows system folder.&lt;br /&gt;
:*{gpf} = Plugins folder (All Users).&lt;br /&gt;
:*{lpf} = Plugins folder (Current User).&lt;br /&gt;
:*{gsf} = Scripts folder (All Users).&lt;br /&gt;
:*{lsf} = Scripts folder (Current User).&lt;br /&gt;
;Flags&lt;br /&gt;
:Comma separated list of flags related to this copy operation. Can be any of:&lt;br /&gt;
:;overwriteifnewer&lt;br /&gt;
::If the target file already exists, it will be overwritten only if the source file is newer. If this flag isn&#039;t specified, the target file will always be overwritten.&lt;br /&gt;
:;regserver&lt;br /&gt;
::If the target file is a DLL library then it registers specified DLL library by calling DllRegisterServer() from it.&lt;br /&gt;
:;onlyifdoesntexist&lt;br /&gt;
::If the target file already exists, it won&#039;t be overwritten by the source file. Note that this flag takes effect only with MediaMonkey 3.2.1 and higher!&lt;br /&gt;
If your package contains various files to be copied, you need one [Copy] Section for each individual file.&lt;br /&gt;
&lt;br /&gt;
====[Delete] section====&lt;br /&gt;
&lt;br /&gt;
This section is primarily for &#039;uninstall.ini&#039; file. The only parameter is:&lt;br /&gt;
&lt;br /&gt;
;File&lt;br /&gt;
:Full path of the file to be deleted.&lt;br /&gt;
&lt;br /&gt;
====[Execute] section====&lt;br /&gt;
&lt;br /&gt;
This section allows developer to execute a script and thus do any other necessary installation/uninstallation actions, for example prepare Scripts.ini content. Expected keys here are:&lt;br /&gt;
;File&lt;br /&gt;
:A script file to execute. Case sensitive. There is either a fully specified path entered here, or if there is no path information, the script is expected to be located in the installation ZIP file and is prepared to a temporary location prior its execution. For uninstaller &#039;uninstall.vbs&#039; can be specified here and it would be called from its location.&lt;br /&gt;
;Function&lt;br /&gt;
:A name of function to be called within the script file. If this entry is missing or empty, it&#039;s supposed that there&#039;s no need for calling a function and simple execution of the script file does whatever a developer wants to do.&lt;br /&gt;
&lt;br /&gt;
===Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&#039;Uninstall.ini&#039; file is very similar to &#039;Install.ini&#039; file, only difference is that [Header] section is optional. Other sections allow developers to properly delete installed files and remove any other traces of installation, e.g. execute a script that would delete some entries in Scripts.ini file.&lt;br /&gt;
&lt;br /&gt;
==Sample Installation Package for Skins==&lt;br /&gt;
Sample MMIP file can contain e.g. the following files:&lt;br /&gt;
*App.ico icons shown in the extenions dialog&lt;br /&gt;
*Install.ini file that tells where stuff is copied to&lt;br /&gt;
*Uninstall.ini tells what should be deleted when uninstalling&lt;br /&gt;
&lt;br /&gt;
===Sample Install.ini file===&lt;br /&gt;
&lt;br /&gt;
Comments in [] should be removed&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ID=UniqueSkinName [this is used when MM needs to see if update is available]&lt;br /&gt;
Title=Skin Name&lt;br /&gt;
Description=Well a description&lt;br /&gt;
VersionMajor=1&lt;br /&gt;
VersionMinor=0&lt;br /&gt;
VersionRelease=0&lt;br /&gt;
VersionBuild=0&lt;br /&gt;
ShowRestartPrompt=1&lt;br /&gt;
Type=skin [so MM knows what it is]&lt;br /&gt;
UpdateURL= http://yourserver/file&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=skinfile.msz&lt;br /&gt;
Tgt={app}\skins\skinfile.msz&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
[you can copy more stuff if you want]&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ShowRestartPrompt=0&lt;br /&gt;
&lt;br /&gt;
[Delete]&lt;br /&gt;
File={app}\skins\skinfile.msz&lt;br /&gt;
File={app}\skins\someicon.ico&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Sample Installation Package for Scripts==&lt;br /&gt;
&lt;br /&gt;
===Sample content of MMIP file===&lt;br /&gt;
&lt;br /&gt;
Sample MMIP file can contain e.g. the following files:&lt;br /&gt;
*App.ico&lt;br /&gt;
*Install.ini&lt;br /&gt;
*Sample Option Sheets.vbs&lt;br /&gt;
*Uninstall.ini&lt;br /&gt;
*Uninstall.vbs&lt;br /&gt;
&lt;br /&gt;
===Sample Install.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Header]&lt;br /&gt;
ID=MyScript1&lt;br /&gt;
Title=Sample Option Sheets&lt;br /&gt;
Description=Sample Option Sheets.vbs&lt;br /&gt;
VersionMajor=1&lt;br /&gt;
VersionMinor=0&lt;br /&gt;
VersionRelease=0&lt;br /&gt;
VersionBuild=0&lt;br /&gt;
Type=script&lt;br /&gt;
UpdateURL=http://localhost/myscript1/version.xml&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Sample Option Sheets.vbs&lt;br /&gt;
Tgt={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Sample.ico&lt;br /&gt;
Tgt={app}\scripts\auto\Sample.ico&lt;br /&gt;
&lt;br /&gt;
[Copy]&lt;br /&gt;
Src=Icons\*.*&lt;br /&gt;
Tgt={app}\Icons\&lt;br /&gt;
&lt;br /&gt;
[Execute]&lt;br /&gt;
File={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
Function=OnStartup()&lt;br /&gt;
&lt;br /&gt;
Use an install.vbs if you need to do more config, like installing menus or other configurations&lt;br /&gt;
[Execute]&lt;br /&gt;
File=install.vbs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample install.vbs===&lt;br /&gt;
&amp;lt;source lang=vb&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;Add entries to script.ini if you need to show up in the Scripts menu&lt;br /&gt;
Dim inip : inip = SDB.ScriptsPath &amp;amp; &amp;quot;Scripts.ini&amp;quot;&lt;br /&gt;
Dim inif : Set inif = SDB.Tools.IniFileByPath(inip)&lt;br /&gt;
If Not (inif Is Nothing) Then&lt;br /&gt;
		&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Filename&amp;quot;) = &amp;quot;PersonalTagEnhancer.vbs&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Procname&amp;quot;) = &amp;quot;PersonalTagEnhancer&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Order&amp;quot;) = &amp;quot;10&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;DisplayName&amp;quot;) = &amp;quot;PersonalTagEnhancer&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Description&amp;quot;) = &amp;quot;Fixes most important tags using personal preferences&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Language&amp;quot;) = &amp;quot;VBScript&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;ScriptType&amp;quot;) = &amp;quot;0&amp;quot;&lt;br /&gt;
	inif.StringValue(scriptName,&amp;quot;Shortcut&amp;quot;) = &amp;quot;Ctrl+i&amp;quot;&lt;br /&gt;
	SDB.RefreshScriptItems&lt;br /&gt;
End If &lt;br /&gt;
&lt;br /&gt;
&#039; Add entries for Mediamonkey.ini	&lt;br /&gt;
&#039; Here you set the variables you need&lt;br /&gt;
&#039; all 3 types are shown here&lt;br /&gt;
Dim ini: Set ini = SDB.IniFile&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Enabled&amp;quot;) Then ini.StringValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Enabled&amp;quot;) = &amp;quot;Enabled&amp;quot;&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Timeout&amp;quot;) Then ini.BoolValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Timeout&amp;quot;) = True&lt;br /&gt;
If Not ini.ValueExists(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Action&amp;quot;)  Then ini.IntValue(&amp;quot;AdvShutdown&amp;quot;,&amp;quot;Action&amp;quot;) = 1&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.ini file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=ini&amp;gt;&lt;br /&gt;
[Delete]&lt;br /&gt;
File={app}\scripts\auto\Sample Option Sheets.vbs&lt;br /&gt;
File={app}\scripts\auto\Sample.ico&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[Execute]&lt;br /&gt;
File=Uninstall.vbs&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample Uninstall.vbs file===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
myName = &amp;quot;Sample Script&amp;quot;    &#039;Put script name here&lt;br /&gt;
iniSec = &amp;quot;SampleScript&amp;quot;     &#039;Put ini section name here&lt;br /&gt;
&lt;br /&gt;
&#039; Deletes settings from MediaMonkey.ini&lt;br /&gt;
MsgDeleteSettings = &amp;quot;Do you want to remove &amp;quot; &amp;amp; myName &amp;amp; &amp;quot; settings as well?&amp;quot; &amp;amp; vbNewLine &amp;amp; _&lt;br /&gt;
                    &amp;quot;If you click No, script settings will be left in MediaMonkey.ini&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If (Not (SDB.IniFile Is Nothing)) and (MsgBox(MsgDeleteSettings, vbYesNo) = vbYes) Then&lt;br /&gt;
   SDB.IniFile.DeleteSection(iniSec)&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
&#039;Remove entries from scripts.ini&lt;br /&gt;
Dim inip : inip = SDB.ApplicationPath&amp;amp;&amp;quot;Scripts\Scripts.ini&amp;quot;&lt;br /&gt;
Dim inif : Set inif = SDB.Tools.IniFileByPath(inip)&lt;br /&gt;
If Not (inif Is Nothing) Then&lt;br /&gt;
  inif.DeleteSection(iniSec)&lt;br /&gt;
  SDB.RefreshScriptItems&lt;br /&gt;
End If&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Sample version file===&lt;br /&gt;
&amp;lt;SoftwareVersion&amp;gt;&lt;br /&gt;
&amp;lt;VersionMajor&amp;gt;5&amp;lt;/VersionMajor&amp;gt;&lt;br /&gt;
&amp;lt;VersionMinor&amp;gt;6&amp;lt;/VersionMinor&amp;gt;&lt;br /&gt;
&amp;lt;VersionRelease&amp;gt;0&amp;lt;/VersionRelease&amp;gt;&lt;br /&gt;
&amp;lt;VersionBuild&amp;gt;0&amp;lt;/VersionBuild&amp;gt;&lt;br /&gt;
&amp;lt;UpdateURL&amp;gt;http://url/to/mmip&amp;lt;/UpdateURL&amp;gt;&lt;br /&gt;
&amp;lt;NewVersionDescription&amp;gt;Comment&amp;lt;/NewVersionDescription&amp;gt;&lt;br /&gt;
&amp;lt;/SoftwareVersion&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[SDBIniFile|SDBiniFile object]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Scripting_Tips_%26_Tricks_(MM4)&amp;diff=5767</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=5767"/>
		<updated>2010-12-23T15:53:27Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Added: Making scripts ready for per-user installations&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]] (e.g. using &#039;&#039;&#039;SDB.Tools.OutputDebugString(&amp;quot;Test1&amp;quot;)&#039;&#039;&#039;) 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;
=== Internal mechanism of script loading ===&lt;br /&gt;
&lt;br /&gt;
Normally, you don&#039;t need to know much about internal handling of scripts by MediaMonkey, but sometimes it might be useful to know, when exactly scripts are loaded.&lt;br /&gt;
&lt;br /&gt;
When some function of a script is about to be executed (e.g. OnStartup function of auto-scripts), the script is loaded to memory and executed as necessary. When the execution finishes, the script is again unloaded from memory. However, there is on exception - if you register some event (by calling RegisterEvent function), the script remains still loaded in memory, until all registered events are unregistered, then it&#039;s unloaded.&lt;br /&gt;
&lt;br /&gt;
This is good to know when you plan some sharing of variables. While the script is loaded in memory, you can use its global variables, but if you need to persist some values or objects between script sessions, you have to use some other mechanism (ini files, Objects collection, ...).&lt;br /&gt;
&lt;br /&gt;
Note that starting from MediaMonkey 3.1.0.1205, there is always at most one instance of script loaded in memory. In older versions, if a script registered some events and then e.g. Option sheet functions were called back by MediaMonkey, they were processed in another instance of the script. Now they are processed in the already loaded instance, which helps avoid some memory leaks, is easier to handle and is also faster to process.&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;
=== Making scripts ready for per-user installations ===&lt;br /&gt;
Starting from MediaMonkey 4.0, scripts can be (and are suggested to be) installed per-user, and so they don&#039;t have to be installed in Program Files folder, but are installed in local Windows folders. The mechanism in MM is internally make as transparent as possible, so that scripts don&#039;t have to care much about their installed location. That said, some pre-4.0 scripts might need tweaking. For example, a popular script Lyricator has &amp;gt;1000 lines, but there&#039;s only one change needed in order to get it working under local installation, namely:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;Dim sAppPath: sAppPath = sdb.ApplicationPath &amp;amp; &amp;quot;Scripts\Lyricator\&amp;quot;&amp;lt;/source&amp;gt;&lt;br /&gt;
needs to be changed to&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;Dim sAppPath: sAppPath = sdb.ScriptsPath &amp;amp; &amp;quot;Lyricator\&amp;quot;&amp;lt;/source&amp;gt;&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;
* [http://technet.microsoft.com/en-us/library/cc498722.aspx Microsoft TechNet scripting products and technologies]&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/ Sapien PrimalScript]&lt;br /&gt;
* [http://www.microsoft.com/downloads/details.aspx?familyid=2f465be0-94fd-4569-b3c4-dffdf19ccd99&amp;amp;displaylang=en Microsoft Script Debugger for Windows NT 4.0 and Later ] (debugging)&lt;br /&gt;
* [http://www.editpadpro.com/ EditPad (Pro)]&lt;br /&gt;
* [http://www.e-texteditor.com/ E-TextEditor]&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;br /&gt;
*[http://www.1keydata.com/sql/sql.html 1Keydata SQL Tutorial]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBDevice::DeviceStart&amp;diff=5553</id>
		<title>ISDBDevice::DeviceStart</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBDevice::DeviceStart&amp;diff=5553"/>
		<updated>2010-03-16T13:35:33Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBDevice|ISDBDevice|Function DeviceStart(LibraryHandle As Long, DeviceCaption As String, DeviceDriveLetter As Long) As Long}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |LibraryHandle |Long |DLL handle of the library.&lt;br /&gt;
 |DeviceCaption |String |Title of the device to show in MM UI.&lt;br /&gt;
 |DeviceDriveLetter |Long |Drive letter of the device (can be -1 if the device doesn&#039;t have one).}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Adds new device for handling by MM. Its icon is shown in the tree then.&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;See some device plug-in source code for examples.&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBDevice|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBDevice|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBDevice::DeviceStartEx&amp;diff=5552</id>
		<title>ISDBDevice::DeviceStartEx</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBDevice::DeviceStartEx&amp;diff=5552"/>
		<updated>2010-03-16T13:35:17Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Updated documentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBDevice|ISDBDevice|Function DeviceStartEx(LibraryHandle As Long, DeviceID As String, DeviceCaption As String, DeviceDriveLetter As Long) As Long}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |LibraryHandle |Long |DLL handle of the library.&lt;br /&gt;
 |DeviceID |String |A string uniquely identifying the device (it&#039;s up to device plug-in to write anything here).&lt;br /&gt;
 |DeviceCaption |String |Title of the device to show in MM UI.&lt;br /&gt;
 |DeviceDriveLetter |Long |Drive letter of the device (can be -1 if the device doesn&#039;t have one).}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Adds new device for handling by MM. Its icon is shown in the tree then.&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;See some device plug-in source code for examples.&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBDevice|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBDevice|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Introduction_to_scripting&amp;diff=5438</id>
		<title>Introduction to scripting</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Introduction_to_scripting&amp;diff=5438"/>
		<updated>2009-12-18T09:29:31Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MediaMonkey can be customized through the use of custom scripts. Scripts are relatively simple computer programs written in a scripting language, such as VBScript. Unlike most computer programs, these scripts do not have to be compiled, which allows them to be tested and modified more easily than with more advanced languages. Still, writing MediaMonkey scripts can be a challenging experience so potential script writers should consider alternatives, particularly if they have little previous experience writing scripts.&lt;br /&gt;
&lt;br /&gt;
== Considerations ==&lt;br /&gt;
&lt;br /&gt;
Before writing their own scripts, users of MediaMonkey may wish to consider the following issues:&lt;br /&gt;
*In addition to supporting scripting, MediaMonkey has a [[Plug-ins|plug-in]] interface that allows a large number of Winamp and MediaMonkey plug-ins to be used. There may be no need to write a script if the desired features are already provided by a plug-in.&lt;br /&gt;
*Some users of MediaMonkey are willing to share the scripts that they have written with other users. An existing script may already provide the desired features or be relatively easily modified so that it does. The best place to find such scripts or to get support for them is the [http://www.mediamonkey.com/forum/viewforum.php?f=2 Scripts and Components forum].&lt;br /&gt;
*Although, in theory, MediaMonkey supports both of the [http://en.wikipedia.org/wiki/VBScript VBScript] (*.vbs) and [http://en.wikipedia.org/wiki/JScript JScript] (*.js) scripting languages, the implementation for JScript is only partial, so only VBScript can be used for some purposes. Programmers not wishing to deal with VBScript may wish to create an [[#About external scripts and applications |external]] script or application using their preferred language and use a script written in VBScript (or JScript) to launch it.&lt;br /&gt;
*Other than tags embedded in media files, virtually all of MediaMonkey’s data is stored in a [http://en.wikipedia.org/wiki/Microsoft_Jet_Database_Engine Microsoft Jet] relational database by MediaMonkey 2.x, while MediaMonkey 3.x uses a [http://www.sqlite.org SQLite] database. It is possible to manipulate MediaMonkey’s data, while minimizing the use of MediaMonkey’s API, by using [http://en.wikipedia.org/wiki/SQL SQL]. MediaMonkey&#039;s API can be completely bypassed by using an interface provided by the underlying engine to access the database. MediaMonkey 2.x’s database can accessed through Jet or ODBC, or even opened directly by Microsoft Access, for example.&lt;br /&gt;
&lt;br /&gt;
== Types of scripts ==&lt;br /&gt;
&lt;br /&gt;
There are three major types of scripts that can be launched internally by MediaMonkey:&lt;br /&gt;
*&#039;&#039;&#039;Normal scripts&#039;&#039;&#039; are located in the &#039;&#039;Scripts&#039;&#039; folder and are executed according to the script&#039;s entry in the [[#Format of the Scripts.ini file|&#039;&#039;Scripts\Scripts.ini&#039;&#039; file]].&lt;br /&gt;
*&#039;&#039;&#039;Auto-scripts&#039;&#039;&#039; are located in the &#039;&#039;Scripts\Auto&#039;&#039; folder and its OnStartup method is executed when MediaMonkey starts.&lt;br /&gt;
*&#039;&#039;&#039;Other scripts&#039;&#039;&#039;, such as [[Search scripts]] and [[Auto-DJ scripts]] are intended for specific types of customization, but are also defined in the [[#Format of the Scripts.ini file|&#039;&#039;Scripts\Scripts.ini&#039;&#039; file]].&lt;br /&gt;
&lt;br /&gt;
In addition to the scripts that are launched by MediaMonkey (internal scripts), you can also work with MediaMonkey by using [[#About external scripts and applications|&#039;&#039;external&#039;&#039; scripts and applications]].&lt;br /&gt;
&lt;br /&gt;
== How to create a normal script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a plain text file in the &#039;&#039;Scripts&#039;&#039; folder, e.g. &#039;&#039;MyNormalScript.vbs&#039;&#039;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Write your VBScript script and make sure you have a procedure that can be called, e.g.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;Sub CallMe&lt;br /&gt;
&lt;br /&gt;
    &#039; This script will pop up a simple message box when the procedure CallMe is called.&lt;br /&gt;
    MsgBox &amp;quot;CallMe was called by the action defined in the Scripts.ini file.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
End Sub&amp;lt;/source&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a new entry for your script&#039;s &#039;&#039;CallMe&#039;&#039; procedure in the [[#Format of the Scripts.ini file|&#039;&#039;Scripts.ini&#039;&#039; file]].&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
From within a MediaMonkey script, a reference to the SDB object (an instance of the [[SDBApplication]] class) is always present. By accessing its properties and methods, you can interact with many aspects of MediaMonkey. Check out the [[MediaMonkey Automation objects]] page for other MediaMonkey objects that can be created starting from the SDB object.&lt;br /&gt;
Another available object reference is the Script object (an instance of the [[SDBScriptControl]] class), that contains methods to control the running script&#039;s environment, usually to [[ISDBScriptControl::RegisterEvent|attach]] to events of MediaMonkey and its player and controls (see examples [[Sample Event Handlers script|1]] and [[Sample Events for User Interface script|2]]).&lt;br /&gt;
&lt;br /&gt;
The script &#039;&#039;Scripts\MediaMonkey init.vbs&#039;&#039; is always executed just before any other script. It contains some constants that can be used in your own script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A good and quite complex example is &#039;&#039;Scripts\Export.vbs&#039;&#039; (distributed with MediaMonkey) which contains code that takes care of all export features of MediaMonkey. For more examples, check out the [[Sample scripts|sample scripts page]].&lt;br /&gt;
&lt;br /&gt;
More information about scripting in general can be found at [http://msdn2.microsoft.com/en-us/library/ms950396.aspx Microsoft Scripting] (with official VBScript and JScript documentation).&lt;br /&gt;
&lt;br /&gt;
== How to create an auto-script ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create a plain text file in the &#039;&#039;Scripts\Auto&#039;&#039; folder, e.g. &#039;&#039;MyAutoScript.vbs&#039;&#039;.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Write your VBScript script and use the procedure &#039;&#039;OnStartup&#039;&#039; as start point for execution, e.g.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Sub OnStartup&lt;br /&gt;
&lt;br /&gt;
    &#039; This script will pop up a simple &amp;quot;Hello World!&amp;quot; message box when you start MediaMonkey.&lt;br /&gt;
    MsgBox &amp;quot;Hello World!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
End Sub&lt;br /&gt;
&amp;lt;/source&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All VBScript, but not JScript, scripts in the &#039;&#039;Scripts\Auto&#039;&#039; folder are automatically checked during MM start-up, and the &#039;&#039;&#039;OnStartup&#039;&#039;&#039; procedure (if present) is called. Auto-scripts make it possible to add user interface enhancements such as new menu or toolbar items, new option sheets, etc.&lt;br /&gt;
&lt;br /&gt;
Except that these scripts are automatically executed when MediaMonkey starts, they behave identical as the normal scripts. They also get a reference to the SDB object, and the constants defined in &#039;&#039;Scripts\MediaMonkey init.vbs&#039;&#039; are always usable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Format of the &#039;&#039;Scripts.ini&#039;&#039; file ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;float: right; margin-left: 1em; margin-bottom: 0.5em; clear: right; background-color:#F9F9F9; border:1px solid #CCCCCC; font-size:95%; padding:5px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[AutoIncTrackN]&lt;br /&gt;
FileName=AutoIncTrackN.vbs&lt;br /&gt;
ProcName=AutoIncTrackNumbers&lt;br /&gt;
Order=1&lt;br /&gt;
DisplayName=Auto-&amp;amp;increment Track #s...&lt;br /&gt;
Description=Sequentially numbers Tracks&lt;br /&gt;
Language=VBScript&lt;br /&gt;
ScriptType=0&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;position: relative; top: -6px; left: 5px&amp;quot;&amp;gt;Sample &#039;&#039;Scripts.ini&#039;&#039; entry&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This &#039;&#039;Scripts\Scripts.ini&#039;&#039; file is a standard .ini file where each section defines a procedure in a script. The section starts with a section identifier [SectionName], where ‘SectionName’ is a unique name of the script entry.&lt;br /&gt;
These are the entry&#039;s properties:&lt;br /&gt;
; Filename&lt;br /&gt;
: Path of a script file where the procedure is located, relative to the &#039;&#039;Scripts&#039;&#039; folder, e.g. ‘MyScripts.vbs’.&lt;br /&gt;
; ProcName&lt;br /&gt;
: Name of an existing procedure to be called when the script (specifiedby ‘Filename’) is executed in MM.&lt;br /&gt;
; ScriptType&lt;br /&gt;
: Defines type of the script:&lt;br /&gt;
:*	0 = A &#039;&#039;standard script&#039;&#039; that appears in the &amp;lt;code&amp;gt;Tools &amp;gt; Scripts&amp;lt;/code&amp;gt; submenu.&lt;br /&gt;
:*	1 = An &#039;&#039;export script&#039;&#039; that can be found in the &amp;lt;code&amp;gt;File &amp;gt; Export&amp;lt;/code&amp;gt; submenu.&lt;br /&gt;
:*	2 = A &#039;&#039;track-start script&#039;&#039; that is activated whenever a new track is started. This script doesn’t appear in any menu, it’s simply called in the background. When this procedure is executed, a variable &#039;CurrentTrack&#039; (object of the [[SDBSongData]] class) is defined, and you can use it to get information about the started track. This script type is obsolete, rather register OnPlay event. Also note, that this is the only case, when multiple instances of one script can be executed by MediaMonkey, otherwise only one instance is always executed.&lt;br /&gt;
:*      3 = A &#039;&#039;search script&#039;&#039; that allows custom searches to be programmed in the &amp;quot;Auto-tag from Web&amp;quot; dialog. See [[Search scripts]] for more information about this more complex script type.&lt;br /&gt;
:*      4 = An &#039;&#039;Auto-DJ script&#039;&#039; that can handle content added by Auto-DJ. See [[Auto-DJ scripts]] for more details.&lt;br /&gt;
; Order&lt;br /&gt;
: Defines the order of the script in its section. These numbers are sorted and scripts are listed according to the order.&lt;br /&gt;
; DisplayName&lt;br /&gt;
: The script is listed as menu item with this name.&lt;br /&gt;
; Description&lt;br /&gt;
: Message shown as tooltip when the mouse is moved over the menu item.&lt;br /&gt;
; Language&lt;br /&gt;
: The script language of the referenced script. Usually VBScript, but can be JScript too (although this is not recommended).&lt;br /&gt;
; Shortcut&lt;br /&gt;
: Specifies a shortcut that invokes the script in MM. You can use any of the strings ‘Shift+’, ‘Ctrl+’ or ‘Alt+’, even combined together and followed either by a single letter or a special key (BkSp, Tab, Enter, Esc, Space, PgUp, PgDn, End, Home, Left, Up, Right, Down, Ins, Del).&lt;br /&gt;
&lt;br /&gt;
== About external scripts and applications ==&lt;br /&gt;
&lt;br /&gt;
External scripts are launched from outside MediaMonkey. They can be scripts that are started by a MediaMonkey script (e.g. &#039;&#039;helper scripts&#039;&#039;), or that originated outside MediaMonkey (regular *.vbs scripts, local html pages, ASP server pages, ...). The same situation applies to applications that are not a part of MediaMonkey, but which use its COM object (the COM and the scripting API are the same).&lt;br /&gt;
&lt;br /&gt;
In order to work with MediaMonkey’s objects from outside a MediaMonkey script, you need to create a reference to the SDB object (an instance of the [[SDBApplication]] class) yourself. For external applications, make sure that you have added a reference to the SongsDB library, first.&lt;br /&gt;
&lt;br /&gt;
If MediaMonkey is already running, a call to the SDB object will return a reference to the running instance. If MediaMonkey is not running yet, it will be started and a reference will be returned. In addition, if MediaMonkey was was not running before, it will normally shut down automatically when the external script/application exits. This can be prevented (MediaMonkey will remain running) by setting SDB&#039;s [[ISDBApplication::ShutdownAfterDisconnect|ShutdownAfterDisconnect]] property to False.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Visual Basic / VBScript sample:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
Dim SDB : Set SDB = CreateObject(&amp;quot;SongsDB.SDBApplication&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
SDB.ShutdownAfterDisconnect = False    &#039; in case you want to keep an opened instance open after disconnecting the SDB object&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;C# sample:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;csharp&amp;quot;&amp;gt;&lt;br /&gt;
SongsDB.SDBApplication SDB = new SongsDB.SDBApplication();&lt;br /&gt;
&lt;br /&gt;
SDB.ShutdownAfterDisconnect = false;    // in case you want to keep an opened instance open after disconnecting the SDB object&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;C++ sample:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
SongsDB::SDBApplication^ SDB = gcnew SongsDB::SDBApplication();&lt;br /&gt;
&lt;br /&gt;
SDB-&amp;gt;ShutdownAfterDisconnect = false;    // in case you want to keep an opened instance open after disconnecting the SDB object&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Delphi sample:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;delphi&amp;quot;&amp;gt;&lt;br /&gt;
var &lt;br /&gt;
  SDB : Variant; &lt;br /&gt;
begin &lt;br /&gt;
  SDB := CreateObject(&#039;SongsDB.SDBApplication&#039;);&lt;br /&gt;
  SDB.ShutdownAfterDisconnect := false;    // in case you want to keep an opened instance open after disconnecting the SDB object&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;PHP sample:&#039;&#039;&#039; (shows initialization only)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
$objSDB = new COM(&#039;SongsDB.SDBApplication&#039;) or die(&#039;Cannot create MediaMonkey SDB Object&#039;);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Python (with PyWin32) sample:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
try:&lt;br /&gt;
      import win32com.client&lt;br /&gt;
except:&lt;br /&gt;
      print &amp;quot;Install PyWin32&amp;quot;&lt;br /&gt;
# Open connection to COM object&lt;br /&gt;
try:&lt;br /&gt;
      SDB = win32com.client.Dispatch(&amp;quot;SongsDB.SDBApplication&amp;quot;)&lt;br /&gt;
except:&lt;br /&gt;
      print &amp;quot;Is MediaMonkey up and running?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
SDB.ShutdownAfterDisconnect = False&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Perl sample:&#039;&#039;&#039; (shows initialization only)&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;&lt;br /&gt;
use Win32::OLE;&lt;br /&gt;
my $SDB = Win32::OLE-&amp;gt;GetActiveObject(&#039;SongsDB.SDBApplication&#039;) || Win32::OLE-&amp;gt;new(&#039;SongsDB.SDBApplication&#039;, &#039;&#039;);&lt;br /&gt;
$SDB-&amp;gt;ShutdownAfterDisconnect(true);&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Further reading ==&lt;br /&gt;
&lt;br /&gt;
[[Scripting]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBTree::SortChildren&amp;diff=4971</id>
		<title>ISDBTree::SortChildren</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBTree::SortChildren&amp;diff=4971"/>
		<updated>2009-02-23T20:02:42Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Reverted edits by Hassanhi5 (Talk); changed back to last version by RedX&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBTree|ISDBTree|Sub SortChildren(Node As [[SDBTreeNode]])}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |Node |[[SDBTreeNode]] |Parent node of nodes to be sorted.}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Sorts children of given node according to the order they should appear (not always alphabetically).&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBTree|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBTree|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=Talk:Main_Page&amp;diff=4970</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=Talk:Main_Page&amp;diff=4970"/>
		<updated>2009-02-23T20:01:19Z</updated>

		<summary type="html">&lt;p&gt;Jiri: Reverted edits by Hassanhi5 (Talk); changed back to last version by Modementia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I see this page is locked, what is the best way to go abou getting a link added? I don&#039;t have anything I want to link at this time, I am just curious. -- [[User:Teknojnky|Teknojnky]] 12:52, 28 August 2007 (EDT)&lt;br /&gt;
: You can ask here (on the talk page) to add some link or to temporarily unprotect the page (e.g. for bigger changes). Of course keep in mind the reason why the page (as façade of the wiki) is protected. -- [[User:Steegy|Steegy]] 07:07, 31 August 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
I refreshed the main page, mainly to draw a clear line between users content (which for now isn&#039;t really existing) and content for &amp;quot;developers&amp;quot; (scripters, skinners, translators, ...). If you don&#039;t really like the layout or have suggestions, feel free to post here. -- [[User:Steegy|Steegy]] 21:18, 7 September 2007 (EDT)&lt;br /&gt;
&lt;br /&gt;
: I&#039;d like to see a link to the [[MediaMonkey_Automation_objects]] page directly in either the navigation block or the toolbox block, so its easier to navigate to the objects reference list. --[[User:Teknojnky|Teknojnky]] 13:54, 6 February 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
I&#039;ve significantly updated the Intro for New Users section.  It seemed silly that the only way to find skins was to navigate under the &amp;quot;Developers&amp;quot; section for skinning.  I think it may be even better to put a direct link to skins for MM 3.0 and higher on the front page, but this change can do for now as I don&#039;t want to alter the front page without an opinion from some other users.  Let me know what you think about this. --[[User:Nohitter151|Steve]] 00:20, 5 March 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
: Really a great job you guys have been doing!&lt;br /&gt;
: @Teknojnky: I&#039;ve been having the same issue (and I guess were not the only 2) so I added 3 reference links.&lt;br /&gt;
: @Steve/Nohitter151: sorry but I couldn&#039;t wait :p (I simply forgot to add a Skins link the first time and to split it from the developers skin page). -- [[User:Steegy|Steegy]] 16:34, 5 March 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
Not a problem Steegy, I&#039;m very happy with the front page now!  --[[User:Nohitter151|Steve]] 18:34, 5 March 2008 (EST)&lt;br /&gt;
&lt;br /&gt;
: Yea page looks great, thanks Steegy! --[[User:Teknojnky|Teknojnky]] 15:35, 28 March 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
Would like to start editing pages in the format below. I cannot see the categories shown in the preview so I am reluctant to save. Any ideas? --[[User:MoDementia|MoDementia]] 23:08, 4 April 2008 (EDT) OK so the categories are intact so that answers that question --[[User:MoDementia|MoDementia]] 23:10, 4 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
: MoDementia, I have deleted the page that you specified. --[[User:Nohitter151|Steve]] 03:01, 5 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== wysiwyg Editor ==&lt;br /&gt;
&lt;br /&gt;
This looked interesting&lt;br /&gt;
[http://mediawiki.fckeditor.net/ fckeditor for wikimedia]&lt;br /&gt;
[http://www.fckeditor.net/ base editor]&lt;br /&gt;
&lt;br /&gt;
== Table Pages ==&lt;br /&gt;
&lt;br /&gt;
Can anyone suggest a way to change the tables pages so that this link will work? [[Songs_table#Lyrics]]&lt;br /&gt;
&lt;br /&gt;
== Error using #switch: in a template ==&lt;br /&gt;
Should I put in a suppot ticket for this problem ? --[[User:MoDementia|MoDementia]] 00:49, 21 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{#switch: (((1|-)))&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|Album Covers=[[Album table|Album]] [[Covers table|Covers]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just this also produces it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{#switch: (((1|-)))&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;|#default=[[{{{1|-}}} table {{pipe}} {{{1|-}}}]]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Is producing&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Warning&amp;lt;/b&amp;gt;:  array_slice() [&amp;lt;a href=&#039;function.array-slice&#039;&amp;gt;function.array-slice&amp;lt;/a&amp;gt;]: The first argument should be an array in &amp;lt;b&amp;gt;/home/mm/public_html/wiki/languages/Language.php&amp;lt;/b&amp;gt; on line &amp;lt;b&amp;gt;858&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;Warning&amp;lt;/b&amp;gt;:  Invalid argument supplied for foreach() in &amp;lt;b&amp;gt;/home/mm/public_html/wiki/includes/MagicWord.php&amp;lt;/b&amp;gt; on line &amp;lt;b&amp;gt;183&amp;lt;/b&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[http://www.mwusers.com/forums/showthread.php?s=469ff68b1707e3a01114c296dc63c056&amp;amp;t=7150&amp;amp;page=2]] Found this might help?&lt;br /&gt;
--[[User:MoDementia|MoDementia]] 00:49, 21 April 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Extension:ImageMap ==&lt;br /&gt;
&lt;br /&gt;
I think this extension would be really useful for instructional pages particualry skinning&lt;br /&gt;
&lt;br /&gt;
I would like to start a page(s) (see last link) that users can mouse over to find specific theme objects&lt;br /&gt;
&lt;br /&gt;
i.e. mouseover the title MediaMonkey (top left) and the alt text shows Form - Caption - Title - Font&lt;br /&gt;
&lt;br /&gt;
mouseover the title bar (top middle) and the alt text shows Form - Caption - Title - Image&lt;br /&gt;
&lt;br /&gt;
Cliking the area will take you to the skinning page for more detailed information&lt;br /&gt;
&lt;br /&gt;
My example dosen&#039;t pop up the alt text in firefox (does in IE) but you can see it in the first link example&lt;br /&gt;
&lt;br /&gt;
:[http://www.mediawiki.org/wiki/Extension:ImageMap Extension:ImageMap]&lt;br /&gt;
:[http://toolserver.org/~dapete/ImageMapEdit/ImageMapEdit.html?en Editor]&lt;br /&gt;
:[http://users.ncable.net.au/~modemen/Media%20Monkey/Wiki/Skinnng_Map.htm See here Mouse over the title bar and MediaMonkey text]&lt;br /&gt;
&lt;br /&gt;
--[[User:Modementia|MoDementia]] 19:59, 23 August 2008 (EDT)&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::ProcessMessages&amp;diff=4955</id>
		<title>ISDBApplication::ProcessMessages</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBApplication::ProcessMessages&amp;diff=4955"/>
		<updated>2009-02-19T12:25:48Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBApplication|ISDBApplication|Sub ProcessMessages}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Processes messages in MediaMonkey&#039;s internal message queue.&lt;br /&gt;
&lt;br /&gt;
MediaMonkey runs scripts in the same thread as its graphical user interface. When you&#039;re doing heavy work in an internal script (e.g. using lengthy, processor-heavy loops), be sure to call &#039;&#039;ProcessMessages&#039;&#039; once in a while to keep the MediaMonkey gui responsive.&lt;br /&gt;
&lt;br /&gt;
Note however, that using this method without any limits can be a little dangerous and result in deadlocks. Definitely try to work without this method, if you can. There are other options of how to do lengthy work on background (e.g. OnIdle event). Definitely try to avoid calling it while you have some SQL open (i.e. some SELECT command) without starting an SQL transaction.&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBApplication|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBApplicationEvents::OnStop&amp;diff=4950</id>
		<title>ISDBApplicationEvents::OnStop</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBApplicationEvents::OnStop&amp;diff=4950"/>
		<updated>2009-02-08T11:12:12Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnStop}}&lt;br /&gt;
&lt;br /&gt;
===Event description===&lt;br /&gt;
&lt;br /&gt;
This event is called when playback is stopped (but only stopped by Stop button). For more generally called event see OnPlaybackEnd.&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBApplicationEvents|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBApplicationEvents::OnPlaybackEnd&amp;diff=4949</id>
		<title>ISDBApplicationEvents::OnPlaybackEnd</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBApplicationEvents::OnPlaybackEnd&amp;diff=4949"/>
		<updated>2009-02-08T11:11:31Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBApplication|ISDBApplicationEvents|Sub OnPlaybackEnd}}&lt;br /&gt;
&lt;br /&gt;
===Event description===&lt;br /&gt;
&lt;br /&gt;
This event is called when track playback is finished regardless of reason, i.e. either end of track is reached, user presses Stop, Next or Previous button, or there&#039;s any other reason for stopping playback.&lt;br /&gt;
&lt;br /&gt;
Introduced in MediaMonkey 3.1.0.1223.&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBApplicationEvents|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=SDBApplication&amp;diff=4948</id>
		<title>SDBApplication</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=SDBApplication&amp;diff=4948"/>
		<updated>2009-02-08T11:08:56Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{AutomationObjectsList}}&lt;br /&gt;
== CoClass SDBApplication ==&lt;br /&gt;
&lt;br /&gt;
This is the main MediaMonkey scripting object that you initially have accessible as &#039;SDB&#039; variable in your scripts. All your communication with MediaMonkey should start here, you can get references to other objects from properties of this object.&lt;br /&gt;
&lt;br /&gt;
=== ISDBApplication members ===&lt;br /&gt;
   &lt;br /&gt;
{{MethodsList &lt;br /&gt;
|[[ISDBApplication::AllVisibleSongList|AllVisibleSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::ApplicationPath|ApplicationPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::EqualizerPath|EqualizerPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::IconsPath|IconsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::PluginsPath|PluginsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::ScriptsPath|ScriptsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SkinsPath|SkinsPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CommonDialog|CommonDialog]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CreateTimer|CreateTimer]] |Method |  &lt;br /&gt;
|[[ISDBApplication::CurrentSongList|CurrentSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::CursorType|CursorType]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::Database|Database]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Device|Device]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Format|Format]] |Method |  &lt;br /&gt;
|[[ISDBApplication::IniFile|IniFile]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::IsKnownFiletype|IsKnownFiletype]] |Method |  &lt;br /&gt;
|[[ISDBApplication::IsRunning|IsRunning]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Localize|Localize]] |Method |  &lt;br /&gt;
|[[ISDBApplication::LocalizedFormat|LocalizedFormat]] |Method |  &lt;br /&gt;
|[[ISDBApplication::LocalizeGen|LocalizeGen]] |Method |  &lt;br /&gt;
|[[ISDBApplication::MainTracksWindow|MainTracksWindow]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::MainTree|MainTree]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::MessageBox|MessageBox]] |Method |  &lt;br /&gt;
|[[ISDBApplication::MyMusicPath|MyMusicPath]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewSongData|NewSongData]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewSongList|NewSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::NewStringList|NewStringList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::Objects|Objects]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::Player|Player]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::PlaylistByTitle|PlaylistByTitle]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::ProcessMessages|ProcessMessages]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Progress|Progress]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::RefreshScriptItems|RefreshScriptItems]] |Method |  &lt;br /&gt;
|[[ISDBApplication::RegisterIcon|RegisterIcon]] |Method |  &lt;br /&gt;
|[[ISDBApplication::RegisterIconHandle|RegisterIconHandle]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Registry|Registry]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SelectedSongList|SelectedSongList]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::SelectFolder|SelectFolder]] |Method |  &lt;br /&gt;
|[[ISDBApplication::ShutdownAfterDisconnect|ShutdownAfterDisconnect]] |Property Get/Let |  &lt;br /&gt;
|[[ISDBApplication::TemporaryFolder|TemporaryFolder]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::toASCII|toASCII]] |Method |  &lt;br /&gt;
|[[ISDBApplication::Tools|Tools]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::UI|UI]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionBuild|VersionBuild]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionHi|VersionHi]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionLo|VersionLo]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionRelease|VersionRelease]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::VersionString|VersionString]] |Property Get |  &lt;br /&gt;
|[[ISDBApplication::WebControl|WebControl]] |Property Get |  &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== ISDBApplicationEvents members ===&lt;br /&gt;
   &lt;br /&gt;
{{MethodsList &lt;br /&gt;
|[[ISDBApplicationEvents::OnBeforeTracksMove|OnBeforeTracksMove]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnChangedSelection|OnChangedSelection]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnFilterChange|OnFilterChange]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnIdle|OnIdle]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnNowPlayingModified|OnNowPlayingModified]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnNowPlayingSelectionChanged|OnNowPlayingSelectionChanged]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnOptionsChange|OnOptionsChange]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPause|OnPause]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPlay|OnPlay]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnPlaybackEnd|OnPlaybackEnd]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnRepeatClicked|OnRepeatClicked]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnSeek|OnSeek]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnShuffleClicked|OnShuffleClicked]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnShutdown|OnShutdown]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnStarup|OnStartup]] |Event |&lt;br /&gt;
|[[ISDBApplicationEvents::OnStop|OnStop]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackAdded|OnTrackAdded]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackConverted|OnTrackConverted]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackDeleting|OnTrackDeleting]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackEnd|OnTrackEnd]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListFilled|OnTrackListFilled]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListFilling|OnTrackListFilling]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackListSelectionChanged|OnTrackListSelectionChanged]] |Event |  &lt;br /&gt;
|[[ISDBApplicationEvents::OnTrackProperties|OnTrackProperties]] |Event |  &lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBApplication|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelText&amp;diff=4938</id>
		<title>ISDBUIDropDown::SelText</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelText&amp;diff=4938"/>
		<updated>2009-02-04T16:26:33Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBUIDropDown|ISDBUIDropDown|Property Get/Let SelText As String}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Selected text (can&#039;t be edited using this property).  &lt;br /&gt;
&lt;br /&gt;
Introduced in MediaMonkey 3.1.0.1222. &lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBUIDropDown|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBUIDropDown|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelStart&amp;diff=4937</id>
		<title>ISDBUIDropDown::SelStart</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelStart&amp;diff=4937"/>
		<updated>2009-02-04T16:25:58Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBUIDropDown|ISDBUIDropDown|Property Get/Let SelStart As Long}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Start of selected text. &lt;br /&gt;
&lt;br /&gt;
Introduced in MediaMonkey 3.1.0.1222. &lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBUIDropDown|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBUIDropDown|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelLength&amp;diff=4936</id>
		<title>ISDBUIDropDown::SelLength</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBUIDropDown::SelLength&amp;diff=4936"/>
		<updated>2009-02-04T16:25:20Z</updated>

		<summary type="html">&lt;p&gt;Jiri: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBUIDropDown|ISDBUIDropDown|Property Get/Let SelLength As Long}}&lt;br /&gt;
&lt;br /&gt;
===Property description===&lt;br /&gt;
&lt;br /&gt;
Length of selected text. &lt;br /&gt;
&lt;br /&gt;
Introduced in MediaMonkey 3.1.0.1222. &lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBUIDropDown|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBUIDropDown|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Jiri</name></author>
	</entry>
</feed>