6 Jun
2005
6 Jun
'05
22:38
Hello, On 05.06.05, Horst Eyermann wrote:
in my plug in I'd like to display a progress bar.
I use playbackinfochanged event but it only gets called once when a new song is played. What do I need to do to implement a progress bar?
A playbackinfochanged is being sent every second, namely every time the elapsed time has changed. That's how the player progress bar (see src/playerwin.py) is implemented. Jörg