Page 1 of 1

I want my Filebot movie naming format to match that of my Radarr naming format

Posted: 21 Jul 2026, 23:42
by yellowdaemon
Recently, I deployed a Radarr 4K instance, and for that instance I am using a naming scheme provided by Trash Guides

My Radarr naming format looks like this:

Code: Select all

 {Movie CleanTitle} {(Release Year)} {tmdb-{TmdbId}} - {{Edition Tags}} {[MediaInfo 3D]}{[Custom Formats]}{[Quality Full]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo VideoCodec]}{-Release Group}
My Filebot naming format looks like this:

Format: Select all

C:/movie/{ny}/{ny} {vs.upperInitial().lowerTrail()}-{vf} {ac} {channels}
With Radarr, I get this output:

Code: Select all

Tombstone (1993) {tmdb-11969} - [Bluray-2160p][FLAC 2.0][DV HDR10][x265].mkv
With Filebot, I get this output:

Code: Select all

Hannibal (2001) Bluray-2160p AAC 5.1.mkv
Is there a way I can get some help to let my Filebot naming script match that of Radarr?

Re: I want my Filebot movie naming format to match that of my Radarr naming format

Posted: 22 Jul 2026, 03:00
by rednoah
:arrow: You can copy & paste bits & pieces from the Plex Naming Schemes and Radarr Naming Schemes examples.

e.g.

Format: Select all

X:/Media/{ plex.id % {" - [$vs-$vf]"} % {"[$ac $channels]" } % {"[$hdr]"} % {"[$vc]"} % {"-$group"} }