mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Offer "More info language" in original language #8675
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#8675
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 @Jafalex on GitHub (Aug 17, 2024).
Is there an existing issue for this?
Is your feature request related to a problem? Please describe
It is currently impossible to view movies metadata (title, cover and synopsis) in more than one language.
Describe the solution you'd like
In Settings > UI > Language, being able to set
Movie info languagetoOriginal Country.This would avoid this situation:

Describe alternatives you've considered
See movie details from my home country in English.
Anything else?
This above should be enough to understand the request but happy to make more mockups :)
@bakerboy448 commented on GitHub (Aug 17, 2024):
The poster is not / would not be in scope
@Jafalex commented on GitHub (Aug 17, 2024):
All good, the rest would already be a huge win. Although I'm interested to know how Plex is able to update artwork upon changing metadata language for a library and/or single item.
Thanks :)
@mynameisbogdan commented on GitHub (Aug 17, 2024):
But why did you highlighted the path and quality profile name, the latter being the name you defined in settings?
@Jafalex commented on GitHub (Aug 17, 2024):
Like I said this screenshot is to show what situation I want to avoid, that is looking at metadata displayed in two different languages for the same movie.
So I wanted to avoid being pointed to the
Standard Movie FormatandMovie Folder Formatsections of Media Management, which is working great thanks to{Movie OriginalTitle}, and isn't what I'm looking for here.Makes sense?
@mynameisbogdan commented on GitHub (Aug 17, 2024):
Of course, just wanted to make sure we're on the same page with what's possible and whatnot.
@mynameisbogdan commented on GitHub (Aug 17, 2024):
OriginalTitlebeing a separate property is easier to implement, butOverviewis not and it breaks our current implementation of loading all translations at once in order to improve the loading time.It's not a priority at the moment to refactor the translations logic to support this, but maybe one day.
@Jafalex commented on GitHub (Aug 17, 2024):
Thanks for looking into it, I was afraid it would be the case for the synopsis. Any chance to still press forward with
OriginalTitlethough? This would be an awesome feature! Thanks