Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 2.4 KB

README_en.md

File metadata and controls

82 lines (50 loc) · 2.4 KB

TVBox Custom TV Channel Menu and Live Source Interface Automatic Verification and Update Tool

Customize channel menus and automatically obtain and update the latest live source interfaces based on template files, verify, and generate usable channel interface files.

中文 | English

Features

  • Custom templates for creating desired channel categories and order
  • Supports multiple source acquisition methods: online search, multicast source, hotel source, subscription source
  • Interface speed testing and verification, with priority on response time and resolution, filtering out ineffective interfaces
  • Scheduled execution at 6:00 AM Beijing time daily
  • Supports various execution methods: workflows, command line, GUI software, Docker
  • For more features, see Config parameter

Config

Config parameter

Quick Start

Method 1: Command Line Update

pip3 install pipenv
pipenv install
pipenv run build

Method 2: GUI Software Update

  1. Download Update tool software, open the software, click update to complete the update

  2. Or run the following command in the project directory to open the GUI software:

pipenv run ui

Method 3: Docker Update

  • requests: lightweight, low performance requirements, fast update speed, lower success rate
  • driver: large footprint, higher performance requirements, slow update speed, high stability and success rate
1. Pull the image:

requests version:
docker pull guovern/tv-requests:latest

driver version:
docker pull guovern/tv-driver:latest

2. Run the container: docker run -d -p 8000:8000 tv

3. Access (domain:8000) to check the update results

Note: Link to the result file after updates of methods one to three: http://local ip:8000

Method 4: Workflow Update

Fork this project and enable workflow updates

More detailed tutorial

If you don't want to bother, and my configuration just meets your needs, you can use the following links:

Changelog

Changelog

License

MIT License © 2024-PRESENT Govin

Appreciate

image