Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhimin-dev/iptv-checker
IPTV checker tool for Docker && Desktop && CMD, check your playlist is available
https://github.com/zhimin-dev/iptv-checker
docker-image iptv-checker iptv-m3u iptv-m3u8 iptv-playlist react rust tauri-app
Last synced: 5 days ago
JSON representation
IPTV checker tool for Docker && Desktop && CMD, check your playlist is available
- Host: GitHub
- URL: https://github.com/zhimin-dev/iptv-checker
- Owner: zhimin-dev
- License: apache-2.0
- Created: 2022-02-15T12:12:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-31T05:41:03.000Z (22 days ago)
- Last Synced: 2025-01-10T06:26:09.774Z (12 days ago)
- Topics: docker-image, iptv-checker, iptv-m3u, iptv-m3u8, iptv-playlist, react, rust, tauri-app
- Language: Makefile
- Homepage:
- Size: 5.32 MB
- Stars: 1,179
- Watchers: 13
- Forks: 108
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[中文版本](https://github.com/zhimin-dev/iptv-checker/blob/main/cn.md)
## iptv-checker
IPTV checker tool for Docker && Desktop && CMD, check your playlist is available
- For container versions, go to the [docker hub](https://hub.docker.com/r/zmisgod/iptvchecker) page to find the relevant commands
- In command-line mode, go to [GitHub's release page](https://github.com/zhimin-dev/iptv-checker/releases) and look for the download file with a version number that starts with `v`(default version)
- For the desktop version, please go to [GitHub's release page](https://github.com/zhimin-dev/iptv-checker/releases) and look for the download file with a version number that starts with `d`(means desktop)
### Docker Official Package Usage
[DockerHub](https://hub.docker.com/r/zmisgod/iptvchecker)
Run the docker version of iptv-checker with the following commands
```bash
docker pull zmisgod/iptvcheckerdocker run -d -p 8081:8089 --name myIp zmisgod/iptvchecker
# Alternatively, specify the port (this time specifying the port as 10001, you need to change the two 10001 places below), output file mapping to local directory
docker run -d -p 8081:10001 -e WEB_PORT=10001 -v ~/icStatic/output:/app/static/output --name myIp ipserver
```Then open your browser and visit `http://127.0.0.1:8081/`.
### Docker-Compose Deployment
```bash
docker-compose up -d
```### frequently asked questions
- If the file is corrupted after the macos is installed, type `xattr -cr /Applications/iptv-checker-desktop.app` to solve the problem
## Changelog
- v4.1.0
- [fix bug 77](https://github.com/zhimin-dev/iptv-checker/issues/77)
- [feature: custom sort](https://github.com/zhimin-dev/iptv-checker/issues/69)
- [feature: support txt file](https://github.com/zhimin-dev/iptv-checker/issues/74)
- fix dark mode ui error
- add fast checker page
- v4.0.4
- upgrade tauri 1.0 to 2.0
- The online playback supports full screen and shows the correct position
- v4.0.3
- fixed the issue that it could not be played on the Windows platform
- v4.0.1
- Bug Fixes
- Issue with the source input box not recognizing data
- Desktop version details page unable to drag issue
- Optimized online viewing experience on the desktop version details page
- Entering details page through public subscription source menu after checking data would show the last state of the check settings menu
- Fixed issue with source detection not being able to pause and check failure
- Background tasks support export and import
- Background tasks added option to not check tasks
- v4.0.0
- UI Update
- Support for Windows, macOS, and Linux desktop clients
- v3.2.1
- Background tasks support concurrency and sorting settings
- Optimized task list download interface
- Fixed issue with smart box parsing data incorrectly
- v3.2.0
- Support for keyword matching
- Support for timeout configuration
- v3.1.1
- Fixed issue with increased CPU usage after background checks
- v3.1.0
- Support for task editing
- Support for immediate task execution
- v3.0.0
- Support for background checking## Contact
[My blog](https://zmis.me/user/zmisgod)