<?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=Criggums</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=Criggums"/>
	<link rel="alternate" type="text/html" href="https://www.mediamonkey.com/wiki/Special:Contributions/Criggums"/>
	<updated>2026-05-06T03:52:27Z</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=12063</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=12063"/>
		<updated>2026-03-15T15:33:12Z</updated>

		<summary type="html">&lt;p&gt;Criggums: Song ID attributes in PlaylistSongs not correctly described on this wiki page?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;/div&gt;</summary>
		<author><name>Criggums</name></author>
	</entry>
</feed>