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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Removed stub marker.)
m (Wording.)
Line 4: Line 4:
  
 
==Requirements==
 
==Requirements==
 +
 
* Foobar2000 0.9.5 beta
 
* Foobar2000 0.9.5 beta
 
* Default User Interface 0.9.5
 
* Default User Interface 0.9.5
Line 17: Line 18:
 
* <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.
* You can combine expressions like this: <tt>[%<genre>%]</tt>, <tt>$if2(%<genre>%,Unknown)</tt>.
+
* Patterns can be combined like this: <tt>[%<genre>%]</tt>, <tt>$if2(%<genre>%,Unknown)</tt>.
  
 
==Links==
 
==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 Discussion thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=58317 Discussion thread]

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

Links