overseerr
overseerr copied to clipboard
feat: add setting to hide specials season and prevent requesting specials
Description
- Add hideSpecials boolean setting to MainSettings interface
- Add UI checkbox in Settings to toggle hiding specials season
- Filter out season 0 (specials) from TvRequestModal when hideSpecials enabled
- Hide specials season from TvDetails page season list when setting enabled
- Update completion status calculation to exclude specials when hidden
- Add hideSpecials to API documentation and test configurations
- Add English translations for new setting labels
Screenshot (if UI-related)
To-Dos
- [x] Successful build
yarn build - [x] Translation keys
yarn i18n:extract - [x] ~~Database migration (if required)~~ N/A
Issues Fixed or Closed
- Enhances #4101
- Partial fix on #3796 (if specials are set to hidden)
Excited for the code review! I'd love to pull an update with these changes. :)
@sct is this project still actively maintained?