User Tools

Site Tools


columns_ui:config:album_list_titleformatting

Album list panel title formatting reference

Note that most of what applies to the standalone Album list component applies here also: Foobar2000:Titleformat_Album_List

Functions

$meta_branch_swapprefix

Generates a new branch for each value present of the meta field, and additionally 'swapping' the prefixes specified. Default prefixes are “A” and “The”.

Note that if the field is not present, no output is generated.

Syntax

$meta_branch_swapprefix(meta field[,prefix1,prefix2,…])

Examples

  • $meta_branch_swapprefix(album artist)
  • $meta_branch_swapprefix(album artist,La,Le,Les)
  • $if2($meta_branch_swapprefix(album artist),?)

$meta_branch_remap_swapprefix

Generates a new branch for each value present of the meta field after remapping, and additionally 'swapping' the prefixes specified. Default prefixes are “A” and “The”.

Syntax

$meta_branch_remap_swapprefix(meta field[,prefix1,prefix2,…])

$meta_branch_stripprefix

Generates a new branch for each value present of the meta field, and additionally removing the prefixes specified. Default prefixes are “A” and “The”.

Syntax

$meta_branch_stripprefix(meta field[,prefix1,prefix2,…])

$meta_branch_remap_stripprefix

Generates a new branch for each value present of the meta field after remapping, and additionally removing the prefixes specified. Default prefixes are “A” and “The”.

Syntax

$meta_branch_remap_stripprefix(meta field[,prefix1,prefix2,…])

columns_ui/config/album_list_titleformatting.txt · Last modified: 2012/11/04 17:44 by musicmusic