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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Wording.)
m (Removed redundant word, added link to the FAQ.)
Line 15: Line 15:
  
 
* <tt>%album%</tt> lists tracks without an album tag under ''?''.
 
* <tt>%album%</tt> lists tracks without an album tag under ''?''.
* <tt>[%album%]</tt> prevents display tracks without an album tag from being displayed.
+
* <tt>[%album%]</tt> prevents tracks without an album tag from being displayed.
 
* <tt>$if2(%album%,'('Unknown')')</tt> lists tracks without an album tag under ''(Unknown)''.
 
* <tt>$if2(%album%,'('Unknown')')</tt> lists tracks without an album tag under ''(Unknown)''.
 
* <tt>%<genre>%</tt> splits multiple genre fields into separate items.
 
* <tt>%<genre>%</tt> splits multiple genre fields into separate items.
Line 22: Line 22:
 
==Links==
 
==Links==
  
* [http://foobar2000.audiohq.de/foo_facets/ Official Website]
+
* [http://foobar2000.audiohq.de/foo_facets/ Official website]
 +
* [http://foobar2000.audiohq.de/foo_facets/faq FAQ]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=58317 Discussion thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=58317 Discussion thread]

Revision as of 19:31, 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 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.
  • Patterns can be combined like this: [%<genre>%], $if2(%<genre>%,Unknown).

Links