Open ungive opened 3 weeks ago
Add a title/album/artist formatting option, like in foo_discord_rich
Example: $if2([%vis title%],$if([%eng title%],$if2([%nat title%],%title%) '('%eng title%')',$if([%rom title%],$if2([%nat title%],%title%) '('%rom title%')',$if([%nat title%],%nat title% '('%title%')',[%title%]))))
$if2([%vis title%],$if([%eng title%],$if2([%nat title%],%title%) '('%eng title%')',$if([%rom title%],$if2([%nat title%],%title%) '('%rom title%')',$if([%nat title%],%nat title% '('%title%')',[%title%]))))
See also:
alternative examples i use: $ifequal(%itunesadvisory%,1,{E} [%title%],[%title%]) $if([%sortgroup%],%sortgroup%,%album%)
$ifequal(%itunesadvisory%,1,{E} [%title%],[%title%])
$if([%sortgroup%],%sortgroup%,%album%)
very hacky but i have some specific needs :)
Add a title/album/artist formatting option, like in foo_discord_rich
Example:
$if2([%vis title%],$if([%eng title%],$if2([%nat title%],%title%) '('%eng title%')',$if([%rom title%],$if2([%nat title%],%title%) '('%rom title%')',$if([%nat title%],%nat title% '('%title%')',[%title%]))))
See also: