====== Album list panel title formatting reference ====== Note that most of what applies to the standalone Album list component applies here also: [[ha>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 [[ha>Foobar2000:Title_Formatting_Reference#Field_remappings|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 [[ha>Foobar2000:Title_Formatting_Reference#Field_remappings|remapping]], and additionally removing the prefixes specified. Default prefixes are "A" and "The". === Syntax === $meta_branch_remap_stripprefix(meta field[,prefix1,prefix2,...])