[iptv-checker] Remove the unused source files left by the standard listing - #218
Merged
dispatcharr-plugins-bot[bot] merged 3 commits intoAug 7, 2026
Conversation
…sting This listing is source_type external. The Hub downloads the release archive named by source_url and never reads these files: build-zips.sh takes the external branch and fetches the ZIP. They are the last copy of the old standard-mode source, pinned at 1.26.1741204, so anyone reading them sees code that is many versions behind what the listing installs.
…sting This listing is source_type external. The Hub downloads the release archive named by source_url and never reads these files: build-zips.sh takes the external branch and fetches the ZIP. They are the last copy of the old standard-mode source, pinned at 1.26.1741204, so anyone reading them sees code that is many versions behind what the listing installs.
This comment has been minimized.
This comment has been minimized.
Unblocks the version-bump check on this pull request, and ships a scheduler fix measured on a live install: a plugin discovery pass that re-imported the module inside the elected scheduler process left two scheduler loops running, and the nightly cron fired twice 1.34 seconds apart. The per-minute fire claim is now recorded on disk with O_EXCL, so it survives a re-import.
Plugin Validation ResultsModified plugins: 1 Plugin:
|
| Check | Status | Details |
|---|---|---|
| Required fields | ✅ | All required fields present |
| Release artifact | ✅ | Artifact reachable at resolved URL |
| Maintainers | ✅ | PiratesIRC |
| License | ✅ | MIT - MIT License |
| Permission | ✅ | You have permission to modify this plugin |
| Version | ✅ | 1.26.2191151 |
| Version bump | ✅ | 1.26.2181303 → 1.26.2191151 |
View release v1.26.2191151 on GitHub · Compare v1.26.2181303...v1.26.2191151
🎉 All validation checks passed!
This PR modifies 1 plugin(s) and all checks have passed.
Other plugins by PiratesIRC in this repository (6)
| Plugin | Slug | Version |
|---|---|---|
| Channel Mapparr | channel-mapparr |
1.26.2170831 |
| EPG Janitor | epg-janitor |
1.26.1791309 |
| Event Channel Managarr | event-channel-managarr |
1.26.1711720 |
| Lineuparr | lineuparr |
1.26.2171315 |
| Newsflasharr | newsflasharr |
1.26.2171427 |
| Stream-Mapparr | stream-mapparr |
1.26.2141957 |
dispatcharr-plugins-bot
Bot
merged commit Aug 7, 2026
ad108d3
into
Dispatcharr:main
10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes
plugin.pyand__init__.pyfromplugins/iptv-checker/. No manifest change, and no version bump, because nothing about what gets installed changes.This listing is
source_type: external..github/scripts/publish/build-zips.shtakes the external branch and downloads the archive named bysource_url, so these two files are never read. They are the last remnant of the standard-mode listing and are pinned at 1.26.1741204, which is many versions behind the 1.26.2181303 the listing now installs, so anyone opening them sees stale code.Follow-up to #216, where @sethwv was happy either way and I left them in place to keep that change minimal.
README.md,logo.pngandplugin.jsonstay.