Harvey Tindall hrfee
hrfee pushed to main at hrfee/waybar-mpris 2021-06-25 00:57:38 +00:00
c26c13e984 upload to buildrone before apt
hrfee pushed to main at hrfee/waybar-mpris 2021-05-31 22:19:56 +00:00
174d243f15 fix apt versioning
hrfee pushed to main at hrfee/waybar-mpris 2021-05-24 21:44:14 +00:00
6cab493189 mention repo in README
hrfee pushed to main at hrfee/waybar-mpris 2021-05-24 20:49:04 +00:00
69be0dcf8a fix typo
hrfee pushed to main at hrfee/waybar-mpris 2021-05-24 19:28:41 +00:00
22ad0e29cb make debs/rpms, upload .debs to repo
hrfee commented on issue hrfee/waybar-mpris#4 2021-05-24 13:53:34 +00:00
Multiple instances sometimes get unsynchronized

Ok yeah, it's not working for me either. One of the writers was returning a wrong number of bytes written still so i've made it always return the expected number.

hrfee pushed to main at hrfee/waybar-mpris 2021-05-24 13:52:55 +00:00
8340ef1f20 always return the expected number of bytes written
hrfee commented on issue hrfee/waybar-mpris#4 2021-05-21 15:05:39 +00:00
Multiple instances sometimes get unsynchronized

I think i've got it, the io.Writer I implemented might be giving errors on each write (despite working), and the failure means it doesn't continue to write to stdout. I've just switched round the…

hrfee pushed to main at hrfee/waybar-mpris 2021-05-21 15:05:39 +00:00
fe851278f4 change order of writers in io.Multiwriter
hrfee closed issue hrfee/waybar-mpris#4 2021-05-21 15:05:39 +00:00
Multiple instances sometimes get unsynchronized
hrfee commented on issue hrfee/waybar-mpris#4 2021-05-21 14:57:02 +00:00
Multiple instances sometimes get unsynchronized

Ok yeah, it looks broken to me too. As soon as i run the instance with just --order "PLAYER" the output stops on the first.

hrfee commented on issue hrfee/waybar-mpris#4 2021-05-21 14:53:57 +00:00
Multiple instances sometimes get unsynchronized

Could you send the commands for each of your components?

hrfee commented on issue hrfee/waybar-mpris#3 2021-05-17 15:13:22 +00:00
[Feature Request] Add a way to show the current player

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

hrfee pushed to main at hrfee/waybar-mpris 2021-05-17 15:10:40 +00:00
49b3212c48 support multiple instances with different layouts
ea4f47a1b1 only share output when args are identical; use fixed length socket
Compare 2 commits »
hrfee commented on issue hrfee/waybar-mpris#3 2021-05-16 22:45:46 +00:00
[Feature Request] Add a way to show the current player

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

hrfee pushed to main at hrfee/waybar-mpris 2021-05-16 22:28:54 +00:00
51c7a983a0 add PLAYER to --order, remove binary from repo
hrfee commented on issue hrfee/waybar-mpris#3 2021-05-16 22:20:37 +00:00
[Feature Request] Add a way to show the current player

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…

hrfee pushed to main at hrfee/waybar-mpris 2021-04-24 17:03:10 +00:00
3aec82c40c fix upload.py args for new version
hrfee pushed to main at hrfee/waybar-mpris 2021-04-24 15:40:16 +00:00
a2164b0173 build JSON string instead of json.Marshal-ing
c235dd60dd overwrite previous content when sharing output
Compare 2 commits »
hrfee pushed tag v0.1.0 to hrfee/waybar-mpris 2021-02-14 20:07:40 +00:00