justas-d / mpd-rich-presence-discord

Broadcast your MPD state using discord rich presence!
MIT License
84 stars 17 forks source link

Extracted filename from track path #15

Open davidovski opened 3 years ago

davidovski commented 3 years ago

The presence description uses the track name directly from mpd, which in some cases may be a full path (relative to mpd's library root), this would often get cropped off by discord, making the description not useful. Changed to only show the filename instead of full path.