You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Music playback is interrupted at the end of a playlist while the next playlist loads. When using public proxies as control_proxy, one can often expect these delays to become very long, sometimes a minute or more (!) - involving frequent timeouts and retries too.
It would be great if pianobar could asynchronously preload the next playlist before it's needed, e.g. when the last song in the current playlist starts playing.
Thanks! :)
Your environment
pianobar 2020.04.05 on Gentoo Linux
The text was updated successfully, but these errors were encountered:
pianobar does not have any asynchronous operations and loading a new playlist ahead of time would block the interface while doing so. Changing that would require quite a bit of work, but if anyone wants to go for it, go ahead.
Subject of the issue
Music playback is interrupted at the end of a playlist while the next playlist loads. When using public proxies as
control_proxy
, one can often expect these delays to become very long, sometimes a minute or more (!) - involving frequent timeouts and retries too.It would be great if pianobar could asynchronously preload the next playlist before it's needed, e.g. when the last song in the current playlist starts playing.
Thanks! :)
Your environment
pianobar 2020.04.05 on Gentoo Linux
The text was updated successfully, but these errors were encountered: