A More Intelligent Tube Converterπ‘
This week's beta features some bug fixes and new features for users to try out as we work our way to a stable C# release!
First, we added a brand new queue system to Tube Converter which will separate downloads into three respective categories: Downloading
, Completed
, and Queue
. The max number of active downloads can be changed in preferences (the default value is 5). If too many active downloads are in progress, a new download will be placed into the queue. Once an active download finishes, the queued download will be moved up into the Downloading section and start downloading.
Furthermore, we added the ability to view a download's logs as the download is occurring, giving power users an insight into the behind the scenes of a download.
All that's left for us to complete is playlist support, #2 before the stable release. There is also currently a known yt-dlp issue in which downloads may be slower than they were a few weeks ago. This is being looked into and a fix is being actively worked on yt-dlp's side of things.
A Message To Translators π
Please update all translations on Weblate before Friday, March 10 2023, to be included in the stable release.
Full Changelog π
- Tube Converter has been rewritten in C#. With the C# rewrite, Tube Converter is now available on Windows!
- Added a queue system with a max number of active downloads option in Preference
- Added download progress/speed indicators
- Added the ability to view a download's log as the download is in progress
- Added the ability to open the save folder after the download is complete
- Redesigned download rows to better fit small screens/mobile devices
- Fixed UI freeze while downloads in progress
- Fixed being unable to close the Preferences window with the Esc key
- Fixed missing GNOME HIG keyboard shortcuts (Ctrl+W, F10)
Install π§βπ»
GNOME
flathub-beta:
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.nickvision.tubeconverter
flatpak run org.nickvision.tubeconverter//beta
Manually
- Download the
org.nickvision.tubeconverter.flatpak
file from the assets below - Run
flatpak install org.nickvision.tubeconverter.flatpak
from the directory containing the .flatpak file - Run
flatpak run org.nickvision.tubeconverter//master
to start the app! (You should also see it in your app grid)
Windows
This is a beta version, bugs are expected. Please file a bug report for any issue found