Skip to content

Show file extensions in banner pill and fix Docker eviction duplicate#132

Merged
StudioNirin merged 1 commit into
StudioNirin:mainfrom
Brandon-Haney:pr/misc-fixes
Apr 7, 2026
Merged

Show file extensions in banner pill and fix Docker eviction duplicate#132
StudioNirin merged 1 commit into
StudioNirin:mainfrom
Brandon-Haney:pr/misc-fixes

Conversation

@Brandon-Haney

@Brandon-Haney Brandon-Haney commented Apr 5, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Show file extensions in the operation banner pill for better identification
  • Fix Docker eviction duplicate bug where the same file could appear twice

Test plan

  • Verify banner pill shows file extensions during operations
  • Verify no duplicate entries appear during Docker eviction runs

… bug

Banner pill truncation now preserves file extensions (e.g., "Movie Name...mkv"
instead of "Movie Name..."). Full filename shown on hover via title attribute.

Fix eviction second-pass duplicate detection: eviction_set compared cache paths
against host paths in Docker (cache=/mnt/cache vs host=/mnt/cache_downloads),
causing associated files to be added to media_to_array twice. Now tracks both
path formats for correct deduplication.

Add diagnostic logging to _build_restore_sibling_map() for grouping issues.
@StudioNirin StudioNirin merged commit 165fe44 into StudioNirin:main Apr 7, 2026
2 checks passed
@Brandon-Haney Brandon-Haney deleted the pr/misc-fixes branch April 7, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants