r0bc94 / JellyfinDownloader

Tool to download Series or Movies from a Jellyfin Server
5 stars 2 forks source link

Fix Flicker Issue of the Progress Bar on Windows Terminal #8

Closed r0bc94 closed 3 months ago

r0bc94 commented 4 months ago

On Windows terminal, the handling of the progressbar Rendering is a bit different. Because of this, we need to tell the progressbar to use special ansi codes to clear out the line, where the progressbar resided.

Also this PR will fix some smaller issues I found.