Removed: the GitHub update checker
The settings page no longer shows a "Plugin Version Status" line, and the plugin no longer contacts
GitHub at all. Everything behind that line is gone: the cache file
/data/event_channel_managarr_version_check.json, the once-a-day throttle, the release lookup, and
the refresh that ran when you clicked Validate Configuration. The installed version is still shown by
Dispatcharr on its Plugins page.
Rewritten: every settings label and action description
The input format now appears in the label itself, because that is what gets read first:
- Channel Profile Names (Required, comma-separated)
- Channel Groups (comma-separated)
- Scheduled Run Times (24-hour, comma-separated)
Every help text now names the separator, gives a worked example, and says what leaving the box blank
does. Every action description says what the button does and what it leaves alone.
Three points were checked against the code rather than carried over from the old wording:
- Profile names and channel group names are matched without regard to capitalisation.
- Run Now and Dry Run always write a CSV. "Enable Scheduled CSV Export" controls scheduled runs only.
- Scheduled run times are read in Dispatcharr's own system timezone.
No behaviour changes: no setting was added, removed or renamed, and the scan itself is untouched.