mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Feature Request: Add Audio Codec, Video Codec, Resolution, and GB/Hour columns to Movies table view #9345
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#9345
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 @peterdrier on GitHub (Jan 13, 2026).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
When browsing my movie library in table view, I want to quickly see encoding information (codec, resolution) and
storage efficiency (GB per hour of runtime) without opening each movie's details.
Describe the solution you'd like
Add the following optional columns to the Movies index table view:
Additionally:
These columns would be hidden by default and available through the column picker.
Describe alternatives you've considered
Currently I need to click into each movie's details or use the file editor to see codec/resolution information.
Having it in the main table view would be much more efficient for library management.
Anything else?
This information is already available via
movieFile.mediaInfo- this feature simply exposes it in the table view.I'll have a branch with the changes available momentarily. Happy to work through the process to get it integrated if approved.
@peterdrier commented on GitHub (Jan 25, 2026):
Bump. There’s a PR to complete this in the queue. Happy to change / modify things if I can somehow fit project intentions better.