Skip to content
New issue

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 format strings for title/album/artist #1

Open
ungive opened this issue Nov 1, 2024 · 1 comment
Open

Add format strings for title/album/artist #1

ungive opened this issue Nov 1, 2024 · 1 comment

Comments

@ungive
Copy link
Owner

ungive commented Nov 1, 2024

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:

@mynnshaw
Copy link

mynnshaw commented Nov 1, 2024

alternative examples i use:
$ifequal(%itunesadvisory%,1,{E} [%title%],[%title%])
$if([%sortgroup%],%sortgroup%,%album%)

very hacky but i have some specific needs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants