assemblrr/bin
soulis-1256 9ac07caf12
Scope TV request-delete to requested seasons
Seerr's DELETE /api/v1/media/:id/file is title-scoped and would wipe
every remaining season. For a TV request that is only a subset, the
gateway now deletes those Sonarr episode files and unmonitors them,
then drops the request. Movies and last remaining seasons still use
the title-level cascade.

media-purge --seasons and the inotify watcher match that: a season
path never title-purges (other seasons may only be monitored). qB
cleanup requires a season token, refuses multi-season and S01-03
packs, and uses the same title-boundary rules as title-level. *arr
recycle bin is /data/media/.recycle with 7-day cleanup.

Sonarr uncertainty (missing key, failed episodefile list, empty TV
season list) returns 502 and leaves the request. The gateway mounts
config/sonarr/ as a directory so first install cannot replace
config.xml with a Docker-created directory.
2026-08-16 12:04:27 +03:00
..
cli.sh Add modular config edit and wait for healthy services 2026-08-13 21:50:59 +03:00
config.sh Select Bazarr providers via fzf from the live image 2026-08-12 15:08:59 +03:00
docker-install.sh Use lowercase assemblrr as the product name 2026-08-05 14:05:14 +03:00
setup.sh Scope TV request-delete to requested seasons 2026-08-16 12:04:27 +03:00