| Summary: | Option to configure network proxy | ||
|---|---|---|---|
| Product: | [Applications] PlasmaTube | Reporter: | Alireza Rashidi <alirezarashidigoorabi> |
| Component: | general | Assignee: | Linus Jahn <lnj> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | espidev, josh |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/plasmatube/-/commit/48d486975e3ec5e936b7b3c8931ba1610d2a8333 | Version Fixed/Implemented In: | 24.01 |
| Sentry Crash Report: | |||
|
Description
Alireza Rashidi
2023-08-11 13:31:02 UTC
This is something we can definitely do, other applications have similar settings (like Tokodon, NeoChat, etc) Git commit 48d486975e3ec5e936b7b3c8931ba1610d2a8333 by Joshua Goins. Committed on 22/10/2023 at 00:52. Pushed by redstrate into branch 'master'. Add support for network proxy Unfortunately due to an upstream mpv/ffmpeg limitation, only HTTP proxies are supported. That's better than nothing! A +117 -0 LICENSES/GPL-2.0-only.txt A +232 -0 LICENSES/GPL-3.0-only.txt A +12 -0 LICENSES/LicenseRef-KDE-Accepted-GPL.txt M +1 -0 src/CMakeLists.txt M +29 -1 src/config.kcfg A +122 -0 src/contents/ui/NetworkProxyPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] M +9 -0 src/contents/ui/SettingsPage.qml M +28 -0 src/plasmatube.cpp M +1 -0 src/plasmatube.h M +11 -0 src/videocontroller.cpp https://invent.kde.org/multimedia/plasmatube/-/commit/48d486975e3ec5e936b7b3c8931ba1610d2a8333 |