🌊 FluxMedia
The official Python module and PyPI package for FluxMedia, featuring a customizable LAN QR share portal and rich media player.
A powerful, open-source, and cross-platform command-line media downloader designed for simplicity, robustness, and speed.
[!IMPORTANT] Disclaimer & Educational Notice: This program is developed strictly for educational and research purposes. You must obtain explicit permission from the original content creators before downloading any videos or media. The author does not assume any liability for unauthorized downloads or usage of this tool.
🚀 Quick Start
[!TIP] Looking for detailed step-by-step installation instructions for your specific OS (Windows, macOS, Linux, or Termux)? Check out the Detailed OS-Specific Setup Guide.
1. Installation
Install FluxMedia globally on any system running Python 3.10+ directly via pip:
pip install fluxmedia
If you run into an externally-managed-environment error on modern Linux systems, install using pipx instead:
pipx install fluxmedia
2. Execution
Run the interface from any terminal or command prompt:
fluxmedia
✨ Key Features
| Feature | Description |
|---|---|
| 🎨 Dynamic Console TUI | Renders rich tables, panels, and live progress bars for download speeds, ETA, and file sizes. |
| 🎵 Smart Audio Extraction | Automatically extract and convert media into high-quality MP3 (192kbps) with embedded cover art and metadata. |
| 🏷️ Metadata Embedding | Automatically write video thumbnails and details (description, uploader, dates) directly into your downloads. |
| 📚 Batch Downloads | Save entire playlists or recent uploads from content creator channels. |
| 📝 Subtitles Capturing | Download caption files directly for specified language codes. |
| ⚙️ Global Settings | Customize download folders, default formats, filename structures, and UI themes inside the app. |
| 🌐 LAN QR Share Portal | Easily share downloaded media over your local network using an interactive web portal. |
🛠️ Requirements & Setup
- Python: Version 3.10 or higher.
- FFmpeg (Highly Recommended): Required for merging high-definition video formats and converting audio to MP3.
# Windows
winget install Gyan.FFmpeg
# macOS
brew install ffmpeg
# Linux (Debian/Ubuntu)
sudo apt install ffmpeg
🔍 Troubleshooting
1. LAN QR Sharing Fails on Phone/Tablet
If your phone cannot load the link generated by the QR Share Server (http://<IP>:8000):
- Windows Network Profile: Windows Firewall blocks incoming traffic on Public networks. Open Windows Settings ➔ Network & internet ➔ Wi-Fi, click your connection properties, and change the network profile type to Private.
- Windows Firewall Inbound Rule: Add an inbound firewall rule in PowerShell to whitelist port 8000:
New-NetFirewallRule -DisplayName "FluxMedia LAN Share" -Direction Inbound -Action Allow -Protocol TCP -LocalPort 8000-8020
- Same Network: Ensure your phone is connected to the exact same Wi-Fi connection (or phone hotspot) as your laptop.
2. Audio Extraction or Trimming Fails
- FFmpeg Dependency: Merging streams, converting to MP3/M4A, and trimming downloads require FFmpeg. Make sure you have FFmpeg installed on your machine and added to your system's PATH.
3. Permission Denied on Android (Termux)
If downloads fail with PermissionError when writing to /sdcard/Download/FluxMediaDownloads/:
- Run the following command in Termux to grant file system storage access permissions:
termux-setup-storage
4. Locked Files on Windows Update
If upgrading FluxMedia or yt-dlp inside the app fails because the files are locked in memory:
- Close the application and run the update command directly from a standard terminal window:
pip install -U fluxmedia
5. SSL Certificate Verification Failures
If downloads fail with [SSL: CERTIFICATE_VERIFY_FAILED]:
- macOS Users: Go to your Applications/Python folder and double-click
Install Certificates.command. - All Platforms: Run:
pip install --upgrade certifi
👑 Credits & Support
This project was created and is fully maintained by pdev-labs. I am a student in India (Standard 11, PCM with CS) and I spent a couple of weeks designing, coding, and perfecting FluxMedia alone.
If you find this tool helpful, please support my work by giving it a star on GitHub! ⭐
- Support via UPI:
priyanshuc@fam
🐛 Bugs, Errors & Feedback
Got an issue, bug, or feature request? I would love to hear from you! Please file reports directly at: 👉 FluxMedia Issue Tracker
📜 Changelog
Check out the full CHANGELOG.md for detailed release history.
Latest Release: [v1.6.18]
- Changelog Maintenance: Added automated rules for maintaining
CHANGELOG.mdandREADME.md. - Global Video Download Countdown: Added a 5-second interactive terminal countdown prompt when standard video files already exist on disk (yt-dlp).
- Instagram Profile Countdown: Added smart 5-second interactive Terminal prompts to the Instagram downloader.
- Instagram Profile Scraper: Implemented a new scraper option via
instaloaderto bulk download all public media. - TUI Instagram Support: Added a dedicated
📸 Instagramtab to the advanced Textual UI interface.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fluxmedia-1.6.19.tar.gz.
File metadata
- Download URL: fluxmedia-1.6.19.tar.gz
- Upload date:
- Size: 92.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dc62342a81e00a7f84a93425cad26bf247218df3bc1a5c25927aa63becb4cd9
|
|
| MD5 |
ee9b3aea9794c4392b38f6bf7c73934a
|
|
| BLAKE2b-256 |
2a9cf52cd18dd404c7f49af5705076ce51d809a5ff4067b7d5319ab93d06d117
|
Provenance
The following attestation bundles were made for fluxmedia-1.6.19.tar.gz:
Publisher:
publish.yml on pdev-labs/FluxMedia
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fluxmedia-1.6.19.tar.gz -
Subject digest:
8dc62342a81e00a7f84a93425cad26bf247218df3bc1a5c25927aa63becb4cd9 - Sigstore transparency entry: 2184950935
- Sigstore integration time:
-
Permalink:
pdev-labs/FluxMedia@bf9c7f14405aa653aceb3609bdcbd31072e35458 -
Branch / Tag:
refs/tags/v1.6.19 - Owner: https://github.com/pdev-labs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bf9c7f14405aa653aceb3609bdcbd31072e35458 -
Trigger Event:
release
-
Statement type:
File details
Details for the file fluxmedia-1.6.19-py3-none-any.whl.
File metadata
- Download URL: fluxmedia-1.6.19-py3-none-any.whl
- Upload date:
- Size: 91.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c4d2aa2ee64f73aa87dde4cda3369fdbf323ffc9c49d9715bbbff98624257b
|
|
| MD5 |
5a3a2f2b9de37ac6811eb981c828622c
|
|
| BLAKE2b-256 |
2690dd1ad5036ee13cb56c4fec576e0c3a28636f4e0c326fdfd0bb6239312b25
|
Provenance
The following attestation bundles were made for fluxmedia-1.6.19-py3-none-any.whl:
Publisher:
publish.yml on pdev-labs/FluxMedia
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
fluxmedia-1.6.19-py3-none-any.whl -
Subject digest:
95c4d2aa2ee64f73aa87dde4cda3369fdbf323ffc9c49d9715bbbff98624257b - Sigstore transparency entry: 2184951044
- Sigstore integration time:
-
Permalink:
pdev-labs/FluxMedia@bf9c7f14405aa653aceb3609bdcbd31072e35458 -
Branch / Tag:
refs/tags/v1.6.19 - Owner: https://github.com/pdev-labs
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@bf9c7f14405aa653aceb3609bdcbd31072e35458 -
Trigger Event:
release
-
Statement type: