Page 1 of 1

[Feature request] Simpler access to change language

Posted: 11 Feb 2026, 12:42
by udelledo
I often have to catalog entries from different nationalities, and I like my folders to reflect the original language of the content. I.e. using italian title for italian movies, french title for french movies and so on.

To get this I always have to remember to change the language in the preferences. It would be awesome if there was a dropdown with the current language right on top of the match and rename button so it's easier to know which language is being used and reduce the steps required to change it.

Re: [Feature request] Simpler access to change language

Posted: 11 Feb 2026, 14:33
by rednoah
:arrow: You'll want to use {primaryTitle} instead of {n} in your format, that'll give you the original movie / series name, that way you can process all the different movies from all the different countries / languages at once:

Format: Select all

{ primaryTitle }

:idea: Alternatively, you could use the {localize} dynamic localization binding to switch language based on some arbitrary criteria at format time, e.g. audio stream language:

Format: Select all

{ localize[audio[0].language].n }