[Feature Request] Add a way to show the current player #3

Closed
opened 2021-05-16 22:47:29 +02:00 by diegovsky · 4 comments

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?

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?
Owner

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 much tail -f's the output of the first.

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 much `tail -f`'s the output of the first.
Owner

first thing added in 51c7a983a0, just add PLAYER somewhere in --order.

first thing added in 51c7a983a0, just add `PLAYER` somewhere in --order.
Owner

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".

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"`.
Author

Thanks, I really appreciate it! I'm testing it as soon as I can :)

Thanks, I really appreciate it! I'm testing it as soon as I can :)
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hrfee/waybar-mpris#3
No description provided.