-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very large commit to merge into next
- yt_dlp integration is complete. Download thread can now accept a video download instance and connect to yt_dlp directly so video downloads no longer have to be redirected to aria2. yt_dlp native error messages are also shown in the error dialogs. FFmpeg is built directly from source. - Torrent seeding toggle and seeding ratio settings added to preferences. - Layout is now adaptable with the sidebar now collapsing if the window is shrinked to a certain width. - Preferences page now has separate tabs for Basic, Torrent and Advanced settings. - Scheduler settings page is changed from its own dialog into a navigation page on top of the Preferences dialog. It is also slightly redesigned to make it adaptable. - .torrent files can now be dragged and dropped onto the window to be loaded (fixes #132). - New downloads are now added on the top of the list. Downloads that were paused now stay paused when Varia is launched again, and they load in the same order as before. - A lot of code is refined and deduplicated without any deprecated functionality for better performance and easier maintenance in the future. - Localization improvements, option for translators to pick if the percentage sign is put before or after a percentage number in order to conform with that language. - .desktop file now includes many new keywords (including "bittorrent" as proposed in issue #134). - Each download's state (.varia file) is now saved immediately once the download instance is created instead of when the app is exiting or if the user presses pause. - New .doap file to identify the project is added. - Dependencies information directories changed to include new licenses. - build-for-windows.sh updated to include FFmpeg. It now also downloads aria2c.exe from its GitHub repository automatically instead of asking the user to provide it on their own. Also adjusted to switch to the UCRT runtime of MSYS2. - CONTRIBUTING.md updated to include the new Weblate instance link.
- Loading branch information
1 parent
83995f4
commit 799d002
Showing
38 changed files
with
2,261 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
data/icons/hicolor/symbolic/apps/network-computer-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[Desktop Entry] | ||
# Translators: Do NOT translate or localize the application name. | ||
Name=Varia | ||
Comment=Download files and torrents quickly | ||
Comment=Download files, videos and torrents | ||
Exec=varia | ||
Icon=io.github.giantpinkrobots.varia | ||
Terminal=false | ||
Type=Application | ||
Categories=Network | ||
# Translators: These are search terms to find this application. Do NOT translate or localize the semicolons. The list MUST also end with a semicolon. | ||
Keywords=varia;aria;download;manager;torrent; | ||
Keywords=varia;aria;download;manager;torrent;bittorrent;video;audio;media;ytdlp;YouTube;downloader | ||
StartupNotify=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.