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
I think I've found where the problem is.
I've made a naive attempt at fixing it that works for me, but I'm really not familiar with glib and low-level string memory things so it may very well segfault or memleak.
Here's the attempt, just in case: emperor06@c3700b0
Player Lollypop on Arch Linux
The documentation suggests metadata can take multiple keys (
metadata [KEY...]
) but when passing multiple keys, only the last one is displayed.Example:
$ playerctl metadata artist
MyBand
$ playerctl metadata title
MySong
$ playerctl metadata artist title
MySong
The text was updated successfully, but these errors were encountered: