Skip Navigation

Radarr: Renaming file to contain multiple audio formats in title

My Current setup is something like this

{Movie.CleanTitle}.({Release Year}).{Edition.Tags}.{{Quality.Title}.{MediaInfo.VideoCodec}.{MediaInfo.VideoBitDepth}bit.{MediaInfo.VideoDynamicRange}.{MediaInfo.AudioCodec}.{MediaInfo.AudioChannels}{.MediaInfo.AudioLanguages}{-Release.Group}}

Because of this if there is a file with Russian audio as default and English as secondary I get a name like this

Avengers.Infinity.War.(2018).{Remux-2160p.HEVC.10bit.HDR.AC3.5.1.[RU+EN]-ExKinoRay}.mkv

I'd instead like to have the name of the file reflect similar to this

Zootopia.(2016).{Remux-2160p.x265.10bit.HDR.AC3.5.1.TrueHD Atmos.7.1.[RU+EN]-seleZen}.mkv

In this AC3 is the audio format for RU and TrueHD is the audio format for EN.

Is this setup possible via Radarr? I've tried {MediaInfo.AudioCodec:EN+RU} but it still gives me only the RU audio codec. I'm currently using version 4.5.2.7388

1
1 comments