We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: