[Feature Request] Add a way to show the current player #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey there! I've been hacking with waybar-mpris this afternoon and it's really good. One thing I really like is you can customize the output, but I noticed you can't show the current player. I wanted to make 2 waybar modules, one which shows the player and another with the current song info. What do you think?
I'll add a player option for the
--order
option now, but it might take a bit longer to implement the 2 different instances as right now the second instance pretty muchtail -f
's the output of the first.first thing added in
51c7a983a0
, just addPLAYER
somewhere in --order.Added second thing in
49b3212
, just run your first instance with something like--order "PLAYER"
and the second with--order "SYMBOL:ARTIST:ALBUM:TITLE:POSITION"
.Thanks, I really appreciate it! I'm testing it as soon as I can :)