Difference between revisions of "Foobar2000:Components/Facets (foo facets)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(New page: {{stub}} thumb Flexible media library viewer based on the concept of linked lists. ==Requirements== * Foobar2000 0.9.5 beta 1 * Default User Interface ==Li...)
 
(Added explanation on column patterns.)
Line 3: Line 3:
 
[[Image:Facets default.png|thumb]]
 
[[Image:Facets default.png|thumb]]
  
Flexible media library viewer based on the concept of linked lists.
+
Flexible media library viewer based on linked lists.
  
 
==Requirements==
 
==Requirements==
* Foobar2000 0.9.5 beta 1
+
* Foobar2000 0.9.5 beta
* Default User Interface
+
* Default User Interface 0.9.5
  
==Link==
+
==Preferences==
 +
 
 +
Column patterns are based on [[Foobar2000:Titleformat_Introduction|title formatting]].
 +
 
 +
Some basic examples:
 +
 
 +
* <tt>%album%</tt> lists tracks without an album tag under ''?''.
 +
* <tt>[%album%]</tt> prevents display tracks without an album tag from being displayed.
 +
* <tt>$if2(%album%,'('Unknown')')</tt> lists tracks without an album tag under ''(Unknown)''.
 +
* <tt>%<genre>%</tt> splits multiple genre fields into separate items.
 +
* You can combine expressions like this: <tt>[%<genre>%]</tt>, <tt>$if2(%<genre>%,Unknown)</tt>.
 +
 
 +
==Links==
 
* [http://foobar2000.audiohq.de/foo_facets/ Official Website]
 
* [http://foobar2000.audiohq.de/foo_facets/ Official Website]
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=58317&hl= Discussion thread]
+
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=58317 Discussion thread]

Revision as of 15:14, 3 December 2007

Facets default.png

Flexible media library viewer based on linked lists.

Requirements

  • Foobar2000 0.9.5 beta
  • Default User Interface 0.9.5

Preferences

Column patterns are based on title formatting.

Some basic examples:

  • %album% lists tracks without an album tag under ?.
  • [%album%] prevents display tracks without an album tag from being displayed.
  • $if2(%album%,'('Unknown')') lists tracks without an album tag under (Unknown).
  • %<genre>% splits multiple genre fields into separate items.
  • You can combine expressions like this: [%<genre>%], $if2(%<genre>%,Unknown).

Links