You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If an artist or song name contains a ", it's not parsed completely
the string is cut off just before the first instance of a quotation mark.
As in this song: Epitaph - Including "March for No Reason" and "Tomorrow and Tomorrow"
gets displayed as: Epitaph (Including ) - King Crimson
This is because of how this extension extracts both strings from d-bus
As you can see, it gets artist and title from a string(substring?) surrounded by quotation marks, so if either string have a quotation mark somewhere it gets cut.
I have a fix to this for a week now (and few others).
I will submit a pull request right away.
The text was updated successfully, but these errors were encountered:
If an artist or song name contains a
"
, it's not parsed completelythe string is cut off just before the first instance of a quotation mark.
As in this song:
Epitaph - Including "March for No Reason" and "Tomorrow and Tomorrow"
gets displayed as:
Epitaph (Including ) - King Crimson
This is because of how this extension extracts both strings from d-bus
As you can see, it gets artist and title from a string(substring?) surrounded by quotation marks, so if either string have a quotation mark somewhere it gets cut.
I have a fix to this for a week now (and few others).
I will submit a pull request right away.
The text was updated successfully, but these errors were encountered: