Skip to content

Add obfuscate unseen episodes user setting and functionality#1067

Merged
FuzzyGrim merged 5 commits intoFuzzyGrim:devfrom
corymills:feature/hide_unseen_ep_art_and_description
Apr 25, 2026
Merged

Add obfuscate unseen episodes user setting and functionality#1067
FuzzyGrim merged 5 commits intoFuzzyGrim:devfrom
corymills:feature/hide_unseen_ep_art_and_description

Conversation

@corymills
Copy link
Copy Markdown
Contributor

Summary

Adds a new user setting that allows users to hide episode artwork and blur episode descriptions for unseen episodes, helping avoid accidental spoilers.

Changes

  • New User Setting: obfuscate_unseen_episodes field in the User model (defaults to off)
  • UI Preferences Page: Added toggle in the UI Preferences settings to enable/disable the feature
  • Media Details Template: Episode images are replaced with media poster artwork and descriptions are blurred when the setting is enabled and the episode hasn't been watched
  • Database Migration: Added migration for the new user field
image image

Testing

  • Manual testing of the feature
  • Added unit tests

@66Bunz
Copy link
Copy Markdown
Contributor

66Bunz commented Dec 31, 2025

It could be nice if when clicking the hidden image/plot it reveals

@corymills
Copy link
Copy Markdown
Contributor Author

It could be nice if when clicking the hidden image/plot it reveals

I like that idea a lot. I've added this to the PR.

@andrebk
Copy link
Copy Markdown
Contributor

andrebk commented Feb 13, 2026

Would it be better to blur the episode image, rather than using the season image in its place? Considering they usually use different aspect ratios, I would expect a lot of weird clipping when used like this.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.11%. Comparing base (30c26d8) to head (b0af8ea).
⚠️ Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1067      +/-   ##
==========================================
- Coverage   82.31%   82.11%   -0.21%     
==========================================
  Files          78       78              
  Lines        7742     7744       +2     
==========================================
- Hits         6373     6359      -14     
- Misses       1369     1385      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FuzzyGrim FuzzyGrim merged commit d419e4b into FuzzyGrim:dev Apr 25, 2026
8 checks passed
@FuzzyGrim
Copy link
Copy Markdown
Owner

Thanks for the PR!

I added this:

Would it be better to blur the episode image, rather than using the season image in its place

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.

4 participants