TheQwertiest / foo_discord_rich

foobar2000 component for integration with Discord Rich Presence
https://theqwertiest.github.io/foo_discord_rich/
MIT License
433 stars 43 forks source link

Song title shown in full in latest Discord update instead of being appended with ... at the cutoff #72

Open eucalyptusJ opened 3 months ago

eucalyptusJ commented 3 months ago

Only occurs if you're one of the people who got the newest activity update.

TheQwertiest commented 2 months ago

Not sure I understand what you mean, could you show an example, please?

eucalyptusJ commented 2 months ago

Here's what it looked like previously: beforeupdate

And here's how it looks currently: postupdate

Fadexz commented 2 months ago

That's up to Discord to format the text how they want, it now allows you to see the full thing so isn't that better?

PlaylistsTrance commented 2 months ago

If you really want to you can mimic this behavior a bit using functions from https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference

Example:

$ifgreater($len2(%title%),50,$left(%title%,48)...,%title%)