Jason Gray
Jason Gray
> I'm sure somebody would be mad if we depended upon Pulseaudio but I don't know if we should care It's not hard to detect pulse and act accordingly.
adapted from quodlibet: ```python def _pulse_is_running(self): # If we have a pulsesink we can get the server presence through # setting the ready state element = Gst.ElementFactory.make('pulsesink', None) if element...
If pulse is running we use pulsesink with it's pulse friendly built in volume. If not we use a separate volume and autoaudiosink binding the player's volume prop accordingly. The...
There @TingPing test the branch out again and see if this fixes your volume issue. The latest changes are: No download buffering. Auto detect pulseaudio.
Ok, I got a little bit a tweaking to do and it'll be ready I think.
OK. I'm fine with that. I'd like 1.5 to be a pretty big release. This, UI redesign and main logic clean up.
https://github.com/PromyLOPh/pandora-apidoc/blob/master/json/authentication.rst#check-licensing
Well stage 1 of this is complete. https://github.com/pithos/pithos/commit/d22da4936263a4d6f073ce0429bc1f2d903c409a gives us a simple but functional 10 band eq. Stage 2 would be adding a few default presets and making is so...
For 1.5 I'd like to add presets and the ability to save custom presets.
For the default presets my list is pretty simple, so far mostly "utility" type presets. 'values' are the eq slider values from left to right just like the UI. ```python...