esenliyim / sp-tray

Gnome extension to display spotify metadata
GNU General Public License v3.0
57 stars 22 forks source link

Max 4 characters in inactive and paused #31

Closed isXander closed 2 years ago

isXander commented 2 years ago

I am trying to modify the the inactive and paused text but the text box is limited at four characters, making it impossible to use {metadata}

esenliyim commented 2 years ago

That's expected behavior. That character limit was extended when the {metadata} placeholder was implemented, before that you wouldn't be able to use it even without a character limit. It'd just show the text "{metadata}" without replacing it with the metadata information.

Unfortunately I haven't uploaded that version to the extension website yet. You can clone the repo and manually install it though.

isXander commented 2 years ago

Still has a character limit of 4 for the inactive. I can't change it to something like Nothing is playing

esenliyim commented 2 years ago

Oh, inactive. I missed that part. Yeah I guess I could increase that one too. TBH I don't even remember why I limited them in the first place.

esenliyim commented 2 years ago

I've extended the character limits to 25 with the latest push. Still not on the website, but I'll upload it soon after a little more testing to make sure it's fine.