Skip to content

IPTV checker tool for Docker && Desktop && CMD, check your playlist is available

Notifications You must be signed in to change notification settings

zhimin-dev/iptv-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iptv-checker

中文版本

iptv-checker

IPTV checker tool for Docker && Desktop && CMD, check your playlist is available

  • For container versions, go to the docker hub page to find the relevant commands

  • In command-line mode, go to GitHub's release page 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 and look for the download file with a version number that starts with d(means desktop)

Docker Official Package Usage

DockerHub

Run the docker version of iptv-checker with the following commands

docker pull zmisgod/iptvchecker

docker 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

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.0.2
    • 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