Lars
Lars
Sorry for the delay. The file ``config`` overrides ``state``, so you should be able to define ``volume = 42`` in config. Which pianobar version are you using?
> I got the pianobar volume to something reasonable and works fine, but I can't figure how where that's saved. Usually ~/.config/pianobar/state > I need to understand how the volume...
> pianobar seems to remember its last volume session, but definitely no in ~/.config/pianobar/state on this rpil It works for me. Note that pianobar updates this file only once, just...
It’s weird this affects only a few songs, not all. Do you have logs for your local proxy?
Do you see connections to any host other than tuner.pandora.com? It only serves the API, but not audio files.
Oh, you’re right, audio files go through ffmpeg directly and not through curl. ffmpeg is probably ignoring your ALL_PROXY environment variable and/or does not support socks.
Well, we could fetch audio files through libcurl and gain proxy support, but I’d rather stick with ffmpeg, because the playback code is complicated enough as it is. So yeah,...
Suggestions?
This is caused by audio buffering inside pianobar. There’s one thread decoding audio and applying filters (like volume adjustment) and another one playing these frames. The default buffer size between...
> Does lowering buffer_seconds have any other side effects such as worse > performance during brief internet disconnections? It mostly affects low-end machines that can’t keep up with decoding when...