A progress bar has been implemented in Tui.cs, but there is a bug. Namely, when pausing an audio file and then resuming playback, the progressbar position is reset to 0.
The TimePlayed() method adds a timeout to the mainloop and calculates the progress bar position based on total tracklength. It doesn't however, take into consideration pausing.
A progress bar has been implemented in Tui.cs, but there is a bug. Namely, when pausing an audio file and then resuming playback, the progressbar position is reset to 0.
The TimePlayed() method adds a timeout to the mainloop and calculates the progress bar position based on total tracklength. It doesn't however, take into consideration pausing.
Steps to reproduce: