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

All about user-defined episode / movie / file name format expressions
Post Reply
yellowdaemon
Posts: 33
Joined: 07 Jan 2021, 16:09

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

Post 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?
User avatar
rednoah
The Source
Posts: 24601
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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"} }
:idea: Please read the FAQ and How to Request Help.
Post Reply