mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Add a subtitles present column to the table format list #9270
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
On Hold: MetadataAPI Blocking
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Help Wanted
Status: In Progress
Status: Indexer - need invite
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
lidarr-pull
no-conflict
not-pulled
readarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Radarr#9270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hechz on GitHub (Sep 13, 2025).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
No
Describe the solution you'd like
I'd like to filter my non-English movies for those that are missing subtitles. I've put together a script that spins up OpenAI Whisper containers to perform the SRT generation, but switching between Bazarr and Radarr to collate the list of films that need to be processed is a little unwieldy.
It would be more convenient to be able to add a filter for subtitlePresent(true|false) and have a column in the output that showed the subtitle languages present.
Describe alternatives you've considered
I could write a script to validate subtitles via the Radarr and Bazarr APIs, but that wouldn't be particularly portable or user-friendly
Anything else?
no
@hechz commented on GitHub (Sep 14, 2025):
I just noticed that the column does exist on the Movie Item page:
@hechz commented on GitHub (Sep 14, 2025):
I guess it should be trivial to add it to the list view for all movies
@bakerboy448 commented on GitHub (Sep 14, 2025):
The movie index is for movie properties only not movie file properties