-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows: detect if on metered connection #3005
Comments
So use case: you're downloading via your wifi at home, with stuff still in the Queue. Then you switch to a metered connection, like in the train, and SAB detects and stops downloading? How much extra MB does that add to SABnzbd's exe? Or is it already imported? Looks like a niche case to me. When is something a "metered connection"? When a Windows is using the internal SIM / 4G / 5G? Or also if using the wifi hotspot of your phone? Or is that defined by Windows / the user's setting in Windows? How many users have a metered connection in their laptop, and are worried about usage? What if you're on "Train Wifi", "Work Wifi", or "Hotel Wifi"? Shouldn't we introduce "Only download if connected via Wifi network X, Y or Z"? And if SAB decides to now download, give a big, big message in the GUI? |
Metered isn't only limited to wifi Having this option makes sense regardless of a user scenario that could end up using one. But definitely need a message to warn since people may accidentally be on one and be confused why things aren't working. Ive seen people use metered connections as a way to stop certain software activation stuff from working (on purpose).. so sometimes it gets missused on purpose. |
website: "You can manually set Wi-Fi and Ethernet network connections to metered if you want to reduce the amount of data used by apps and services on that network. A cellular data network connection is set as metered by default." That covers the use caes like "Train Wifi". Nice! |
Ah, "metered" is there in Ubuntu too: See screenshot. And you can check if active netowork connection is metered with: (EDITED with easier code)
Output:
... not metered
... metered A different Wifi
... not metered I'm in! |
Description
Maybe usefull to add?
Pause downloading if we detect on metered?
The text was updated successfully, but these errors were encountered: