Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NE
newbeginning @lemmy.ml
Posts 2
Comments 2

Radarr: Renaming file to contain multiple audio formats in title

cross-posted from: https://lemmy.ml/post/4149178

> 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

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