Sfvip All wraps Sfvip Player to add new features:
- Insert an All category when missing so you can easily search your entire catalog.
- Update Mpv and Sfvip Player so you can enjoy their latest features.
- Support an external EPG1.
by MS Defender • 1.1.24010.10 • 1.405.1152.0
by MS Defender • 1.1.24010.10 • 1.405.1152.0
- Check the changelog and notes2.
- Sfvip Player will be automatically installed if missing.
- Please use SfvipUserProxy if you need to add or remove an user proxy for all users in Sfvip Player database.
- Hover your mouse over the Sfvip All logo:
- To open the settings:
- Logo behavior meaning:
Color & pulse | Meaning |
---|---|
slow pulse | Everything is fine |
quick pulse | Sfvip All needs your attention |
- The logs go in pairs: one for the main process and one for the mitmproxy process.
- The logs are to be found in the app folder:
- NSIS will be automatically installed if missing.
- Check the build config.
You need Rust, Python 3.11 x64 & x86:
rustup target add i686-pc-windows-msvc
py -3.11-64 -m dev.create
py -3.11-32 -m dev.create
Get a Github token and a DeepL API key.
Store those in api_keys.py
:
# api_keys.py
GITHUB_TOKEN=your_github_token
DEEPL_KEY=your_deepl_api_key
.sfvip64\scripts\activate
python -m sfvip_all
It's the fastest option but with more AV false positives:
python -m dev.build --pyinstaller
It's the easiest option:
python -m dev.build --mingw
It's the recommended option:
python -m dev.build
You need Visual Studio with those components:
python -m dev.build [--x86 | --x64 | --both] [--pyinstaller | --mingw] [--nobuild | --noinstaller | --readme] [--upgrade] [--publish]
python -m dev.publish [--x86 | --x64 | --both] [--version VERSION] [--info]
It checks for Nsis, Python minor update and all packages dependencies:
python -m dev.upgrade [--x86 | --x64 | --both] [--noeager] [--clean] [--force]
It updates Microsoft Defender engine and signatures before scanning:
python -m dev.scan [--x86 | --x64 | --both]
Translate the UI
python -m dev.translate [--force] [--language LANGUAGE]
Nuitka | Pyinstaller | |
---|---|---|
AV false positives | ✅ lower | ❌ higher |
Run time speed | ✅ faster | ❌ slower |
Distribution size | ❌ bigger | ✅ smaller |
Build time | ❌slower | ✅ faster |