ungive / foo_mediacontrol

Reports song information from foobar2000 to Windows
BSD 2-Clause "Simplified" License
12 stars 0 forks source link

Add format strings for title/album/artist #1

Open ungive opened 3 weeks ago

ungive commented 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%]))))

See also:

kam106 commented 3 weeks ago

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

very hacky but i have some specific needs :)