<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thuan</id>
	<title>Hydrogenaudio Knowledgebase - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hydrogenaudio.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Thuan"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/Thuan"/>
	<updated>2026-05-01T23:24:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Autoplaylist_Manager_(foo_autoplaylist)&amp;diff=17757</id>
		<title>Foobar2000:Components 0.9/Autoplaylist Manager (foo autoplaylist)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Autoplaylist_Manager_(foo_autoplaylist)&amp;diff=17757"/>
		<updated>2007-07-27T12:53:32Z</updated>

		<summary type="html">&lt;p&gt;Thuan: Make change to HAS note.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
=Description=&lt;br /&gt;
&lt;br /&gt;
Presents a Media Library query in a dynamically-generated playlist (under development).&lt;br /&gt;
&lt;br /&gt;
== Example usage ==&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
 - Code goes to Query: field.&lt;br /&gt;
 - If you use Sort format then you need to check &amp;quot;Keep entire playlist sorted&amp;quot;.&lt;br /&gt;
 - You can sort recursively by dividing each sort term by &#039;|&#039;. e.g. %artist% | %title%&lt;br /&gt;
 - MISSING query doesn&#039;t work with %tagname%.&lt;br /&gt;
 - The HAS operator searches for words, so it splits up the second operand at spaces; quotation &lt;br /&gt;
 marks serve mainly to delimit the argument, they do not imply that it is treated as a single unit.&lt;br /&gt;
&lt;br /&gt;
All songs in database&lt;br /&gt;
&lt;br /&gt;
 1&lt;br /&gt;
&lt;br /&gt;
Missing Replaygain Album&lt;br /&gt;
&lt;br /&gt;
 NOT &amp;quot;[%__replaygain_album_gain%]&amp;quot; IS ?*&lt;br /&gt;
&lt;br /&gt;
Add songs in a folder for example &amp;quot;Album Music&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 %path% IS *Album Music\*&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&lt;br /&gt;
Those queries below require a playback statistic component like [[Foobar2000:Components_0.9/Play_Count_(official)_(foo_playcount)|the official one]] (tagnames below are what it uses)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Never Played Songs&lt;br /&gt;
&lt;br /&gt;
 %play_count% LESS 1&lt;br /&gt;
 or&lt;br /&gt;
 %play_count% IS ?&lt;br /&gt;
&lt;br /&gt;
A history playlist with songs played recently first&lt;br /&gt;
&lt;br /&gt;
 NOT %last_played% IS ?&lt;br /&gt;
 Sort format: $sub(99999999999999,$replace(%last_played%,&#039;-&#039;,,&#039;:&#039;,,&#039; &#039;,))&lt;br /&gt;
&lt;br /&gt;
Newly added songs that haven&#039;t been played (also need added metadata provided by [[Foobar2000:Components_0.9/Cwbowron&#039;s_Title_formating_(foo_cwb_hooks)|foo_cwb_hooks]])&lt;br /&gt;
&lt;br /&gt;
 (NOT (%added% IS ?)) AND (%last_played% IS ?)&lt;br /&gt;
&lt;br /&gt;
=Link=&lt;br /&gt;
* [http://www.foobar2000.com/components/index.html Official Website]&lt;br /&gt;
* [http://eolindel.free.fr/foobar0.9/autoplaylist.php Autoplaylist] From BB&#039;s Manual&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=45794 Discussion Thread]&lt;/div&gt;</summary>
		<author><name>Thuan</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Autoplaylist_Manager_(foo_autoplaylist)&amp;diff=17714</id>
		<title>Foobar2000:Components 0.9/Autoplaylist Manager (foo autoplaylist)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components_0.9/Autoplaylist_Manager_(foo_autoplaylist)&amp;diff=17714"/>
		<updated>2007-07-23T05:17:23Z</updated>

		<summary type="html">&lt;p&gt;Thuan: Add more Notes and Examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
=Description=&lt;br /&gt;
&lt;br /&gt;
Presents a Media Library query in a dynamically-generated playlist (under development).&lt;br /&gt;
&lt;br /&gt;
== Example usage ==&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Note&#039;&#039;&#039;&lt;br /&gt;
 - Code goes to Query: field.&lt;br /&gt;
 - If you use Sort format then you need to check &amp;quot;Keep entire playlist sorted&amp;quot;.&lt;br /&gt;
 - You can sort recursively by dividing each sort term by &#039;|&#039;. e.g. %artist% | %title%&lt;br /&gt;
 - MISSING query doesn&#039;t work with %tagname%.&lt;br /&gt;
 - HAS query only works right on string with no white space. If string has white spaces whether you&lt;br /&gt;
 put it in double quotation marks or not, the query will always returns songs that have all the words&lt;br /&gt;
 (not in any order)in it.&lt;br /&gt;
&lt;br /&gt;
All songs in database&lt;br /&gt;
&lt;br /&gt;
 1&lt;br /&gt;
&lt;br /&gt;
Missing Replaygain Album&lt;br /&gt;
&lt;br /&gt;
 NOT &amp;quot;[%__replaygain_album_gain%]&amp;quot; IS ?*&lt;br /&gt;
&lt;br /&gt;
Add songs in a folder for example &amp;quot;Album Music&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 %path% IS *Album Music\*&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&lt;br /&gt;
Those queries below require a playback statistic component like [[Foobar2000:Components_0.9/Play_Count_(official)_(foo_playcount)|the official one]] (tagnames below are what it uses)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Never Played Songs&lt;br /&gt;
&lt;br /&gt;
 %play_count% LESS 1&lt;br /&gt;
 or&lt;br /&gt;
 %play_count% IS ?&lt;br /&gt;
&lt;br /&gt;
A history playlist with songs played recently first&lt;br /&gt;
&lt;br /&gt;
 NOT %last_played% IS ?&lt;br /&gt;
 Sort format: $sub(99999999999999,$replace(%last_played%,&#039;-&#039;,,&#039;:&#039;,,&#039; &#039;,))&lt;br /&gt;
&lt;br /&gt;
Newly added songs that haven&#039;t been played (also need added metadata provided by [[Foobar2000:Components_0.9/Cwbowron&#039;s_Title_formating_(foo_cwb_hooks)|foo_cwb_hooks]])&lt;br /&gt;
&lt;br /&gt;
 (NOT (%added% IS ?)) AND (%last_played% IS ?)&lt;br /&gt;
&lt;br /&gt;
=Link=&lt;br /&gt;
* [http://www.foobar2000.com/components/index.html Official Website]&lt;br /&gt;
* [http://eolindel.free.fr/foobar0.9/autoplaylist.php Autoplaylist] From BB&#039;s Manual&lt;br /&gt;
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=45794 Discussion Thread]&lt;/div&gt;</summary>
		<author><name>Thuan</name></author>
	</entry>
</feed>