Skip to content

Latest commit

 

History

History
146 lines (121 loc) · 5.54 KB

File metadata and controls

146 lines (121 loc) · 5.54 KB
logo

iptv-checker

iptv-checker, check your playlist is available

Chat Server

中文 / English

zhimin-dev%2Fiptv-checker | Trendshift

introduce

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, you can find download files from this page GitHub's release page

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

Then open your browser and visit http://127.0.0.1:8081/.

Docker-Compose Deployment

docker-compose up -d

Star History

Star History Chart

Changelog

  • 4.5.1
    • Try to fix issues that are not being checked
    • Support triggering checks via CLI
  • 4.5.0
    • support EPG configuration
  • 4.4.0
    • Supports configuration backup and restore
    • Supports separate export of IPv4 and IPv6 results
    • Fixes some issues(0203)
  • 4.3.0
    • Add new TV logo upload configuration
    • Fix errors in crawling channels that cause service exceptions
  • 4.2.0
    • new feature
      • add Favourite Channels
      • add spider setting
      • Move the special character replacement to the settings menu
    • bug fix
      • Fix the bug where converting Traditional Chinese to Simplified Chinese doesn't work
  • 4.1.9
    • Fixed some missing translations
    • Fixed the issue where the last updated time was not refreshed after task completion
    • Added 'Character Replacement Configuration' feature
  • 4.1.7
    • Fix the bug that may cause background processes to malfunction
    • Reuse of local detection UI and backend detection UI
  • 4.1.6
    • Fixed the issue where ffmpeg checks stuttering
    • Fix an issue where the web page is displayed after refresh
  • v4.1.5
    • Fixed the issue that the icon of the webpage could not be displayed properly
    • Fixed some missing English translations
    • Try to resolve the ffmpeg detection stuttering issue
  • v4.1.4
    • New Features
      • Added a donation entry
      • Background tasks now support retaining only two tasks with the same name
      • Background tasks now support skipping non-HTTP sources (e.g., RTMP) during HTTP checks
    • Optimizations
      • Improved UI and logic for adding background tasks, making it more aligned with user operation habits
      • Optimized the background task list
      • Added a confirmation pop-up when deleting background tasks
    • Bug Fixes
      • Fixed an issue where FFmpeg checks caused background tasks to fail
      • Optimized the issue of checks getting stuck due to renaming channel names
  • 4.1.3
    • Resolved backend verification failure halting all jobs
  • 4.1.2
    • Remove some useless characters from the program name, such as '[HD]' or '123231 [SD]'
    • Fixed the bug that the exported file was empty when the check was not checked
    • cmd mode to search for channel mode
    • FFMPEG check is supported to force the detection result to be more accurate
  • 4.1.1
    • Fixed the bug that complex m3u files could not be parsed
  • v4.1.0
  • 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