feat(strm): add support for configuring host in generated .strm files#252
Merged
javi11 merged 9 commits intojavi11:mainfrom Feb 3, 2026
Merged
feat(strm): add support for configuring host in generated .strm files#252javi11 merged 9 commits intojavi11:mainfrom
javi11 merged 9 commits intojavi11:mainfrom
Conversation
…ooks - Fixes JSON unmarshalling error when deletedFiles is false - Adds MovieFile struct to ArrsWebhookRequest to correctly parse file paths - Handles MovieDelete and SeriesDelete events by recursively removing health records and metadata - Adds comprehensive tests for webhook parsing and health record deletion
- Adds 'host' field to WebDAV configuration in config.yaml - Updates STRM generator to use the configured host (or localhost if empty) - Adds 'External Host' input to the WebDAV settings in the UI - Includes unit tests for STRM generator host configuration - Updates sample config with new option
…ary wipes The EpisodeFileDelete webhook from Sonarr was previously processed by marking the associated file path for deletion. This was too aggressive and could lead to accidental wipes of the entire library content. This change unconditionally ignores these events and returns a success response.
… up webhook logic
drondeseries
referenced
this pull request
in drondeseries/altmount_old
Apr 16, 2026
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.
Fixes #248
Changes
hostfield toWebDAVConfig.localhost) when generating streaming URLs.hostfield (with password masking).config.sample.yamlwith the new option.Verification
.strmfiles are generated with the configured host via unit tests.