<?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=Twinbee</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=Twinbee"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Twinbee"/>
	<updated>2026-05-23T15:06:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBScriptControl::UnRegisterEvents&amp;diff=5549</id>
		<title>ISDBScriptControl::UnRegisterEvents</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBScriptControl::UnRegisterEvents&amp;diff=5549"/>
		<updated>2010-02-25T20:40:36Z</updated>

		<summary type="html">&lt;p&gt;Twinbee: Example code to unregister all events for current script only&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBScriptControl|ISDBScriptControl|Sub UnRegisterEvents(ObjectVar As Object)}}&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{{MethodParameters &lt;br /&gt;
 |ObjectVar |Object |Object whose events should be disconnected.}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Unregisters all event handlers of the Object created by this script.&lt;br /&gt;
&lt;br /&gt;
===Example code===                    &lt;br /&gt;
Is it safe to use the following to disable all events without interfering with any other scripts from other developers, as it only applies to events in the current VBS file:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;Script.UnRegisterEvents SDB&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 SDBScriptControl|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBScriptControl|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Twinbee</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Flush&amp;diff=5250</id>
		<title>ISDBIniFile::Flush</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBIniFile::Flush&amp;diff=5250"/>
		<updated>2009-07-18T00:23:08Z</updated>

		<summary type="html">&lt;p&gt;Twinbee: Added info to avoid using Flush on versions of MM prior to build 1214&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBIniFile|ISDBIniFile|Sub Flush}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Saves all changes made to the ini file to disk. This is automatically done by MediaMonkey when all instances of the ini file (i.e. in all scripts!) are destroyed. You can call this for additional safety, when needed.&lt;br /&gt;
&lt;br /&gt;
Introduced in MediaMonkey 3.1.0.1214. &lt;br /&gt;
&lt;br /&gt;
===Example code=== &lt;br /&gt;
&lt;br /&gt;
One may wish to use code such as the following VBS script code to avoid the Flush command being executed on versions prior to MediaMonkey build 1214:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;vb&amp;quot;&amp;gt;&lt;br /&gt;
If SDB.VersionBuild &amp;gt;= 1214 Then myIniFile.Flush&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(change myIniFile to whatever else of course)&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBIniFile|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBIniFile|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Twinbee</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=5210</id>
		<title>PlaylistSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=5210"/>
		<updated>2009-06-19T13:53:43Z</updated>

		<summary type="html">&lt;p&gt;Twinbee: Added remaining two fields&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PlaylistSongs table can be used for retrieving song IDs from a given playlist.&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;IDSong&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| Internal MM ID number&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;IDPlaylist&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| Assigned Playlist Number&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;IDPlaylistSong&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;SongOrder&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(4 fields total, but need more info in each)&lt;/div&gt;</summary>
		<author><name>Twinbee</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=5209</id>
		<title>PlaylistSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=PlaylistSongs_table&amp;diff=5209"/>
		<updated>2009-06-19T13:27:07Z</updated>

		<summary type="html">&lt;p&gt;Twinbee: Just a stub, but a useful one.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The PlaylistSongs table can be used for retrieving song IDs from a given playlist.&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;IdSong&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;IDPlaylist&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| Assigned Playlist Number&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
(incomplete?)&lt;/div&gt;</summary>
		<author><name>Twinbee</name></author>
	</entry>
</feed>