<?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=Hvaleton</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=Hvaleton"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Hvaleton"/>
	<updated>2026-05-23T15:06:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.4</generator>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ISDBSongData::WriteTags&amp;diff=8953</id>
		<title>ISDBSongData::WriteTags</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ISDBSongData::WriteTags&amp;diff=8953"/>
		<updated>2020-06-17T18:23:40Z</updated>

		<summary type="html">&lt;p&gt;Hvaleton: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{MethodDeclaration|SDBSongData|ISDBSongData|Sub WriteTags}}&lt;br /&gt;
&lt;br /&gt;
===Method description===&lt;br /&gt;
&lt;br /&gt;
Updates tags of file according to properties of the track.&lt;br /&gt;
&lt;br /&gt;
However, the prefered way is to use ISDBSongList&#039;s [[ISDBSongList::UpdateAll|UpdateAll]] method, which saves changes to the database AND the file&#039;s tags (the latter only if this is set in MM&#039;s options).&lt;br /&gt;
&lt;br /&gt;
=== Related Topics === &lt;br /&gt;
&lt;br /&gt;
*[[ISDBSongData::UpdateDB]]&lt;br /&gt;
*[[ISDBSongList::UpdateAll]]&lt;br /&gt;
&lt;br /&gt;
{{Property Summary|SongData|WriteTags|Method||||||}}&lt;br /&gt;
[[Category:Scripting|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Automation objects|{{PAGENAME}}]]&lt;br /&gt;
[[Category:CoClass SDBSongData|{{PAGENAME}}]]&lt;br /&gt;
[[Category:Interface ISDBSongData|{{PAGENAME}}]]&lt;/div&gt;</summary>
		<author><name>Hvaleton</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8952</id>
		<title>ArtistsSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8952"/>
		<updated>2020-06-09T19:22:36Z</updated>

		<summary type="html">&lt;p&gt;Hvaleton: /* Fields */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;ID&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| AUTOINCREMENT (1 to inf.)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PersonType&lt;br /&gt;
| INTEGER &lt;br /&gt;
| 1=Artist or AlbumArtist, 3=Composer, 4=Conductor, 5=Lyricist, 6=Producer, 7=Actor, 8 = Publisher&lt;br /&gt;
| Specifies the PersonType relation between the Song and the &amp;quot;Artist&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| IDArtist&lt;br /&gt;
| INTEGER &lt;br /&gt;
| &lt;br /&gt;
| ID of the &amp;quot;Artist&amp;quot;. (ID of the &amp;quot;Artist&amp;quot; in the Artists table.)&lt;br /&gt;
|-&lt;br /&gt;
| IDSong&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| ID of the Song. (ID of the Song in the Songs table.)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hvaleton</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8951</id>
		<title>ArtistsSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8951"/>
		<updated>2020-06-09T19:18:58Z</updated>

		<summary type="html">&lt;p&gt;Hvaleton: /* Fields */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;ID&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| AUTOINCREMENT (1 to inf.)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PersonType&lt;br /&gt;
| INTEGER &lt;br /&gt;
| 1=Artist or AlbumArtist, 3=Composer, 4=Conductor, 5=Lyricist, 6=Producer, 8 = Publisher&lt;br /&gt;
| Specifies the PersonType relation between the Song and the &amp;quot;Artist&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| IDArtist&lt;br /&gt;
| INTEGER &lt;br /&gt;
| &lt;br /&gt;
| ID of the &amp;quot;Artist&amp;quot;. (ID of the &amp;quot;Artist&amp;quot; in the Artists table.)&lt;br /&gt;
|-&lt;br /&gt;
| IDSong&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| ID of the Song. (ID of the Song in the Songs table.)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hvaleton</name></author>
	</entry>
	<entry>
		<id>https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8950</id>
		<title>ArtistsSongs table</title>
		<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/index.php?title=ArtistsSongs_table&amp;diff=8950"/>
		<updated>2020-06-09T19:14:51Z</updated>

		<summary type="html">&lt;p&gt;Hvaleton: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;ID&#039;&#039;&#039;&lt;br /&gt;
| INTEGER&lt;br /&gt;
| AUTOINCREMENT (1 to inf.)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| PersonType&lt;br /&gt;
| INTEGER &lt;br /&gt;
| 1=Artist or AlbumArtist, 3=Composer, 4=Conductor, 5=Lyricist, 8 = Publisher&lt;br /&gt;
| Specifies the PersonType relation between the Song and the &amp;quot;Artist&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| IDArtist&lt;br /&gt;
| INTEGER &lt;br /&gt;
| &lt;br /&gt;
| ID of the &amp;quot;Artist&amp;quot;. (ID of the &amp;quot;Artist&amp;quot; in the Artists table.)&lt;br /&gt;
|-&lt;br /&gt;
| IDSong&lt;br /&gt;
| INTEGER&lt;br /&gt;
| &lt;br /&gt;
| ID of the Song. (ID of the Song in the Songs table.)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Hvaleton</name></author>
	</entry>
</feed>