Harvey Tindall hrfee
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 synced commits to main at hrfee/jfa-go from mirror 2021-05-23 23:17:19 +00:00
8b62c91d13 Mention TrayIcon deps in README
e7d1693517 Enable updater for Tray builds
e78b4882b3 Fix updater for zip files
e01144950b Mention Discord in README
86ef665b12 Discord: Try to avoid more race conditions
Compare 34 commits »
hrfee synced new reference refs/tags/v0.3.6 to hrfee/jfa-go from mirror 2021-05-23 23:17:19 +00:00
hrfee synced commits to discord at hrfee/jfa-go from mirror 2021-05-23 23:17:19 +00:00
1f9af8df89 Discord: Add option to provide server invite
0676b6c41f Discord: Display channel on account creation form
ce8cdced4d Discord: Fix GetUsers, add invite messages
b8e3fc636c Accounts: Fix cog on telegram when no discord linked
519a5615cc Accounts: Fix email check on dropdown
Compare 7 commits »
hrfee synced commits to refs/tags/v0.3.6 at hrfee/jfa-go from mirror 2021-05-23 23:17:19 +00:00
hrfee synced commits to discord at hrfee/jfa-go from mirror 2021-05-23 06:57:16 +00:00
035dbde819 last image
c373d8b2d6 add final oauth tab image
8698c3c6a4 add oauth2 section to bot instructions
0edd2ba68b add settings image for bot setup
b91f0b5a18 Discord: add images for bot creation instructions
Compare 7 commits »
hrfee synced commits to discord at hrfee/jfa-go from mirror 2021-05-22 22:47:17 +00:00
e98c9b46f1 Accounts: no wrapping for contact dropdown
b3ce7acfcb Accounts: Always inline icons, only one settings cog
9fac79b1f0 Discord: Add users via accounts tab
591e3c5ca1 Discord: embed images
35d407afef Discord: remove @ from username
Compare 6 commits »
hrfee synced commits to main at hrfee/jfa-go from mirror 2021-05-22 22:47:17 +00:00
478b40d0ff Telegram: Escape exclamation marks, remove for images
8b816dc725 merge translations
81a58f628b Add -H=windowsgui in goreleaser
Compare 3 commits »
hrfee synced commits to main at hrfee/jfa-go from mirror 2021-05-21 22:17:18 +00:00
23800bb892 Translated using Weblate (German)
b47cb91f55 Translated using Weblate (German)
2d9e3fbc1d Translated using Weblate (German)
bf67e27737 Translated using Weblate (German)
3427c97e3e translation from Weblate (German)
Compare 19 commits »
hrfee synced new reference discord to hrfee/jfa-go from mirror 2021-05-21 22:17:17 +00:00
hrfee synced commits to discord at hrfee/jfa-go from mirror 2021-05-21 22:17:17 +00:00
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 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 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 »