<?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=186.12.220.224</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=186.12.220.224"/>
	<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Special:Contributions/186.12.220.224"/>
	<updated>2026-04-28T23:34:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components/Quick_Tagger_(foo_quicktag)&amp;diff=32789</id>
		<title>Foobar2000:Components/Quick Tagger (foo quicktag)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components/Quick_Tagger_(foo_quicktag)&amp;diff=32789"/>
		<updated>2021-02-12T12:20:26Z</updated>

		<summary type="html">&lt;p&gt;186.12.220.224: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:foobar2000:Components/Quick Tagger (foo_quicktag)}}&lt;br /&gt;
{{Foobar Component Infobox&lt;br /&gt;
| name                 = Quick Tagger&lt;br /&gt;
| screenshot           = [[File:Foobar2000_Preferences_Quick_Tagger.png|256px]]&lt;br /&gt;
| caption              = Quick Tagger preferences page.&lt;br /&gt;
| module_name          = foo_quicktag&lt;br /&gt;
| developer            = Peter Pawlowski&lt;br /&gt;
| stable_release       = 1.0.3&lt;br /&gt;
| stable_release_date  = 2010-09-01&lt;br /&gt;
| foobar2000_version   = 1.1&lt;br /&gt;
| use                  = Tagging&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Quick Tagger&#039;&#039;&#039; adds customizable context menu commands for quickly setting [[tags|tag]] fields to preconfigured values (for rating and such). Can be used to bind keyboard shortcuts to quick simple tag modifications. &lt;br /&gt;
&lt;br /&gt;
Example configuration:&lt;br /&gt;
&lt;br /&gt;
# Tell Quick Tagger what settings it shall offer: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Tools &amp;gt; Tagging &amp;gt; Quick Tagger&lt;br /&gt;
## Click &amp;quot;Add New&amp;quot;, enter &amp;quot;Rating&amp;quot; in &amp;quot;Field Name&amp;quot; and enter &amp;quot;1;2;3;4;5&amp;quot; in &amp;quot;Values&amp;quot; field&lt;br /&gt;
## Set &amp;quot;Require confirmation before processing more than X tracks&amp;quot; to e.g. 5 in order to avoid accidentlyrating &#039;&#039;all your files&#039;&#039;&lt;br /&gt;
## Click &amp;quot;Apply&amp;quot;&lt;br /&gt;
# Restart foobar2000 to make &amp;quot;Set Rating&amp;quot; actions appear in next step&lt;br /&gt;
# Tell foobar2000 to call Quick Tagger via keyboard shortcuts, so it&#039;s quick &amp;amp; easy to set ratings: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Keyboard Shortcuts&lt;br /&gt;
## Click &amp;quot;Add New&amp;quot;&lt;br /&gt;
## Enter &amp;quot;rating&amp;quot; in &amp;quot;Filter list by&amp;quot; to avoid lengthy navigation to &amp;quot;[context] &amp;gt; Tagging &amp;gt; Quick Tagger &amp;gt; Set &amp;lt;Rating&amp;gt; to&amp;quot;&lt;br /&gt;
## In the tree, click &amp;quot;1&amp;quot;&lt;br /&gt;
## Click into &amp;quot;Key&amp;quot; field and press e.g. CTRL+1&lt;br /&gt;
## Repeat steps above for 2..5 and for 0 to &amp;quot;Remove Field&amp;quot; i.e. setting no rating &lt;br /&gt;
## Click &amp;quot;Apply&amp;quot;&lt;br /&gt;
# Make the ratings visible in playlists: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Display &amp;gt; Default User Interface &amp;gt; Playlist View &amp;gt; Custom columns &lt;br /&gt;
## Click &amp;quot;Add new&amp;quot;&lt;br /&gt;
## Enter &amp;quot;Rating&amp;quot; in &amp;quot;Name&amp;quot; field&lt;br /&gt;
## Enter &amp;quot;$meta(rating)&amp;quot; in &amp;quot;Pattern&amp;quot; field&lt;br /&gt;
## Select Alignment &amp;quot;Center&amp;quot;&lt;br /&gt;
## Click &amp;quot;Apply&amp;quot; &lt;br /&gt;
## In foobar2000&#039;s main window, in a playlist, right click column title bar &amp;gt; Columns &amp;gt; Rating.&lt;br /&gt;
&lt;br /&gt;
To Make this work on Columns UI:&lt;br /&gt;
&lt;br /&gt;
## In Preferences menu, go to Display-&amp;gt;Columns UI-&amp;gt;Playlist view&lt;br /&gt;
## Go to Columns tab&lt;br /&gt;
## Create the &amp;quot;Rating&amp;quot; column (click New to do this)&lt;br /&gt;
## Then click the &amp;quot;Display script&amp;quot; tab and paste the following code:&lt;br /&gt;
&lt;br /&gt;
$rgb(233,155,12,233,155,12)$repeat(★,$meta(rating))$rgb()$repeat(✩,$sub(5,$meta(rating)))&lt;br /&gt;
&lt;br /&gt;
This will make the stars appear in the columns UI playlist.&lt;br /&gt;
Also remember to disable the &amp;quot;Playback Statistics&amp;quot; (foo_playcount) component since it conflicts with your manually managed ratings (it erases the rating after 1 min of playback of the file). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Foobar2000:Preferences:Quick Tagger|Quick Tagger]] (preferences page)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{foobar2000|http://www.foobar2000.org/components/view/foo_quicktag|Quick Tagger}}&lt;/div&gt;</summary>
		<author><name>186.12.220.224</name></author>
	</entry>
	<entry>
		<id>https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components/Quick_Tagger_(foo_quicktag)&amp;diff=32788</id>
		<title>Foobar2000:Components/Quick Tagger (foo quicktag)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components/Quick_Tagger_(foo_quicktag)&amp;diff=32788"/>
		<updated>2021-02-04T13:49:27Z</updated>

		<summary type="html">&lt;p&gt;186.12.220.224: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:foobar2000:Components/Quick Tagger (foo_quicktag)}}&lt;br /&gt;
{{Foobar Component Infobox&lt;br /&gt;
| name                 = Quick Tagger&lt;br /&gt;
| screenshot           = [[File:Foobar2000_Preferences_Quick_Tagger.png|256px]]&lt;br /&gt;
| caption              = Quick Tagger preferences page.&lt;br /&gt;
| module_name          = foo_quicktag&lt;br /&gt;
| developer            = Peter Pawlowski&lt;br /&gt;
| stable_release       = 1.0.3&lt;br /&gt;
| stable_release_date  = 2010-09-01&lt;br /&gt;
| foobar2000_version   = 1.1&lt;br /&gt;
| use                  = Tagging&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Quick Tagger&#039;&#039;&#039; adds customizable context menu commands for quickly setting [[tags|tag]] fields to preconfigured values (for rating and such). Can be used to bind keyboard shortcuts to quick simple tag modifications. &lt;br /&gt;
&lt;br /&gt;
Example configuration:&lt;br /&gt;
&lt;br /&gt;
# Tell Quick Tagger what settings it shall offer: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Tools &amp;gt; Tagging &amp;gt; Quick Tagger&lt;br /&gt;
## Click &amp;quot;Add New&amp;quot;, enter &amp;quot;Rating&amp;quot; in &amp;quot;Field Name&amp;quot; and enter &amp;quot;1;2;3;4;5&amp;quot; in &amp;quot;Values&amp;quot; field&lt;br /&gt;
## Set &amp;quot;Require confirmation before processing more than X tracks&amp;quot; to e.g. 5 in order to avoid accidentlyrating &#039;&#039;all your files&#039;&#039;&lt;br /&gt;
## Click &amp;quot;Apply&amp;quot;&lt;br /&gt;
# Restart foobar2000 to make &amp;quot;Set Rating&amp;quot; actions appear in next step&lt;br /&gt;
# Tell foobar2000 to call Quick Tagger via keyboard shortcuts, so it&#039;s quick &amp;amp; easy to set ratings: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Keyboard Shortcuts&lt;br /&gt;
## Click &amp;quot;Add New&amp;quot;&lt;br /&gt;
## Enter &amp;quot;rating&amp;quot; in &amp;quot;Filter list by&amp;quot; to avoid lengthy navigation to &amp;quot;[context] &amp;gt; Tagging &amp;gt; Quick Tagger &amp;gt; Set &amp;lt;Rating&amp;gt; to&amp;quot;&lt;br /&gt;
## In the tree, click &amp;quot;1&amp;quot;&lt;br /&gt;
## Click into &amp;quot;Key&amp;quot; field and press e.g. CTRL+1&lt;br /&gt;
## Repeat steps above for 2..5 and for 0 to &amp;quot;Remove Field&amp;quot; i.e. setting no rating &lt;br /&gt;
## Click &amp;quot;Apply&amp;quot;&lt;br /&gt;
# Make the ratings visible in playlists: Open Menubar &amp;gt; File &amp;gt; Preferences &amp;gt; Display &amp;gt; Default User Interface &amp;gt; Playlist View &amp;gt; Custom columns &lt;br /&gt;
## Click &amp;quot;Add new&amp;quot;&lt;br /&gt;
## Enter &amp;quot;Rating&amp;quot; in &amp;quot;Name&amp;quot; field&lt;br /&gt;
## Enter &amp;quot;$meta(rating)&amp;quot; in &amp;quot;Pattern&amp;quot; field&lt;br /&gt;
## Select Alignment &amp;quot;Center&amp;quot;&lt;br /&gt;
## Click &amp;quot;Apply&amp;quot; &lt;br /&gt;
## In foobar2000&#039;s main window, in a playlist, right click column title bar &amp;gt; Columns &amp;gt; Rating.&lt;br /&gt;
&lt;br /&gt;
To Make this work on Columns UI:&lt;br /&gt;
&lt;br /&gt;
## In Preferences menu, go to Display-&amp;gt;Columns UI-&amp;gt;Playlist view&lt;br /&gt;
## Go to Columns tab&lt;br /&gt;
## Create the &amp;quot;Rating&amp;quot; column (click New to do this)&lt;br /&gt;
## Then click the &amp;quot;Display script&amp;quot; tab and paste the following code:&lt;br /&gt;
&lt;br /&gt;
$rgb(233,155,12,233,155,12)$repeat(★,$meta(rating))$rgb()$repeat(✩,$sub(5,$meta(rating)))&lt;br /&gt;
&lt;br /&gt;
This will make the stars appear in the columns UI playlist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Foobar2000:Preferences:Quick Tagger|Quick Tagger]] (preferences page)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* {{foobar2000|http://www.foobar2000.org/components/view/foo_quicktag|Quick Tagger}}&lt;/div&gt;</summary>
		<author><name>186.12.220.224</name></author>
	</entry>
</feed>