[feat] Custom Activity Names w Template Strings #22

Closed
opened 2026-03-09 18:15:17 -06:00 by atridadl · 1 comment
atridadl commented 2026-03-09 18:15:17 -06:00 (Migrated from github.com)

I would like to be able to customize the activity name. For instance, "Artist - Track". One way to do this would be to use a "template" language or sorts, like this:

{artist} - {track}

This would just be one of the many options in the set of radio buttons in the plugin settings. I have already implemented this, and am making this issue to track the request. No pressure or anything to merge, this is your project after all. But I figured others might find this useful.

I would like to be able to customize the activity name. For instance, "Artist - Track". One way to do this would be to use a "template" language or sorts, like this: ``` {artist} - {track} ``` This would just be one of the many options in the set of radio buttons in the plugin settings. I have already implemented this, and am making this issue to track the request. No pressure or anything to merge, this is your project after all. But I figured others might find this useful.

Merged

Merged
Sign in to join this conversation.