Add a subtitles present column to the table format list #9270

Closed
opened 2026-02-20 00:12:18 -05:00 by deekerman · 3 comments
Owner

Originally created by @hechz on GitHub (Sep 13, 2025).

Is there an existing issue for this?

  • I have searched the existing open and closed issues

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

Originally created by @hechz on GitHub (Sep 13, 2025). ### Is there an existing issue for this? - [x] I have searched the existing open and closed issues ### 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
Author
Owner

@hechz commented on GitHub (Sep 14, 2025):

I just noticed that the column does exist on the Movie Item page:

Image
@hechz commented on GitHub (Sep 14, 2025): I just noticed that the column does exist on the Movie Item page: <img width="3468" height="201" alt="Image" src="https://github.com/user-attachments/assets/41eeba3a-f566-4069-ae5f-50d5c24eaa37" />
Author
Owner

@hechz commented on GitHub (Sep 14, 2025):

I guess it should be trivial to add it to the list view for all movies

@hechz commented on GitHub (Sep 14, 2025): I guess it should be trivial to add it to the list view for all movies
Author
Owner

@bakerboy448 commented on GitHub (Sep 14, 2025):

The movie index is for movie properties only not movie file properties

@bakerboy448 commented on GitHub (Sep 14, 2025): The movie index is for movie properties only not movie file properties
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Radarr#9270
No description provided.