PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.73k stars 323 forks source link

Playback periodically stops until terminal window gains focus #745

Open scoaste opened 4 months ago

scoaste commented 4 months ago

Subject of the issue

Playback periodically stops until terminal window gains focus

Your environment

Steps to reproduce

Expected behaviour

Continuous playback w/out intervention

Actual behaviour

Intervention necessary to continue playback

PromyLOPh commented 4 months ago

Which terminal application and version are you using? Does it work correctly in other terminals like xterm? What does your pianobar configuration look like?

scoaste commented 4 months ago

I only have the standard Xubuntu terminal installed. It's launched with "exo-open --launch TerminalEmulator" Nothing fancy in config:

user = xxxx password = xxxx autostart_station = xxxx audio_quality = high buffer_seconds = 10 ca_bundle = /etc/ssl/certs/ca-certificates.crt

Pianobar version hasn't changed lately. I assume it must be something updated from development branch of Noble Numbat, though I have no idea what.

PromyLOPh commented 4 months ago

Could be a terminal emulator regression, if it’s from the development branch. You could try strace or gdb and see if/where pianobar gets stuck.