mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-02 22:57:34 -05:00
Include Translated Images in Movie Translations #5001
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#5001
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 @danimart1991 on GitHub (Oct 28, 2020).
Is your feature request related to a problem? Please describe.
Hi.
I'm trying to expand Radarr including Translated Images in Movie Search, Movie Details... pages, and in the future be able to generate metadata with this translated images and info.
Describe the solution you'd like
I think the best solution is to maintain the current Images behaviour and add que Images object to each Movie Translation object. I found that Radarr uses https://radarrapi.servarr.com/v1/ to obtain the movie info, but I can't find any info about this "service".
Modify radarrapi servarr to include Translated Images and then modify Radarr. Is this service Open Source?
Additional context
This feature improve de i18n of Radarr.
AB#1033
@austinwbest commented on GitHub (Oct 28, 2020):
You won't find any details about the meta service & it is not open source.
@danimart1991 commented on GitHub (Oct 29, 2020):
I found the translated images in TMDB, so I think is possible to import the urls to RadarrApi and then use it in Radarr.
Is there any reason to privatize Radarr Api or another Servarr things? Any reason to not include this Images Urls?
Thanks
@austinwbest commented on GitHub (Oct 29, 2020):
Because the choice was made to do so :)
And yes it is possible, of course. Just hasn't been done as other things have been more crucial
@danimart1991 commented on GitHub (Oct 29, 2020):
From your words I understand that this is then a possible feature, but what will be done when there is time for less priority things? I think I could help on the Radarr side, but on the Servarr side I have no choice.
@austinwbest commented on GitHub (Oct 29, 2020):
Yea, it is just a matter of storing the entire image object so that way it can be searched for language specific images. Once it is stored, then you are welcome to give it a go :)
@Qstick would be the one to ask about getting the images added to the meta cache :)
@der-eismann commented on GitHub (Jan 3, 2026):
@Qstick I would like to push this topic, are you still with the project? Not sure if #9863 is a duplicate of this or an "extension".
@mynameisbogdan commented on GitHub (Jan 7, 2026):
This would expose the information in the app's API while the other would use it for the posters, but they both depend on the same change being made to the metadata API.