Closed sgtrusty closed 3 months ago
Good idea, just needs a little bit of ui change, maybe adding an arrow button next to the download button that toggles the download queue list view, also not too complicated since resuming downloads is handled by yt-dlp.
A PR is welcome if you want to contribute this feature, otherwise I can get on it when I'm free :)
Also not sure if iced (or iced-aw) provides a table widget to display the download queue and stuff
@BKSalman I found this one in python https://github.com/axcore/tartube
Not sure if still feasible for me to do this, but feel free to keep open for time being.
Edit: thread for more gui's
Np, thank you for sharing other nice projects :), could be a decent source of inspiration
started a new branch for this feature, hopefully I can have enough free time to finish it quickly
I think this feature won't be implemented in the near future since the application design is very simple, and I'm planning to keep it that way.
I might change my mind later tho, but no promises.
Rationale
Resumable downloads for long queues.
In that lib, you can provide a link and it gets added to the download queue. Starting this issue because this is the only gui source project I found with compatibility with my setup (arch linux). Tooling is also nice, I am a rust newbie but I have contributed to open source python / javascript libs in the past so I can definitely put some initiative here. I also think that the nix streamlining will be interesting to look at for me.
Solution
Reference images