2079535098
Television channel menu customization and live source interface 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
Quick Start
Method 1: Command Line Update
pip3 install pipenv
pipenv install
pipenv run build
Method 2: GUI Software Update
-
Download Update tool software, open the software, click update to complete the update
-
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, stability uncertain (recommend this version only for subscription sources)
- driver: Higher performance requirements, slower update speed, high stability, high success rate (use this version for online search, multicast sources)
1. Pull the image:
For requests version:
docker pull guovern/tv-requests:latest
For driver version:
docker pull guovern/tv-driver:latest
2. Run the container: docker run --name tv-requests or driver -d -p 8000:8000 guovern/tv-requests or driver
3. Check the update results: Visit (domain:8000)
4. Customization (optional):
- Modify the template:
docker cp your_system_path/user-demo.txt tv-requests or driver:/app/user-demo.txt
- Modify the configuration:
docker cp your_system_path/user-config.py tv-requests or driver:/app/user-config.py
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
If you don't want to bother, and my configuration just meets your needs, you can use the following links:
- Interface source: https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/result.txt
- Data source: https://ghproxy.net/raw.githubusercontent.com/Guovin/TV/gd/source.json
Changelog
License
MIT License © 2024-PRESENT Govin
Appreciate
Languages
Python
100%