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
With mpv (which exercises the playerctl codepath), when playing media which only has valid title tags (but no valid artist), the blocklet crashes without output.
(It works perfectly fine if both are defined for the file)
Instead, a best-effort attempt would replace the artist name by a placeholder or ignore it.
The text was updated successfully, but these errors were encountered:
hseg
added a commit
to hseg/i3blocks-contrib
that referenced
this issue
Aug 28, 2023
Ignores artist if absent (the hack of giving a control character default
and stripping it is unfortunately necessary at the moment, cf
altdesktop/playerctl#296)
Closes: vivien#498
Ignores artist if absent (the hack of giving a control character default
and stripping it is unfortunately necessary at the moment, cf
altdesktop/playerctl#296)
Closes: vivien#498
With
mpv
(which exercises theplayerctl
codepath), when playing media which only has validtitle
tags (but no validartist
), the blocklet crashes without output.(It works perfectly fine if both are defined for the file)
Instead, a best-effort attempt would replace the artist name by a placeholder or ignore it.
The text was updated successfully, but these errors were encountered: