Jason Gray

Results 424 comments of Jason Gray

> I can help with Latinamerican Spanish translations whenever the code is ready. I've been kinda dragging my feet on this. I need to do a lot of reading. I've...

I'm not making any changes until GNOME 40 shows up, so basically the next Fedora release some time at the end of April to beginning of May if all goes...

The solution really is for players to cache remote covers locally. I mean really the player's more than likely going to display the cover so it's going to need to...

@timothyjward Try putting `softvol` before `equal`. Something like this (you don't need to use quotes for strings that don't have special chars): ``` pcm.!default { type softvol max_dB 0.0 min_dB...

Supporting a bunch of different versions will make you go crazy. Over the past few years that I have been an extension dev I've found what works for me is...

As noted in https://github.com/JasonLG1979/gnome-shell-extension-mpris-indicator-button/issues/49 poking the properties is the only way to see if they actually work. If sonixd's MPRIS interface were fully functional before it were exposed it would...

This is not a bug. This is a user/consumer error. It is up to moode to: 1. Make sure the device is available before allowing librespot to use it. And...

Ok a further breakdown now that I'm home. > When the audio device is removed while Spotify connected to librespot endpoint or when connect while audio interface is not present,...

You can use `--emit-sink-events --onevent=path/to/my/script` Events are sent as environment variables. An example script: ```python3 #!/usr/bin/python3 import os player_event = os.getenv('PLAYER_EVENT') # The player thread will block until this script...