vivien / i3blocks-contrib

Official repository for community contributed blocklets
https://github.com/vivien/i3blocks
Other
1.31k stars 487 forks source link

[mediaplayer] Use playerctl's streaming output support, dropping non-MPRIS #502

Open hseg opened 1 year ago

hseg commented 1 year ago

This is a version of #500 that includes the non-MPRIS codepath dropping of #501. In addition, having dropped these codepaths, we can now make use of playerctl -F, which allows the metadata notifications to be pushed by playerctl instead of polled by i3blocks.

Closes: #498, #498, #500, #501