MasterDraco 86b44be1cc Add patch v2.7.0 to v2.7.1: Documentation update
- Updated README with accurate feature descriptions
- Clarified M3U8/HLS streaming support (no direct DVB cards)
- Added Coinbase Commerce payment documentation
- Included comprehensive patch management system details
- Corrected version information throughout
2025-09-20 22:45:07 +00:00

IPTV Server Updates Repository

This repository contains patches and updates for the IPTV Server system.

Structure

  • patches/ - Contains incremental patches between versions
  • releases/ - Release manifests for each version
  • current.json - Points to the latest stable version

Patch Format

Each patch directory follows the naming convention: vX.Y.Z-to-vX.Y.Z/

Inside each patch directory:

  • patch.json - Metadata about the patch
  • files/ - Changed files to be applied
  • scripts/ - Pre/post update scripts
  • rollback/ - Data for rolling back the patch

How Patches Work

  1. The IPTV server checks this repository periodically
  2. Compares its current version against current.json
  3. Downloads and applies patches sequentially
  4. Each patch is validated before application
  5. Automatic rollback on failure

Creating a New Patch

See PATCH_CREATION_GUIDE.md for detailed instructions.

Version History

  • v2.7.0 - Initial release (2025-09-20)
S
Description
Updates for the iptv server
Readme 81 KiB
Languages
Python 95.8%
Shell 4.2%